HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question on additional information in COMMAND colu...
Operating System - HP-UX
1830031
Members
2501
Online
109998
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-07-2008 02:26 PM
08-07-2008 02:26 PM
Question on additional information in COMMAND column of ps -ef output
Hello All!
After searching the forums, Google, manpages, and such, I cannot find the answer to what/where the additional information that can appear in the COMMAND column of the ps -ef output comes from, for example:
db2fmp (Java) 0
db2fmp (idle) 0
db2fmp (C) 0
I have an idea what "idle" means. :-) But wonder what does the "Java" or "C" mean and is there a table/doc somewhere that explains those and possibly others?
Thanks!
Chris
After searching the forums, Google, manpages, and such, I cannot find the answer to what/where the additional information that can appear in the COMMAND column of the ps -ef output comes from, for example:
db2fmp (Java) 0
db2fmp (idle) 0
db2fmp (C) 0
I have an idea what "idle" means. :-) But wonder what does the "Java" or "C" mean and is there a table/doc somewhere that explains those and possibly others?
Thanks!
Chris
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2008 03:16 PM
08-07-2008 03:16 PM
Re: Question on additional information in COMMAND column of ps -ef output
If you are seeing that in the last column of the 'ps -ef' output then what you see there will be a function of how the command was run.
The 'ps' command itself does NOTHING to the output in that column, except truncate it if it is too long.
The output you see has less to do with 'ps' and more to do with whatever command was actually run.
The 'ps' command itself does NOTHING to the output in that column, except truncate it if it is too long.
The output you see has less to do with 'ps' and more to do with whatever command was actually run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2008 03:24 PM
08-07-2008 03:24 PM
Re: Question on additional information in COMMAND column of ps -ef output
Hi Chris:
I believe that you are seeing the arguments to the basename of the process.
Consider:
# UNIX95= ps -e -o pid -o args|head
...note the label "COMMAND"
Now, do:
# UNIX95= ps -e -o pid -o args|grep ps
...and among other processes you should see something like (with a different pid):
14568 ps -e -o pid -o args
...showing the "COMMAND" of 'ps' with the arguments you listed.
See the 'ps' manpges for more details.
Regards!
...JRF...
I believe that you are seeing the arguments to the basename of the process.
Consider:
# UNIX95= ps -e -o pid -o args|head
...note the label "COMMAND"
Now, do:
# UNIX95= ps -e -o pid -o args|grep ps
...and among other processes you should see something like (with a different pid):
14568 ps -e -o pid -o args
...showing the "COMMAND" of 'ps' with the arguments you listed.
See the 'ps' manpges for more details.
Regards!
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP