[aix-pm-cvs] modules/san/emc/scripts sad,1.11,1.12
Status: Alpha
Brought to you by:
gonter
|
From: Gerhard G. <go...@us...> - 2009-11-02 00:03:06
|
Update of /cvsroot/aix-pm/modules/san/emc/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19535 Modified Files: sad Log Message: experimental: disk performance data extraction from ongoing data collection Index: sad =================================================================== RCS file: /cvsroot/aix-pm/modules/san/emc/scripts/sad,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** sad 1 Nov 2009 23:56:27 -0000 1.11 --- sad 2 Nov 2009 00:02:56 -0000 1.12 *************** *** 166,169 **** --- 166,173 ---- $config->SPPortDetails (join ('/', $out_prefix, $emc_name, 'sp-ports.csv')); $config->HBAPortDetails (join ('/', $out_prefix, $emc_name, 'hbas.csv')); + + # experimental: disk performance data extraction from ongoing data collection + $mtime_disk ||= time (); + $config->DiskBusy ($mtime_disk, 'disk_perf.csv'); } |