Hello,
I want to be able to read in wait, queue length and other sar-accessible values. Anyone doing this?
Is there a better way to do this than this:
wait = system.run["sar -d 30 1 | grep dev253-26 | grep -v Average | awk {'print $9'}"]
??
Thanks for any insight.
I want to be able to read in wait, queue length and other sar-accessible values. Anyone doing this?
Is there a better way to do this than this:
wait = system.run["sar -d 30 1 | grep dev253-26 | grep -v Average | awk {'print $9'}"]
??
Thanks for any insight.