Delete sb-cpu
This commit is contained in:
parent
990532aa61
commit
2fe3aab1eb
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
top -b -n2 -p 1 | fgrep "Cpu(s)" | tail -1 | awk -F'id,' -v prefix="CPU " '{ split($1, vs, ","); v=vs[length(vs)]; sub("%", "", v); printf "%s%.1f%%\n", prefix, 100 - v }'
|
||||
|
Loading…
Reference in New Issue
Block a user