Sar showing message


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Sar showing message
# 1  
Old 01-01-2016
Sar showing message

Hi

while checking system utilization using sar command
# 2  
Old 01-01-2016
Like that it will not be obvious... What message are you getting from sar??
# 3  
Old 01-01-2016
soory. there was a typo error in my previous thread. sharing correct one now.

While checking the system utilization using sar command I have noticed below message.
Code:
  20:33:23    %usr    %sys    %wio   %idle   physc
  20:33:24      67       7       0      26    4.00
  20:33:25      68       7       0      25    4.00
  Disk history flag turned off. The current iteration disk utilization values may be inaccurate
   20:33:26      70       7       0      23    4.01
   
  Average       69       7       0      24    4.00

Again running sar command after few minutes then the same message doesn’t appears
I am not sure what this message mean.
As, per my observation this message appears when system utilization goes high.

Regards,
scriptor

Last edited by Franklin52; 01-01-2016 at 12:33 PM.. Reason: Please use code tags
# 4  
Old 01-01-2016
Care to tell us a few details? Like: what system are you using, relevant tuning parameters, what else might be relevant, ....

You know, my crystal ball is in repair right know and i have lately given up on reading minds.

bakunin
This User Gave Thanks to bakunin For This Post:
# 5  
Old 01-07-2016
hi
OS is AIX
Code:
oslevel 
5.3.0.0

i am not getting your point
Code:
"tuning parameters"


Last edited by scriptor; 01-07-2016 at 07:36 AM.. Reason: typo err
# 6  
Old 01-07-2016
Quote:
Originally Posted by scriptor
hi
OS is AIX
Code:
oslevel 
5.3.0.0

i am not getting your point
Code:
"tuning parameters"

In AIX (and several other OSes too) "extended" disk reporting is per default disabled because it comes with some performance penalty. It is enabled by setting some tuning parameter. I have no AIX 5.3-system at hand (it is out of support several years now), but to quote from the AIX 7.1-manpage:

Code:
       -b flag. The Block IO statistics need to be enabled using the raso
       tunable biostat. Once the raso tunable is enabled to collect Block IO
       statistics, the operating system takes couple of second to populate the
       statistics before it can be reported. Hence, you need to wait for few
       seconds before you issue the iostat -b command, after enabling the
       Block IO statistic collection.

I remember vaguely the situation being a bit different in 5.3, but there was a similar provision.

I hope this helps.

bakunin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sar during a test

Hi All, I am trying to run sar on a Redhat server during a test I am performing for a couple of hours. I would like to get the sar metrics for every second (instead of the regularly set up 10 minute interval in the cron). What is the most efficient way to do this? Thanks, Shahzad (6 Replies)
Discussion started by: sleo
6 Replies

2. UNIX and Linux Applications

Ssmtp -t < /path/to/the/message.txt (How to format message.txt for html email)

ssmtp has been running well under Kubuntu 12.04.1 for plain text messages. I would like to send html messages with ssmtp -t < /path/to/the/message.txt, but I cannot seem to get the message.txt file properly formatted. I have tried various charsets, Content-Transfer-Encoding, rearranging the... (0 Replies)
Discussion started by: Ronald B
0 Replies

3. UNIX for Dummies Questions & Answers

NFS mounted drive showing Write protected message

Hi We have two servers name A and B . I have a folder "Share" on A was NFS mounted to "B" server. I have set the ACL permissions using setfacl , so that both (One user from Server A and another user from Server B) users can read and write to the directory. Both users can create the... (0 Replies)
Discussion started by: rakeshkumar
0 Replies

4. AIX

SAR

I am running below script to display last 48 hour data but the output is not displaying heading - AIX eqrdb26u1 1 6 00CFD5E34C00 01/21/10 System configuration: lcpu=8 ent=2.00 mode=Uncapped 22:31:40 %usr %sys %wio %idle physc %entc and footer - Average 25 9 ... (1 Reply)
Discussion started by: noorm
1 Replies

5. Solaris

Sar Issue

Dear All, I had added these lines in crontab. 0 * * * 0-6 /usr/lib/sa/sa1 00,15,30,45 * * * 0-6 /usr/lib/sa/sa1 5 18 * * 0-6 /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 1200 -A After adding these lines I have to get sar file. But here I am not getting any files in /var/adm/sa directory in one... (2 Replies)
Discussion started by: lbreddy
2 Replies

6. AIX

sar

I am trying to set up sar on my AIX server. We have been running sar and getting reports on out Linux boxes in the past but would like to try to do the same in AIX. On my Linux i have a sar.sh that looks like this: #!/bin/bash LC_ALL=C sar -A -f /var/log/sa/sa27 > /server023.txt LC_ALL=C sar -A... (1 Reply)
Discussion started by: seacros
1 Replies

7. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies

8. HP-UX

Sar

Hey guys in sar -v 5 5 command what is the proc means. (1 Reply)
Discussion started by: sbn
1 Replies

9. UNIX for Dummies Questions & Answers

Sar question

Hi all, With Sar, it gives you the CPU usage for the last x minutes etc, does anyone know if this is an average value when the machine in question has multiple CPU's, or simply just a reading of CPU #1? Ta. (3 Replies)
Discussion started by: danhodges99
3 Replies

10. Filesystems, Disks and Memory

sar

We have a script that uses sar -u 1 10 | awk '/Average/ { print ( $2 + $3 ) }' to get the CPU usage of a mutli engine machine. We think we are getting wrong information from the above string. We think it is adding up the total of the 12 engines and reporting back the total not the overall... (5 Replies)
Discussion started by: kevinb
5 Replies
Login or Register to Ask a Question