Operating System - OpenVMS
1828447 Members
3160 Online
109977 Solutions
New Discussion

Re: monitor disk operation rate with T4???

 
BoyeDav
Frequent Advisor

monitor disk operation rate with T4???

I'm using T4 and it's been working great. However, the CSV file showing all of the performance data has a single value for disk operation rate.

When I run "monitor disk/item=operation_rate" interactively, I see the IO rate for each separate disk. Is there a way to get operation rate per-disk using T4?

Thanks!
3 REPLIES 3
BoyeDav
Frequent Advisor

Re: monitor disk operation rate with T4???

Figured out there's a separate CSV file containing the more granular disk io data. nevermind.
BoyeDav
Frequent Advisor

Re: monitor disk operation rate with T4???

per last reply
Volker Halle
Honored Contributor

Re: monitor disk operation rate with T4???

T4 collects the individual disk performance data automatically and stores it in the T4$DATA:T4_node_ddmmmyyy_0001_2359_DISK.ZIP file.

Just extract the .CSV file from that .ZIP archive and you have what you're asking for.

Volker.