11-12-05 01:49 AM
In article <437440a5$0$8488$5fc30a8@news.tiscali.it>,
"Vecchiato, Michele" <michele.vecchiato@gmail.com> wrote:
> Problem:
>
> The command "ps -eo args" generate random output
> (executed on OSF1 V5.1 732 alpha system):
>
> ...
> /usr/sbin/binlogd
> [syslogd] <---
> /usr/sbin/mountd -i
> ...
>
> or
>
> ...
> /usr/sbin/binlogd
> /usr/sbin/syslogd <---
> /usr/sbin/mountd -i
> ...
>
> Why this different output?
> Excuse me for the bad english, but i'm italian
>
> Michele
>
> --
> Michele Vecchiato
> |_|0|_| <callto://m.vecchiato>
> |_|_|0| <http://skia.altervista.org>
> |0|0|0| <mailto:michele.vecchiato@gmail.com>
I'm not totally sure, but I think this happens when the process is
swapped out, so that the only information still in memory is the
program name. To get the rest would require swapping in the
process, and that can be very annoying to have ps thrash the
system.
Bob Harris
[ Post a follow-up to this message ]
|