- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: the output of top command !
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:02 PM
04-22-2003 11:02 PM
the output of top command !
Load averages: 1.6, 1.63, 1.64
124 processes: 107 sleeping, 17 running
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 1.00 0.0% 100.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%
1 2.2 0.0% 100.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 1.6 0.0% 100.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%
what's the meaning of the rows "CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS "?
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 12:12 AM
04-23-2003 12:12 AM
Re: the output of top command !
LOAD - Current system load average
USER - % used by user processes
NICE - % CPU scheduling priority
SYS - % used by operating system processes
IDLE - % IDLE
BLOCK - % blocked by system waits ??
SWAIT - % system wait states ??
INTR - % of system interupts ??
SSYS - % sub system ??
These are my interpretations only and I could be wrong.... There is very little documentation on these column headings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 12:18 AM
04-23-2003 12:18 AM
Re: the output of top command !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 12:37 AM
04-23-2003 12:37 AM
Re: the output of top command !
are these rows to explain the distribution of cup time?
now there is an exmaple:
the result by executing top command (cutted)
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 1.00 0.0% 100.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%
what can we conclude by analysing the output of the top command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 01:33 AM
04-23-2003 01:33 AM
Re: the output of top command !
Have you looked at:-
Man top
or Here:-
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90690/B2355-90690_top.html&con=/hpux/onlinedocs/B2355-90690/00/01/157-con.html&toc=/hpux/onlinedocs/B2355-90690/00/01/157-toc.html&searchterms=top&queryid=20030423-033142
Paula