prstat info required


 
Thread Tools Search this Thread
Operating Systems Solaris prstat info required
# 1  
Old 12-09-2010
prstat info required

Hi,

I issued the following command on my solaris 10 and got the following info.
Code:
 
prstat -Z
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
1344 oracle 4872M 2392M sleep 59 0 145:49:50 0.1% oracle/1
17523 oracle 3976K 3672K cpu18 59 0 0:00:04 0.1% prstat/1
1550 oracle 3276M 868M sleep 59 0 5:08:33 0.0% oracle/1
1300 oracle 3269M 786M sleep 59 0 10:38:28 0.0% oracle/1
1350 oracle 3268M 789M sleep 59 0 3:41:11 0.0% oracle/1
4074 root 1752K 600K sleep 39 0 11:20:52 0.0% init.cssd/1
28622 oracle 553M 538M sleep 59 0 1:46:01 0.0% oracle/1
570 root 2376K 56K sleep 59 0 0:00:00 0.0% smcboot/1
689 root 3792K 1472K sleep 59 0 0:00:09 0.0% vold/6
571 root 2376K 56K sleep 59 0 0:00:00 0.0% smcboot/1
552 root 2872K 472K sleep 59 0 0:00:05 0.0% ttymon/1
541 root 16M 11M sleep 59 0 0:15:38 0.0% inetd/4
506 root 2456K 568K sleep 59 0 0:00:06 0.0% sac/1
27460 root 2816K 1944K sleep 59 0 0:00:00 0.0% ttymon/1
504 daemon 2736K 56K sleep 60 -20 0:00:00 0.0% lockd/2
488 daemon 3096K 112K sleep 59 0 0:00:00 0.0% statd/1
1585 root 140M 64M sleep 59 0 24:53:17 0.0% java/93
572 root 2376K 56K sleep 59 0 0:00:00 0.0% smcboot/1
203 root 2768K 824K sleep 59 0 1:21:41 0.0% in.mpathd/1
180 root 9176K 5824K sleep 59 0 0:00:09 0.0% picld/6
179 daemon 5744K 2672K sleep 59 0 0:12:30 0.0% kcfd/6
447 root 1712K 16K sleep 59 0 0:00:00 0.0% efdaemon/1
537 root 1664K 896K sleep 59 0 0:00:22 0.0% utmpd/1
286 root 4872K 144K sleep 159 - 0:00:00 0.0% scqsd/1
21718 root 17M 14M sleep 59 0 0:02:40 0.0% nscd/30
481 root 2888K 600K sleep 59 0 0:18:11 0.0% pppd/1
151 root 6384K 1008K sleep 59 0 0:00:00 0.0% syseventd/15
464 root 3272K 1352K sleep 59 0 0:00:25 0.0% cron/1
493 daemon 2752K 88K sleep 60 -20 0:00:00 0.0% nfs4cbd/2
673 oracle 3456K 2768K sleep 59 0 0:00:00 0.0% bash/1
476 daemon 3296K 1544K sleep 59 0 0:00:07 0.0% rpcbind/1
492 daemon 5096K 376K sleep 59 0 0:00:03 0.0% nfsmapid/3
303 root 5112K 296K sleep 159 - 0:00:00 0.0% scqsd/4
ZONEID NPROC SWAP RSS MEMORY TIME CPU ZONE
0 148 6728M 7077M 5.4% 243:30:42 0.3% global

Kindly explain the above command and its result in detail expecially stat
# 2  
Old 12-09-2010
Try this command:

Code:
man prstat

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with extract info if fulfill condition required

Input file (4 DATA record shown in this case): DATA AA0110 ACCESSION AA0110 VERSION AA0110 GI:157412239 FEATURES Location/Qualifiers length 1..1170 1..1700 /length="1170" position ... (5 Replies)
Discussion started by: perl_beginner
5 Replies

2. Solaris

prstat

hi all, was trying to figure out how busy my app was by looking at the performance of the app server. did a 'prstat -s rss' command to find the app servers using most memory. Found a command 'prstat -m' which is meant to show more details on each pid but the output of this command... (1 Reply)
Discussion started by: cesarNZ
1 Replies

3. Shell Programming and Scripting

prstat

hi all, am writing a ksh script on solaris 9 to get the number of threads taken by a process. am using the prstat -p command to do this. output i get is : :"/export/home/user" > prstat -p 25528 | cut -f2 -d/ NLWP 203 Total: 1 processes, 203 lwps, load averages: 2.58, 3.24, 3.62... (2 Replies)
Discussion started by: cesarNZ
2 Replies

4. Shell Programming and Scripting

Getting required fields from a test file in required fromat in unix

My data is something like shown below. date1 date2 aaa bbbb ccccc date3 date4 dddd eeeeeee ffffffffff ggggg hh I want the output like this date1date2 aaa eeeeee I serached in the forum but didn't find the exact matching solution. Please help. (7 Replies)
Discussion started by: rdhanek
7 Replies

5. Solaris

prstat O/P

Good Evening everyone, I am confused about prstat O/P as it shows memory values which are different from actual value.Below is the O/P of prstat command and swap commands. NPROC USERNAME SIZE RSS MEMORY TIME CPU 48 root 2113M 1590M 1.2% 45:09.39 32% 31 daemon ... (7 Replies)
Discussion started by: vvpotugunta
7 Replies

6. Solaris

Info required zones in solaris

Can anyone explain me what is the use of zones in solaris. Also how to find whether it is a local or global zone. (1 Reply)
Discussion started by: rogerben
1 Replies

7. Shell Programming and Scripting

how to retrieve required specific info from the file

Hi I have a file which consists of a number in the square brackets, followed by the blank line, then several lines which describe this number. This pattern is repeated several thousands time. The number in the brackets and the decription of it is unique. For example: ASRVSERV=1241GD;... (2 Replies)
Discussion started by: aoussenko
2 Replies

8. UNIX for Advanced & Expert Users

Required info on Pstack on solaris10

Hi All , I am wanted to know the #of thread ( Kernal & User ) created by the Process i was looking into the prstat PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 994 httpd 126M 99M sleep 58 0 1:11.25 2.4% ns-httpd/33 997 httpd 114M 86M sleep 58 0 0:40.02 2.7% ns-httpd/22 995... (0 Replies)
Discussion started by: rajendra44
0 Replies

9. UNIX for Dummies Questions & Answers

Help with prstat

Hello, The last line of prstat shows load average. I am unable to figure out what actually it is. I have read the man pages and also googled, all for no use. Can somebody help me, as to what should be the avg. load of the system for best performance and how is this load of prstat calculated. (6 Replies)
Discussion started by: vibhor_agarwali
6 Replies

10. UNIX for Dummies Questions & Answers

UNIX PATH info required PLEASE HELP (I'm new to unix)

I need to know how to enter a unix path in a cgi script for a guest book: example: My URL is http://www.kitachi.info I have an html file in the main folder on my site, the file is called : gbook.html what would the correct unix path for this file be ??? the part of the script... (1 Reply)
Discussion started by: akitachi
1 Replies
Login or Register to Ask a Question