How to Determine CPU Usage Per User With AIX
IBM's AIX operating system is designed to run with multiple users connected to the system simultaneously. AIX includes a variety of administration utilities to manage and analyze system and user usage. The "topas" program displays realtime information on system processes. Display the list of active processes with user details by using the functions built into "topas." For example, if analysts and programmers are sharing a single AIX server, this tool shows you if one user in particular is using most of the CPU cycles or if it's time to expand to a second system.
Instructions
-
-
1
Log in to the AIX system using an administrative account. Open the "CDE" menu and run the "Terminal" application.
-
2
Type "topas" (without quotes) at the command prompt and press "Enter" to run the program. The main "topas" display provides information on CPU usage, disk use, network activity and processes.
-
-
3
Press "Shift+P" to open a detailed process list. The processes are sorted by CPU usage, with the programs taking the largest percentage of CPU time at the top. Each line lists one process and the user running it.
-
4
Press "Q" to exit the "topas" program. Close the "Terminal" window.
-
1