Linux / UNIX Tech Support Forum
This is a discussion on How to get cpu utilization from unix os within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; Ok,I need to display the utilization of each CPU individually as well as system's average CPU utilization since the last ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
Use top and ps commands.
Code:
top Code:
top -b 1 Code:
sar -u Code:
ps -eo pid,pcpu,args | sort +1n |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|