Forum Discussion

eagle470's avatar
eagle470
Level 3
12 years ago

High data change rates, but why?

All,   I am experiencing very high data changes rates in a particular backup pool that has been stable for nearly a year. I would like to know if there is some way that I can view change rates fo...
  • Stumpr2's avatar
    12 years ago

    run once a day

    for i in `bpplclients -allunique -noheader | awk '{print $3}' | sort`; do bpimagelist -U -client $i  -hoursago 24 ;done

    of course this is just a single command and you could do some scripting to make it fit your needs. But, this will give you the output you can save in a spreadsheet or whatever.