![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List Process with their Status. | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 06:27 PM |
| Ftp Service /process Status | GaneshB | Linux | 1 | 03-10-2008 07:15 AM |
| Process Status Without Shared Memory | altinkaya | SUN Solaris | 1 | 02-27-2008 05:26 AM |
| Getting status of a signal in process? | bluehive | UNIX for Advanced & Expert Users | 2 | 01-18-2008 12:56 AM |
| Display Progress Status | networkfre@k | Shell Programming and Scripting | 2 | 03-22-2005 08:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Process status display
On AIX 5.2, I use "ps -ef " command to display the process status, the field of command looks like: [ command], the detailed contents are:
# ps -ef |grep rtesfmrt Display: osa 32455 1 0 18:20 - 1:57 [rtesfmrt] The origianl format shoud be: osa 32455 1 0 18:20 - 1:57 /data/users/osa/bin/rtesfmrtp 228.228.228.228 8510 rte_debug Anyone can help, thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Maybe your 'ps'-command isn't what it should be. Check 'alias ps', 'which ps', etc.
bakunin |
|
#3
|
|||
|
|||
|
there provides two ps command on AIX: /usr/sysv/bin/ps /usr/bin/ps, Both show the same result. Also no alias defined.
|
|||
| Google The UNIX and Linux Forums |