![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wait ${!} | risshanth | Shell Programming and Scripting | 2 | 06-06-2008 03:57 AM |
| About wait | Puntino | UNIX for Dummies Questions & Answers | 5 | 04-27-2008 04:07 AM |
| wait / sleep what to use??? | gkrishnag | UNIX for Dummies Questions & Answers | 1 | 09-19-2006 05:13 AM |
| Need to execute 2 scripts, wait, execute 2 more wait, till end of file | halo98 | Shell Programming and Scripting | 1 | 08-01-2006 04:42 PM |
| I/O wait Problem | unavb | UNIX for Dummies Questions & Answers | 5 | 02-09-2006 07:45 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
86% CPU for wait
Hi,
is-it normal to have 86% of CPU for wait commande : ps aux| head -20 UTIL PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 516 86,6 0,0 12 12 - A 02 nov 2088:03 wait oralfa01 54422 4,6 1,0 68044 39868 - A 09:20:06 2:27 oracleALFA01 If not can I kill it ? Many thanks in advance. |
|
||||
|
Hi,
Thanks. I'm under AIX 5 and it does not know x option ps -xef|grep 516|grep -v grep ps: Option not known : x Syntaxe : ps [-ANaedfklm] [-n liste_noms] [-F Format] [-o spécificateur[=en-tête],...] [-p proclist][-G|-g liste_groupes] [-t liste_termes] [-U|-u liste_utilisateurs] [-c liste_classes] Syntaxe : ps [aceglnsuvwxU] [t tty] [numéro_traitement] |
|
||||
|
Ok. We have this :
ps -ef|grep 516|grep -v grep oralfa01 51688 1 0 14:32:29 - 0:00 oracleALFA01 (LOCAL=NO) which means that process is not shown . But it is yet shown by ps aux |head -20 ps aux | head -20 UTIL PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 516 85,1 0,0 12 12 - A 02 nov 2296:53 wait I'm confused. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|