Hi all..<br><br>I'm probably reinventing the wheel, but i've been looking too long and think i might be missing something.<br>Running xymon4.3.2 server on linux and the client is hobbit 4.2.0 on HPUX 11.11<br><br>I need to get some kind of sar -d or iostat graph going, which I've done halfway sucessfully.<br>

I don't know whether there already is a scrupt that does this, but the only mention I find is bb-sar which i battled witha bit<br>and then decided to write my own one.<br><br>I run sar -d for 5 minutes, take the averages, and parse them to the hobbit server like this:<br>

c31t6d0 : 98<br>c34t6d0 : 10<br>c14t2d5 : 0<br>c14t2d4 : 0<br>c14t5d1 : 0<br>c14t0d0 : 77<br>c14t0d1 : 63<br>c14t6d7 : 54<br>c14t7d0 : 25<br>c14t7d1 : 98<br>c14t7d2 : 49<br>c14t1d2 : 40<br>c14t5d0 : 0<br><br><br>This is just the "percent busy" on the disk. <br>

<br>Currently i'm getting all 13 values in one graph, which is a mess.<br><a href="http://i.imgur.com/ZedTt.png">http://i.imgur.com/ZedTt.png</a><br><br>All 13 values are in one RRD file.<br><br>How do I split them up like the page for disk, where each graph has 4 trends?<br>

Also I see mention of iostat here and there, but only in sun-os and irix<br><br><br>TEST2RRD="cpu=la,disk,inode,qtree,memory,$PINGCOLUMN=tcp,http=tcp,dns=tcp,dig=tcp,time=ntpstat,vmstat,iostat,netstat,temperature,<br>

apache,bind,sendmail,mailq,nmailq=mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,files,procs=processes,ports,clock,lines,<br>ops,stats,cifs,JVM,JMS,HitCache,Session,JDBCConn,ExecQueue,JTA,TblSpace,RollBack,MemReq,InvObj,snapmirr,snaplist,snapshot,<br>

if_load=devmon,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond,sar=ncv"<br><br>GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,<br>

apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,ops,stats,cifs,JVM,JMS,HitCache,Session,<br>JDBCConn,ExecQueue,JTA,TblSpace,RollBack,MemReq,InvObj,snapmirr,snaplist,snapshot,devmon::1,if_load::1,temp,paging,mdc,<br>

mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond,sar::1"<br><br>Thanks<br>Stef<br><br><br><br><br>