- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ps -ef processor column "C"
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
07-25-2001 08:32 AM
07-25-2001 08:32 AM
ps -ef processor column "C"
the column labled "C" provides information on the "processor utilization for scheduling".
I read this to mean the processor used for a given application.
When I execute the ps -ef command I get:
UID PID PPID C STIME TTY TIME COMMAND
root 18533 18287 10 12:29:04 pts/ta 0:00 ps -ef
root 18287 18286 1 Jul 24 pts/ta 0:00 -sh
These two line only show something other than a 0 in the C column. Can someone please explain this? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:42 AM
07-25-2001 08:42 AM
Re: ps -ef processor column "C"
It probably means that the processor uses some of the CPU time of that particular proces for its scheduling mechanism.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:53 AM
07-25-2001 08:53 AM
Re: ps -ef processor column "C"
I believe that the C column is the schedular indicator of a cpu utilization factor. This way processes that use the CPU a little and give it up right away will get a little higher position in the queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:53 AM
07-25-2001 08:53 AM
Re: ps -ef processor column "C"
The "C" column in the 'ps' output is a processor utilization metric used by the kernel in computing process priority. The number increases in proportion to the CPU-intensity of a process.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:57 AM
07-25-2001 08:57 AM
Re: ps -ef processor column "C"
Don't forget to assign the points