Outils pour utilisateurs

Outils du site


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

FIXME

tech/notes_linux_loadaverage.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki