|
From: solaris chat on 23 Apr 2008 09:18 is there any other command tosee the running processes except 1.prstat 2.ps regards
From: Sharif Rizal on 23 Apr 2008 09:31 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 23 Apr 2008 09:36 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 23 Apr 2008 09:33 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 23 Apr 2008 09:45
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 |