Tags: top

Aix: Displaying the top 10 CPU / Memory consuming processes

Technology, Aix Send feedback »
Displaying the top 10 CPU-consuming processes # ps aux | head -1; ps aux | sort -rn +2 | head -10 Displaying number of processors in the system # lsdev -Cc processor Displaying the top 10 CPU-consuming processes # ps aux | head -1 ; ps au… more »

Linux: Red Hat Top Performance Monitor Tools

Technology, Linux Send feedback »
CPU Tools 1 – top 2 – vmstat 3 – mpstat -P all 4 – ps -ef 5 – sar -u 6 – procinfo 7 – iostat 8 – gnome-system-monitor 9 – KDE-monitor 10 – oprofile Memory Tools 1 – t… more »