solaris server resources utilized


 
Thread Tools Search this Thread
Operating Systems Solaris solaris server resources utilized
# 1  
Old 08-09-2008
solaris server resources utilized

Hi

i have a requirement when i have to check the solaris 9 os resources utilised by the applications( Oracle, veritas cluster, veritas net backup )

what are the commands i should use or any utility to check the resources

Regards
# 2  
Old 08-09-2008
prstat, vmstat, iostat, mpstat and netstat. also have a look at "sar"!
# 3  
Old 08-09-2008
Hi DukeNuke

#prtconf|grep Mem
Memory size: 16384 Megabytes

#prstat
i use prstat command the displayed me following information out of that fields the column name SIZE
it display the physical memory of the server utlised by the users process.

Code:
 PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
 20709 root     5000K 4712K cpu2    59    0   0:00:00 0.1% prstat/1
 11189 root       83M   39M sleep   29   10   0:07:50 0.1% java/23
    13 root       12M 9240K sleep   59    0   0:44:16 0.1% vxconfigd/1
 19610 proddb    629M  602M sleep   56    0   0:07:44 0.0% oracle/1
 17844 oradev    629M  599M sleep   59    0   0:21:14 0.0% oracle/1
 16245 proddb    629M  599M sleep   59    0   0:21:18 0.0% oracle/1
 11018 root     5456K 3968K sleep   59    0   0:22:00 0.0% MultiNICBAgent/13
 16651 oratest   629M  600M sleep   56    0   0:29:39 0.0% oracle/1
  5020 root     3304K 3024K sleep   59    0   0:09:29 0.0% mibiisa/7
  2723 root       45M   13M sleep   59    0   0:05:09 0.0% java/23
 19840 proddb    630M  602M sleep   59    0   0:03:30 0.0% oracle/1
  5170 root     4496K 2408K sleep   59    0   0:05:13 0.0% mopupsd/4
  3053 root     4520K 2840K sleep   59    0   0:00:00 0.0% sshd/1
  3384 appldev    23M   21M sleep   59    0   0:01:56 0.0% FNDLIBR/1
 17848 oradev    634M  593M sleep   59    0   0:00:17 0.0% oracle/11
 15388 oratest   630M  603M sleep   59    0   0:04:07 0.0% oracle/1
 16237 proddb    637M  592M sleep   59    0   0:05:43 0.0% oracle/15
  3386 oradev    630M  603M sleep   59    0   0:03:16 0.0% oracle/1
 19822 proddb    629M  602M sleep   59    0   0:00:51 0.0% oracle/1
 15311 oratest   633M  607M sleep   59    0   0:00:17 0.0% oracle/1
 15336 oratest   629M  602M sleep   59    0   0:00:19 0.0% oracle/1
Total: 402 processes, 1528 lwps, load averages: 0.07, 0.11, 0.19

if i calculate the SIZE column for the all process values it coming around
11341 MB , it means 11GB physical memory space utilised by the processes at this moment. correct me if iam wrong

Waiting for your reply

Regards

Last edited by DukeNuke2; 08-09-2008 at 07:22 AM..
# 4  
Old 08-09-2008
please use "code" tags for better reading! and use "vmstat" for memory usage... prstat is something like "top" on linux systems...
# 5  
Old 08-09-2008
Hi Dukenuke

you have not said anything about the SIZE column what should i think about that


Regards
# 6  
Old 08-09-2008
you should read the manpage for prstat to see what the meaning of each column is...

also have a look here:
http://www.solarisinternals.com/wiki....php/Processes
# 7  
Old 08-10-2008
hi all
Solaris:9 version
any inputs from other users as i couldnot able to follow up the link.
i would like to know how much physical memory is in use ??

regards
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Unable to find utilized disk space on zone server.

Hi, I am unable to find remaining space on solaris 10. below is output. I am facing this issue on zone server. bash-3.00# df -h / Filesystem size used avail capacity Mounted on / 59G 59G 0K 100% / bash-3.00# pwd / bash-3.00# du -sh * 1K File_Stores 19K TT_DB 9K app 1K bin... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

2. AIX

migrating solaris DB servers to AIX - resources ?

Hi Guys, I have a new project where I have to migrate about 150+ database environments from various solaris systems running Solaris 8 / 10 and residing on very different sun boxes (from 25k down to ancient/unsupported hardware) to AIX (power6). As special bonus for me, about half of these DBs... (1 Reply)
Discussion started by: zxmaus
1 Replies

3. Fedora

ssh command to read server resources

what is the ssh command to read my server resources, like system operator, Ram installed, CPU etc....? (12 Replies)
Discussion started by: dan8354544
12 Replies

4. Solaris

List all resources on physical host LDOM server

Hello, I have a SUN T5240 running Solaris 10 with Logical Domain Manager (v 1.0.3). You can use the "ldm" command to display current resources on the box. Is there away to display all the "physical resources" on the box(i.e.,used and unused). For example, "ldm ls" will tell me what the... (5 Replies)
Discussion started by: stephanpitts
5 Replies

5. Solaris

Learning solaris 10 resources

This is my site and i hope it is useful for unix beginner http://www.learning-solaris.com (0 Replies)
Discussion started by: hoanginlove81
0 Replies
Login or Register to Ask a Question