- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ps -ef | complete process command and arguments.
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
11-05-2003 02:36 AM
11-05-2003 02:36 AM
How do I go about seeing the complete thing.
For example currently I see the following :
someflow 24286 24285 0 Oct 27 ? 0:00 /opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java -cp
wasadmin 574 1 0 Oct 31 ? 45:59 /opt/WebSphere/AppServer/java/bin/../bin/PA_RISC2.0/native_thre
someflow 12562 1 0 Nov 1 ? 13:21 /opt/java1.4/bin/PA_RISC2.0/java -Djava.rmi.server.codebase=fil
wasadmin 7433 574 0 Oct 31 ? 28:45 /opt/WebSphere/AppServer/java/bin/../bin/PA_RISC2.0/native_thre
Thanks for your support
Paddy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:41 AM
11-05-2003 02:41 AM
Re: ps -ef | complete process command and arguments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:41 AM
11-05-2003 02:41 AM
Re: ps -ef | complete process command and arguments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:41 AM
11-05-2003 02:41 AM
Re: ps -ef | complete process command and arguments.
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:57 AM
11-05-2003 02:57 AM
Re: ps -ef | complete process command and arguments.
"ps -eo args" will work too. but it does have a limitation on the length of the command line.
let me know if this works better with ps -x.
run as below -
# UNIX95=1 ps -eo args
HTH.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 03:03 AM
11-05-2003 03:03 AM
Re: ps -ef | complete process command and arguments.
Here is the output with ps -eo.Thats exactly i use on AIX but of no avail on HP-UX
$ps -eo args
ps: illegal option -- o
usage: ps [-edaflP] [-u ulist] [-g glist] [-p plist] [-t tlist] [-R prmgroup]
I am running HP-Version B.11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 03:10 AM
11-05-2003 03:10 AM
Re: ps -ef | complete process command and arguments.
This requires to be run as below since this is a feature based on the unix 95 standard.
# UNIX95=1 ps -eo args
a lot of other options are supported too, such as the process length, cpu usage in last interval, etc.
look up the manpage - that should give you some more details.
hth.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 04:42 AM
11-06-2003 04:42 AM
Re: ps -ef | complete process command and arguments.
PHCO_26274 (and its dependencies) deliver this feature on 11.00.
Standard in 11i.
Earliest 11.00 QPK is Sep02.