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
08-13-2003 06:07 PM
08-13-2003 06:07 PM
CPU TTY USERNAME STATE COMMAND
1 ? root sleep diagmond
1 ? root run vxfsd
0 ? root run _progress
0 ? user1 run sh
how do i explain all the lines?
help please.....
Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:21 PM
08-13-2003 06:21 PM
Re: TOP
A process that states 'sleep' means it is not being issued cpu time, at the point that you see it on the monitor.
The CPU column is the CPU assigned to that process. You can also see from the top screen how cpu has been consumed from the time column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:23 PM
08-13-2003 06:23 PM
Re: TOP
$ man top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:26 PM
08-13-2003 06:26 PM
Re: TOP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:39 PM
08-13-2003 06:39 PM
Re: TOP
does it mean the process has hung?
or the process running on the background?
i know sh should have a valid tty.. am i right
thanks for the help guys...
need more... =)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:46 PM
08-13-2003 06:46 PM
Re: TOP
No it doesn't necessarily mean the process has hung. TTY just shows which terminal the process is attached to (if any). "?" means that it is not attached to any terminal which will be normal for alot of processes. But yes I think sh should be attached to a terminal.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 07:17 PM
08-13-2003 07:17 PM
Solution$ ps -fp
If you are unsure, please post the output of this, so we can try to assist/explain further.
$ top -f /tmp/top.out