Hi,
I am trying to use Big Brother (a monitoring tool) to watch system processes.
For this I need a list of system process, which I get by doing a ps -efwww
(1 java program showing up as multiple entries in the ps output is not a problem)
However, for my java processes, after a while, I see [java] in the output of ps, instead of the full command line.
Any hints why this happens ??
Thanks Shahed.