0

I tried this:

top -bn1 | grep "Cpu(s)" | \
>            sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | \
>            awk '{print 100 - $1"%"}'
2.1%

what's the meaning ?

Andreas Louv
  • 46,145
  • 13
  • 104
  • 123
LeoChu
  • 726
  • 6
  • 6

0 Answers0