What processes uses swap?
This commit is contained in:
parent
ce6d469987
commit
75cf2e2aeb
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
What processes uses swap?
|
||||||
|
|
||||||
|
~~~
|
||||||
|
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | less
|
||||||
|
~~~
|
||||||
|
|
||||||
MySQL "fast" shutdown.
|
MySQL "fast" shutdown.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue