Solaris Top Command


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Top Command
# 8  
Old 08-12-2008
@maooah
u can get it here I suppose

GDS - http://gd.tuwien.ac.at/platform/sun/solaris/freeware/intel/5.11/

if its intel arch, am using for solaris 10 and its working Smilie
# 9  
Old 08-13-2008
hi Jlliagre

Quote:
root $echo "::memstat" | mdb -k
Page Summary Pages MB %Tot
------------ ---------------- ---------------- ----
Kernel 208216 1626 10%
Anon 444774 3474 22%
Exec and libs 20488 160 1%
Page cache 43442 339 2%
Free (cachelist) 717909 5608 36%
Free (freelist) 558611 4364 28%

Total 1993440 15573
from the output of this command the conclusion is 64% Physical RAM is free and remaining is utilized by other process( OS and other applications )

waiting for your reply
Regards
# 10  
Old 08-13-2008
I would interpret these numbers slightly differently.

28% of your RAM is unused.
72% is used, including 36% which is immediately available should the need appears, the reason why it is also accounted as free by the command.

Your RAM consumption might double or even triple before pagination start to be noticeable, which means your system is currently far to be RAM bounded.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris Crontab & TOP output

Hello Guru's I'm trying to take the output of solaris top command and output to a txt file every few minutes. The issue that I'm experiencing is that I can run the following: #!/bin/bash # logfile="/usr/mvf/morris/top.log" # echo... (2 Replies)
Discussion started by: littlemorris
2 Replies

2. Solaris

HELP - memory usage on Solaris : ps -efl and top

Hi all, OS Version: SunOS <hostname> 5.10 Generic_142900-13 sun4v sparc SUNW,Sun-Blade-T6340 I need some expert guidance on investigating memory usage on Solaris. I want to know whether am interpreting the output from ps -efl correctly and whether the command top is showing the right... (3 Replies)
Discussion started by: newbie_01
3 Replies

3. Shell Programming and Scripting

Command to find the Memory and CPU utilization using 'top' command

Hi all, I found like top command could be used to find the Memory and CPU utilization. But i want to know how to find the Memory and CPU utilization for a particular user using top command. Thanks in advance. Thanks, Ananthi.U (2 Replies)
Discussion started by: ananthi_ku
2 Replies

4. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

5. Solaris

Looking for the top Solaris specific commands

I am changing jobs and need to know a little about Solaris specific commands. I come from AIX and we have commands like errpt, smit, and lsattr that are AIX specific. Any help is appreciated. (4 Replies)
Discussion started by: biznatch
4 Replies

6. UNIX for Dummies Questions & Answers

start top command in "solaris mode"

Ever noticed that using the top command on a multiple cpu box can often give totally misleading answers, like 230%, when you think that 100% should be the max? Well, that's because top has a bizarre mode called "Irix mode" wherein if you have 4 cpus, the %CPU column of top can go up to 400%. I... (1 Reply)
Discussion started by: fabulous2
1 Replies

7. Solaris

syslogd 30% utilization in top, solaris 9

Hi folks, Sorry to barge in and ask a question right off the bat without contributing first. I have a V440, 4 X 1GHZ, 32GB ram, and recently syslogd has started showing 30+ % cpu usage. It's also repeating entries in the syslog, over and over. the /var/log/syslog file had grown to over 2GB - I... (2 Replies)
Discussion started by: chugheshc
2 Replies

8. Solaris

top for Solaris 10

I need some information for the top statistics being displayed in Solaris 10 they look like the following CPU states: 92.0% idle, 3.3% user, 4.7% kernel, 0.0% iowait, 0.0% swap Memory: 8192M real, 216M free, 9208M swap in use, 1236M swap free I need to know what does 0.0% swap means.... (1 Reply)
Discussion started by: raman1605
1 Replies

9. Solaris

How to Install Solaris 10 on top of Windows system

Hi Guru's, Since Iam learning Solaris 10 and want to instal it on to my computer in which 'Windows' is already installed. Also many other applications including Oracle, Java etc,. were also installed associated with Windows. Now how can I install Solaris 10 on my system with out affecting my... (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question