tech:notes_linux_loadaverage
Notes Linux loadaverage
Brouillon
ps -eo state,pid,cmd | grep "^D"
ps -L -C java -o state,pid,cmd | grep ^D | wc -l ps -L -C java -o state,pid,cmd | grep -v ^D | wc -l
tech/notes_linux_loadaverage.txt · Dernière modification : de Jean-Baptiste
