DS Performance Monitoring

From Tecniq

Jump to: navigation, search

Monitor via Script

You can log a history of volume IOPs and throughput figures using the script feature within the Storage Manager Enterprise Management window. (This window lists all subsystems under management by the host.) Select the subsystem you wish to monitor and select "Tools -> Execute Script...". This should open a text box with a horizontal split. Enter the following in the top box;

on error stop;
set performanceMonitor interval=10 iterations=2;
upload storageSubsystem file="c:\perffile.txt" content=performanceStats;

This will repeatedly execute the performance monitor command every interval in seconds, for the number of times highlighted by the iterations. Note that you cannot close the window during this recording, so if you're recording a long period the application will need to remain running.

The data is stored in a flat file defined in the command, and the output looks as follows;

Performance Monitor Statistics for Storage Subsystem: CENTIQ_TEST Date/Time: 11/12/09 17:15:58 Polling interval in seconds: 5

Storage Subsystems,Total,Read,Cache Hit,Current,Maximum,Current,Maximum ,IOs,Percentage,Percentage,KB/second,KB/second,IO/second,IO/second Capture Iteration: 1 Date/Time: 11/12/09 17:15:59 CONTROLLER IN SLOT A,2657.0,86.9,89.1,5889.0,5889.0,442.8,442.8,

Logical Drive VMWARE_VMFS_02,99.0,6.1,100.0,165.8,165.8,16.5,16.5,

Logical Drive VMWARE_VMFS_03,2411.0,94.8,89.8,5366.0,5366.0,401.8,401.8,

Logical Drive VMWARE_VMFS_06,113.0,4.4,0.0,331.3,331.3,18.8,18.8,

Logical Drive VMWARE_VMFS_07,27.0,44.4,0.0,20.5,20.5,4.5,4.5,

CONTROLLER IN SLOT B,106.0,16.0,5.9,144.2,144.2,21.2,21.2,

Logical Drive VMWARE_VMFS_01,8.0,0.0,0.0,4.2,4.2,1.6,1.6,

Logical Drive VMWARE_VMFS_04,46.0,34.8,0.0,46.4,46.4,9.2,9.2,

Logical Drive VMWARE_VMFS_05,1.0,0.0,0.0,0.0,0.0,0.2,0.2,

Logical Drive VMWARE_VMFS_BACKUP,0.0,0.0,0.0,0.0,0.0,0.0,0.0,

STORAGE SUBSYSTEM TOTALS,2763.0,84.2,88.5,6033.2,6033.2,464.0,464.0,

Capture Iteration: 2 Date/Time: 11/12/09 17:16:04 CONTROLLER IN SLOT A,3122.0,75.3,87.5,863.8,5889.0,93.0,442.8,

Logical Drive VMWARE_VMFS_02,196.0,3.1,100.0,138.6,165.8,19.4,19.4,

Logical Drive VMWARE_VMFS_03,2552.0,89.6,89.7,219.8,5366.0,28.2,401.8,

Logical Drive VMWARE_VMFS_06,229.0,3.9,0.0,395.8,395.8,23.2,23.2,

Logical Drive VMWARE_VMFS_07,126.0,38.1,0.0,96.8,96.8,19.8,19.8,

CONTROLLER IN SLOT B,658.0,5.0,30.3,3543.0,3543.0,110.4,110.4,

Logical Drive VMWARE_VMFS_01,21.0,0.0,0.0,14.0,14.0,2.6,2.6,

Logical Drive VMWARE_VMFS_04,107.0,29.0,29.0,68.6,68.6,12.2,12.2,

Logical Drive VMWARE_VMFS_05,27.0,0.0,0.0,28.4,28.4,5.2,5.2,

Logical Drive VMWARE_VMFS_BACKUP,0.0,0.0,0.0,0.0,0.0,0.0,0.0, 


Personal tools