top ubuntu 13.04

  • La combinaison des touches [ Majuscules + M ] permet de classer en fonction de l'occupation de la mémoire.
  • La combinaison des touches [ Majuscules + P ] classe en fonction de l'occupation du CPU.
  • La combinaison des touches [ Majuscules + W ] permet de conserver ces préférences
  • La touche [ k ] permet de tuer directement un processus en rentrant son PID
  • La touche [ q ] permet de quitter le programme

top -u username   pour le user username seul

top -hv|-bcHisS -d delay -n limit -u|U user -p pid -w [cols]

Bref descriptif des col les plus utiles:

PID – the process ID of the task
USER – owner de la tache
PR – priorité of the task
NI – the nice value of the task
VIRT – the total amount of virtual memory used by the task
RES – the non-swapped physical memory the task has used
%CPU – the task’s share of the CPU time
%MEM – the task’s share of the physical memory
COMMAND – the command used to start the task

Plus à http://linux-bible.com/top-command/