Sponsored Content
Operating Systems AIX Performance Monitoring of FileSystem Post 302463378 by shockneck on Sunday 17th of October 2010 07:12:20 AM
Old 10-17-2010
Quote:
Originally Posted by A.Srenivasan
[...]The scenario is.. The filesystem (/drbackup) is getting monitored and if it exceeds the threshold, we will receive an alert from it. The issue is that we receive an alert with the description of "Current Utilization exceeds 90%". But whenever I check in the server, it shows the value of only 10% (Current Utilization). So do we have any performance monitoring tool to find when it goes high and get reduced to low ?
From what you describe I would presume that the /drbackup FS is used for a backup which is copied after completion to another storage system (such as TSM) and then deletet from the /drbackup FS.

So you want to know what is going on in the FS when it gets full and at what time this happens.
You might start by configuring NMON to monitor the Filesystems, write the data into a file and use the NMON-Analyser to convert the data into an Excel sheet. Choose the monitoring intervall according to the time needed to register the backup process. For details about NMON read the man page and look into the information in the NMON wiki. The NMON output should give you a good picture of when this process takes place and to what extent the FS gets filled.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

performance monitoring

hi, can any one tell me, is there is any way i can check the performance of my solaris 8 os on an Ent 3500. Other than top to check for the top most processes, how to make the calculations with vmstat, iostat, mpstat and nfsstat. Or is there any other tools that i can use? cheers. (3 Replies)
Discussion started by: i2admin
3 Replies

2. AIX

Performance monitoring

Hi All I am looking for a script that would collect statistics in a summarised format. CPU, Memory,Swap, Wait queue, Run queue and disk activity. Something that would allow me to profile the environment based on a 1 line output that I could run every 15 min. Thx Junaid (1 Reply)
Discussion started by: jhansrod
1 Replies

3. UNIX for Advanced & Expert Users

Performance Monitoring

Hi all The place I work for is about to to place there database server under heavy load for testing and would like the effect recorded as much as possible. Can anyone point me in the right direction with respect to real time system monitoring. I am aware of of 'sar', vmstat etc and hope to... (2 Replies)
Discussion started by: silvaman
2 Replies

4. UNIX for Dummies Questions & Answers

Performance monitoring

Hello, I am trying to find a way to view current CPU and disk usage. I used to use nmon which worked fine but since an upgrade to our servers this is no longer available. I have tried to get it reinstalled to no avail! Are there any other commands you can use within unix which will allow me... (4 Replies)
Discussion started by: johnwilliams
4 Replies

5. UNIX for Dummies Questions & Answers

Unix Performance Monitoring

In the vmstat , there are many columns you can see. Can someone tell me what is the most important column that i need to be watched on, and what value or average value should i watch inorder to determine that im experiencing a cpu bottle neck. What should be my basis. or if you use glance ... (2 Replies)
Discussion started by: kaibiganmi
2 Replies

6. Shell Programming and Scripting

Filesystem Monitoring script problems

Hi there all, #!/usr/bin/ksh Set -x MIN_MB_FREE="100MB" # Min. MB of Free FS Space MAX_PERCENT="85%" # Max. FS percentage value FSTRIGGER="1000MB" # Trigger to switch from % Used to MB Free WORKFILE="/tmp/df.work" # Holds filesystem data >$WORKFILE #... (0 Replies)
Discussion started by: draco
0 Replies

7. Solaris

Performance Monitoring

Hi all, I am planning to give a presentation on performance measure. I have decided to focus on the commands which are used to know the performance of the server. I have a idea of prstat,vmstat,netstat, and iostat. Could anybody suggest me any other commands which are used for perforamance... (7 Replies)
Discussion started by: priky
7 Replies

8. AIX

Help with a filesystem monitoring script.

I'd like to create a cron script that checks filesystems. For example if it reaches 95% USED, I'd like it to send me an email. Can this be possible for up to say 4 filesystems using the df -k command? Any samples to get me started would be much appreciated. (7 Replies)
Discussion started by: NycUnxer
7 Replies

9. Shell Programming and Scripting

Monitoring Script - filesystem

Hi all, I got an error when running this script (from BigAdmin community) the error is test: argument expected my server version is SunOS XXX 5.8 Generic_117350-46 sun4u sparc SUNW,Sun-Fire-V890 any idea on it? #! /usr/bin/ksh ### ### This script can be run from cron to... (9 Replies)
Discussion started by: SmartAntz
9 Replies

10. UNIX for Dummies Questions & Answers

Script for Monitoring Root Filesystem

I am on SCO UNIX, I need to write a script to monitor root file system. For some reason it's not working for me. #!/bin/sh df -B / | awk '{ print $5 " " $1 }' | while read output; do echo $output if ; then echo "Running out of space \ HOSTNAME" # mail -s "Alert: Almost out of... (8 Replies)
Discussion started by: samnyc
8 Replies
PMDAGLUSTER(1)						      General Commands Manual						    PMDAGLUSTER(1)

NAME
pmdagluster - Gluster Filesystem PMDA DESCRIPTION
pmdagluster is a Performance Metrics Domain Agent (PMDA) which exports metric values about mounted gluster filesystems using the gluster(8) command. This PMDA exports metrics about volumes and bricks both local and remote to the node where pmdagluster is running. The gluster filesystem supports fine-grained control over enabling statistics on individual volumes, so that the values are optionally enabled or disabled on systems where they are not desired to be monitored. The pmstore(1) command can be used to enable and disable profiling of volumes. Using the individual instances of the gluster.volume.pro- file metric, one can set their values (and associated profiling) either on (1) or off (0). Additionally, pminfo(1) can report on the cur- rent status of profiling of each volume. # pminfo -f gluster.volume.profile gluster.volume.profile inst [0 or "gv0"] value 0 inst [1 or "gv1"] value 1 # pmstore -i "gv0" gluster.volume.profile 1 gluster.volume.profile inst [0 or "gv0"] old value=0 new value=1 Further details on the gluster filesystem can be found at http://www.gluster.org INSTALLATION
Install the gluster PMDA by using the Install script as root: # cd $PCP_PMDAS_DIR/gluster # ./Install To uninstall, do the following as root: # cd $PCP_PMDAS_DIR/gluster # ./Remove pmdagluster is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed. FILES
$PCP_PMDAS_DIR/gluster/Install installation script for the pmdagluster agent $PCP_PMDAS_DIR/gluster/Remove undo installation script for the pmdagluster agent $PCP_LOG_DIR/pmcd/gluster.log default log file for error messages from pmdagluster PCP ENVIRONMENT
Environment variables with the prefix PCP_ are used to parameterize the file and directory names used by PCP. On each installation, the file /etc/pcp.conf contains the local values for these variables. The $PCP_CONF variable may be used to specify an alternative configura- tion file, as described in pcp.conf(5). SEE ALSO
pmcd(1), pminfo(1), pmstore(1), and gluster(8) Performance Co-Pilot PCP PMDAGLUSTER(1)
All times are GMT -4. The time now is 07:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy