From: solaris chat on
is there any other command tosee the running processes except
1.prstat
2.ps
regards
From: Sharif Rizal on
On Apr 23, 9:18 am, solaris chat <admpra...(a)gmail.com> wrote:
> is there any other command tosee the running processes except
> 1.prstat
> 2.ps
>    regards

top
its not included in Solaris 10, but you can download the package from:
http://www.sunfreeware.com/
http://www.blastwave.org/
or install it from the Solaris companion dvd
From: Richard B. Gilbert on
solaris chat wrote:
> is there any other command tosee the running processes except
> 1.prstat
> 2.ps
> regards

ls /proc

From: Andreas F. Borchert on
On 2008-04-23, solaris chat <admprasad(a)gmail.com> wrote:
> is there any other command tosee the running processes except
> 1.prstat
> 2.ps

ls /proc

.... and all the utilities of /usr/proc/bin.

Andreas.
From: solaris chat on
On Apr 23, 6:33 pm, comp.unix.sola...(a)expires-
on-2008-05-01.usenet.andreas-borchert.de (Andreas F. Borchert) wrote:
> On 2008-04-23, solaris chat <admpra...(a)gmail.com> wrote:
>
> > is there any other command tosee the running processes except
> > 1.prstat
> > 2.ps
>
> ls /proc
>
> ... and all the utilities of /usr/proc/bin.
>
> Andreas.
thank u