Question on NMON - disable detailed disk statistics


 
Thread Tools Search this Thread
Operating Systems AIX Question on NMON - disable detailed disk statistics
# 1  
Old 12-11-2014
Question on NMON - disable detailed disk statistics

Hi All,

The NMON file is getting generated with file size of more than 70MB for just 40 minute duration on AIX 6.1 box, due to more number of disks (Disk0, Disk1..., Disk22).
With respect to disk related details, I need to have only the disk summary, and disable the detailed disk statistics (tabs getting created for each of these metrics for 23 individual disks : DISKBUSY, DISKBSIZE, DISKXFER, DISKRXFER, DISKREAD, DISKWRITE, DISKWIO, DISKRIO, DISKAVGWIO, DISKAVGRIO, Etc), to reduce the nmon file size.
Can anyone please share me the nmon command for this !?

Thanks,
Raja
# 2  
Old 12-13-2014
Any chances to share the cron command that's invoking nmon everyday?
# 3  
Old 12-15-2014
You could also experiment with the possible options:
https://www.ibm.com/developerworks/c...ge/nmon+Manual
# 4  
Old 12-16-2014
Andrew86 and Zaxxon,

Thanks for the response.
I think this is the one that you are looking for... its the usual command that i am using is via the script: nmon -fT -s $1 -c $sample -F $nmon-file-name
It would be helpful if you can share me similar command to avoid/disable detailed mode of disk statistics!!...

Thanks,
Raja

Last edited by jim mcnamara; 12-16-2014 at 10:19 AM..
# 5  
Old 12-16-2014
We understood what you want - did you thought about consulting the documentation?
# 6  
Old 12-16-2014
Yes Zaxxon, i didnt find anything in documentation (pretty much generic commands only), and also i did some googling earlier and have looked into few options, but the below 2 options looks to be online/interactive options and so cant be used in scripts :

1. -D prevents DISK sections being produced (useful when Disk Groups are being used because there are too many hdisks to process)
2. To limit the disks that the nmon lists to a maximum of 64 (online only), use the -k flag with the diskname parameter. Example: nmon -k hdisk2,hdisk0,hdisk3
since i am new to NMON not sure on these, thats why came to forums for help and looking for proper command.

Thanks,
Raja
# 7  
Old 12-16-2014
Hi Raja,

i guess the main problem is a too short snapshot interval -s < seconds >.
We use in normal case a 5 minute intervall, which result in a 20MB file per day for 55 Hdisks.

To nearly prevent the detail statistics use the combination of -D -k <rootvg hdisk>.


Regards
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting detailed error from sql script

Hello, I have a main.sql file which runs around 5-6 .sql files and each .sql file is spooling it in separate text file. In my shell script I am appending main.sql to one of my log file but I am not able to get detailed error if anything fails from those 5-6 .sql files. Those errors are... (1 Reply)
Discussion started by: sp92
1 Replies

2. Red Hat

SSL/TLS renegotiation DoS -how to disable? Is it advisable to disable?

Hi all Expertise, I have following issue to solve, SSL / TLS Renegotiation DoS (low) 222.225.12.13 Ease of Exploitation Moderate Port 443/tcp Family Miscellaneous Following is the problem description:------------------ Description The remote service encrypts traffic using TLS / SSL and... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

3. UNIX for Dummies Questions & Answers

require detailed description for df -k command

Hi, I have used df -k always just to check the % of disk space left. Recently i discovered that the sum availabl space and used space is not equal to 1K-blocks. Can anyone explain me the reason for this difference. Thanks. (3 Replies)
Discussion started by: shooter
3 Replies

4. Shell Programming and Scripting

How to disable Enable/Disable Tab Key

Hi All, I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:( Thanks, Rico (1 Reply)
Discussion started by: carnegiex
1 Replies

5. Filesystems, Disks and Memory

internal disk and external disk question

Hello, We are running sun solaris and it is connected to SAN storage. How do I find what are the disks are internal and what are the disks are connected to SAN? (0 Replies)
Discussion started by: mokkan
0 Replies

6. UNIX for Dummies Questions & Answers

backup disk to disk to tape question

Hi all I had started to learn how to backup disk to disk to tape method Firstly I had backup to my NAS tar czvf /MyNetworkStorge/backup.tar /home Secondly I using dd command to copy the tar to tape dd if=/MyNetworkStorge/backup.tar of=/dev/tape0 But the tape drive always hang.... (5 Replies)
Discussion started by: lijiajin
5 Replies

7. Shell Programming and Scripting

Detailed disk usage versus age summary

Hi, I'm posting my question here as I fele that what I am about to try to do must have been done already, and I don't want to re-invent the wheel. I have recently become responsible for monitoring disk space usage for a large file system. I would like to geenrate reports that will summise... (8 Replies)
Discussion started by: littleIdiot
8 Replies

8. Solaris

Please tell me the Detailed Booting procedure of Solaris 8

Can anyone explain me the detailed booting procedure on Solaris 2.8 Regards, Max29583 (3 Replies)
Discussion started by: max29583
3 Replies

9. Linux

the old question: how to disable the beep ?

still the old question (didn't find the satisfied answer in the forum) how to disable the awful beep in linux workstation? i tried this: /etc/inputrc -〉set bell-style none but it can only disable the beep whenever you input wrongly in the console. in some othercases, i still can hear... (1 Reply)
Discussion started by: princelinux
1 Replies
Login or Register to Ask a Question