lveinfo

To monitor the number of LVE fault
"lveinfo --display-username --show-all --limit=25 --order-by=any_faults --by-fault=any -r 1 -d 1 --period=5m | tee /dev/stderr

To monitor the number of LVE with max CPU usage >90%
"lveinfo --display-username --show-all --limit=25 --order-by=cpu_max --by-usage=cpu_max -p 90 -d 1 - iod=5m | tee /dev/stderr

To show I/O:
"lveinfo --display-username --show-all --limit=25 --order-by=io_max --by-usage=io_max -p 90 -d 1 -period=5m | tee /dev/stderr

Leave a Reply

Your email address will not be published. Required fields are marked *