View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 06:47 PM
Zack
 
Posts: n/a
Default Override ps -ef | grep -p <ProcessName> limit???

Can anyone help me, I am trying to find a process running, but the
whole process string is too large to display in stdout, It gets
truncated...I get the message

: 0652-034 The maximum paragraph length is 10,000 bytes.
: 0652-034 The maximum paragraph length is 10,000 bytes.
: 0652-034 The maximum paragraph length is 10,000 bytes.
: 0652-034 The maximum paragraph length is 10,000 bytes.
: 0652-034 The maximum paragraph length is 10,000 bytes.

As well as a long long truncated string...

Anyone encounter this before? It's actually on an AIX machine, but I
don't think that makes a difference.
Any help would be appreciated, thanks!

Reply With Quote