[osol-discuss] can you help about process?

2011-01-14 Thread Deric Kwok
Hi I can't find the top in the solairs. but how can I know the process using? I only know the system is using high as "w" load average: 55.55, 53.77, 49.33 Thank you ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Brian Utterback
On 01/13/11 15:27, Deric Kwok wrote: > Hi > > I can't find the top in the solairs. but how can I know the process using? > > I only know the system is using high as "w" > > load average: 55.55, 53.77, 49.33 > > Thank you > ___ > opensolaris-discuss ma

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Mike Gerdts
On Thu, Jan 13, 2011 at 2:27 PM, Deric Kwok wrote: > Hi > > I can't find the top in the solairs. but how can I know the process using? > > I only know the system is using high as "w" > > load average: 55.55, 53.77, 49.33 prstat is what you are looking for. -- Mike Gerdts http://mgerdts.blogspot

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Michael Schuster
On Fri, Jan 14, 2011 at 15:00, Mike Gerdts wrote: > On Thu, Jan 13, 2011 at 2:27 PM, Deric Kwok wrote: >> Hi >> >> I can't find the top in the solairs. but how can I know the process using? 'pkg search top' should give you an idea of whether it's available for download ... and then "pkg install

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Deric Kwok
Thank you all. prstat works but I would like to have more detail. ls there any command as linux "lsof -p" to trace the process info The "pkg install top" won't work in my box. it is showing Create Plan \ pkg: The following package(s) violated constraints: package consolidation/sfw/sfw-incorpor

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Michael Schuster
On Fri, Jan 14, 2011 at 15:55, Deric Kwok wrote: > Thank you all. > > prstat works but I would like to have more detail. > > ls there any command as linux "lsof -p" to trace the process info prstat -m is probably more to your liking then - have a go at the man-page, it provides a lot of detail :)

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Rob McMahon
On 14/01/2011 15:02, Michael Schuster wrote: On Fri, Jan 14, 2011 at 15:55, Deric Kwok wrote: Thank you all. prstat works but I would like to have more detail. ls there any command as linux "lsof -p" to trace the process info prstat -m is probably more to your liking then - have a go at the

Re: [osol-discuss] can you help about process?

2011-01-14 Thread Deric Kwok
Very nice one question about process I can see snmp161 running in ps -aux but i can't see it using svcs -a Why? Except svcs, ls there any way to startup the process eg rc.local Thank you so much On Fri, Jan 14, 2011 at 10:26 AM, Rob McMahon wrote: > On 14/01/2011 15:02, Michael Schuster w

Re: [osol-discuss] can you help about process?

2011-01-16 Thread Ron Halstead
Solaris 10 does not include top. It can be downloaded from sunfreeware.com. Solaris 11 has top in /bin/top (32 bit) and /usr/bin/amd64/top (64 bit). pkg search top in Solaris 11 will show you the locations. -- This message posted from opensolaris.org _

Re: [osol-discuss] can you help about process?

2011-01-16 Thread Tim Bell
Ron Halstead wrote: > Solaris 10 does not include top. It can be downloaded from sunfreeware.com. > Solaris 11 has top in /bin/top (32 bit) and /usr/bin/amd64/top (64 bit). pkg > search top in Solaris 11 will show you the locations. See also: man -s 1M prstat HTH (Hope This Helps)- Tim __