Need Suggestions to monitoring Scan Rate


 
Thread Tools Search this Thread
Operating Systems Solaris Need Suggestions to monitoring Scan Rate
# 1  
Old 07-28-2013
Need Suggestions to monitoring Scan Rate

Hi All,

I need suggestions to monitoring Scan Rate on Solaris Operating System.

Any idea?


Thanks
Edy
# 2  
Old 07-28-2013
Are you asking for a command to show scan rate on Solaris?
# 3  
Old 07-28-2013
Code:
vmstat 4

output, note the column headed by sr. This is the scan rate.
Ok? That fact is pretty useless unless you know what it means; since you are asking how to get it I would guess you are following a suggestion, maybe without understanding it.

Code:
	 kthr	memory		page		 disk	   faults	 cpu
	 r b w swap  free re mf pi p fr de sr s0 s1 s2 s3  in  sy  cs us sy id
	 0 0 0 11456 4120 1  41 19 1  3  0  2  0  4  0	0  48 112 130  4 14 82
	 0 0 1 10132 4280 0   4 44 0  0  0  0  0 23  0	0 211 230 144  3 35 62
	 0 0 1 10132 4616 0   0 20 0  0  0  0  0 19  0	0 150 172 146  3 33 64
	 0 0 1 10132 5292 0   0  9 0  0  0  0  0 21  0	0 165 105 130  1 21 78
	 1 1 1 10132 5496 0   0  5 0  0  0  0  0 23  0	0 183  92 134  1 20 79
	 1 0 1 10132 5564 0   0 25 0  0  0  0  0 18  0	0 131 231 116  4 34 62
	 1 0 1 10124 5412 0   0 37 0  0  0  0  0 22  0	0 166 179 118  1 33 67
	 1 0 1 10124 5236 0   0 24 0  0  0  0  0 14  0	0 109 243 113  4 56 39
	 ^C


What are you trying to do? - not find the scan rate, there must some problem you have.
# 4  
Old 07-29-2013
Yes, I knew command to show scan rate, it just using vmstat.

But, I want to know tools to monitoring Scan Rate and create daily report.



Thanks
Edy
# 5  
Old 07-29-2013
On a properly sized server, in this case one with enough RAM, the daily report should be a flat diagram with a zero scan rate.

About tools, I guess almost all if not all monitoring tools available, commercial and free, should be able to output this graph.

Last edited by jlliagre; 07-29-2013 at 12:06 PM..
# 6  
Old 07-29-2013
Use the "sar" set of utilities:

Code:
man sar
man sar.1m

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris Cluster Failover based on scan rate

Dear Experts, If there is a possible Solaris Cluster failover to second node based on scan rate? I need the documentation If solaris cluster can do this. Thank You in Advance Edy (3 Replies)
Discussion started by: edydsuranta
3 Replies

2. Shell Programming and Scripting

How can I get the increased rate in MB?

Deal all, I have a directory called I want to know how many MBs are transferred to it every 2 hours. How can I do this? Any ideas? I have a simple idea but I can't translate it into shell script, the idea is: 1- get the size of the folder now, using 2- then get the size of the... (4 Replies)
Discussion started by: Mohannad
4 Replies

3. Solaris

Formula calculate scan rate

Hi There, Just curious here... If there formula to calculate scan rate on solaris? Thanks Edy (3 Replies)
Discussion started by: edydsuranta
3 Replies

4. UNIX for Dummies Questions & Answers

Server Monitoring Suggestions

Hi all - newb here. We're a Windows shop and I'm looking for something that I could stand up to monitor various aspects of our servers. I'm specifically looking for something that can: verify that servers are up verify services are up verify remote sites are up/accessible monitor CPU &... (2 Replies)
Discussion started by: Phylum
2 Replies

5. Shell Programming and Scripting

WPAR monitoring shell script suggestions needed

Hi All, This is for WPAR monitoring shell script, earlier opened thread was closed, had to open a new thread, as suggested I have used script as below, But am trying to get the output in below format, need suggestions with it. Below is the lswpar output, required output format. ... (7 Replies)
Discussion started by: aix_admin_007
7 Replies

6. AIX

AIX Scan Rate threshold

Hi Guys, The management is being frisky about scan rate in the range of a few thousands ( 4 digit scan rates occasionally). After much research ive concluded that its ok to have high scan rates , unless it leads to swapping/ it falls above 1:4 ratio with free rate (fr:sr) My question is:... (2 Replies)
Discussion started by: muzahed
2 Replies

7. AIX

Scan Rate

Hello, How can i tell ifthe ratio between fr and sr is ok? is fr/sr ratio of 0.9 acceptable? thanks. (1 Reply)
Discussion started by: LiorAmitai
1 Replies

8. AIX

Paging Rate

Hi Friends, Can you please answer the following questions. 1) What is Paging rate ? 2) How to Calculate Paging rate from the following topas command output? Faults 206 Real,MB 28671 Steals 311 % Comp 71.1 PgspIn 1 % Noncomp 28.8 ... (3 Replies)
Discussion started by: deshaipet
3 Replies

9. UNIX for Dummies Questions & Answers

rate of process

How can I determine if the data collection rate is 1 Hz on Solaris? (0 Replies)
Discussion started by: laila63
0 Replies
Login or Register to Ask a Question