Stupid vm stuff

home | blog | Terrible people and places | Covid-19 links | Teh Internet | guest blog |rants | placeholder | political | projects | Gwen and Liam | Citadel patched | Tools | Scouts




Find the average (over a minute) of %steal - yes it could use simplification.
iostat 1 60 | grep steal -A1 | awk '{print $5}' | grep -v iowait | grep -v "^$" | sort -n -k 1 | paste -sd+ - | bc | awk '{print $1/60}'



[æ]