Friday, November 7, 2008

One liner: poor man's esxtop for HPVM

while true; do
hpvmsar -s 1 -n 1 -a >/tmp/$$
clear; cat /tmp/$$
done

I have to redirect the output to a file, else the slow response time of hpvmsar makes the output flicker.





No comments: