Search found 2 matches

by themattreid
Tue Sep 01, 2009 12:35 pm
Forum: Scripts and Templates
Topic: Linux extended iostat template and scripts
Replies: 88
Views: 92969

Same here - CentOS 5.3 and no results with any of those OIDs. Tried on RHEL5.3 and also no results. I'm still having iss ues. Just downloaded v1.4 and uploaded to my centos 4 server... [root@q1-man1 ~]# /usr/local/bin/iostat.pl [root@q1-man1 ~]# /usr/local/bin/iostat.pl .1.3.6.1.3.1.2 I have the sam...
by themattreid
Tue Sep 01, 2009 12:01 pm
Forum: Help: Linux/Unix Specific
Topic: Monitor the iowait in a server
Replies: 20
Views: 23627

RHEL5 / CentOS 5.3 command that works:

Code: Select all

ROOT-(2)>iostat -t 1 2 | head -n 5 | tail -n 1 | awk {'print "iowait="$4'}

iowait=0.04

ROOT-(0)> cat /etc/redhat-release
CentOS release 5.3 (Final)