Sign in or 

smcli -n r2md3000i -c "set session performanceMonitorInterval=5 performanceMonitorIterations=250;
save storageArray performanceStats file=\"c:\\md3000iPerfStats.csv\";"
-n - name of MD3000i (don't use the IP address)
performanceMonitorInterval - time in seconds between each performance stats capture
performanceMonitorIterations - the number of times to capture peformance in this session
The \ must be put in front of quotes or \ within the quotes of the -c
"Storage Arrays ","Total IOs ","Read Percentage ","Cache Hit Percentage ","Current KB/second ","Maximum KB/second ","Current IO/second ","Maximum IO/second"
"Capture Iteration: 1","","","","","","",""
"Date/Time: 7/14/08 4:35:29 PM","","","","","","",""
"CONTROLLER IN SLOT 1","0.0","0.0","0.0","0.0","0.0","0.0","0.0"
"Virtual Disk MDData1","0.0","0.0","0.0","0.0","0.0","0.0","0.0"
"Virtual Disk MDVMHosts1","0.0","0.0","0.0","0.0","0.0","0.0","0.0"
"CONTROLLER IN SLOT 0","27.0","0.0","0.0","20.7","20.7","4.5","4.5"
"Virtual Disk MDLog1","0.0","0.0","0.0","0.0","0.0","0.0","0.0"
"Virtual Disk WSV_VMHosts","27.0","0.0","0.0","20.7","20.7","4.5","4.5"
"STORAGE ARRAY TOTALS","27.0","0.0","0.0","20.7","20.7","4.5","4.5"
| Storage Arrays | Total IOs | Read Percentage | Cache Hit Percentage | Current KB/second | Maximum KB/second | Current IO/second | Maximum IO/second |
| Capture Iteration: 1 | |||||||
| Date/Time: 7/14/08 4:35:29 PM | |||||||
| CONTROLLER IN SLOT 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Virtual Disk MDData1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Virtual Disk MDVMHosts1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| CONTROLLER IN SLOT 0 | 27 | 0 | 0 | 20.7 | 20.7 | 4.5 | 4.5 |
| Virtual Disk MDLog1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Virtual Disk WSV_VMHosts | 27 | 0 | 0 | 20.7 | 20.7 | 4.5 | 4.5 |
| STORAGE ARRAY TOTALS | 27 | 0 | 0 | 20.7 | 20.7 | 4.5 | 4.5 |
TDA-James |
Latest page update: made by TDA-James
, Oct 12 2009, 6:49 PM EDT
(about this update
About This Update
Edited by TDA-James
10 words added 8 words deleted 1 widget added 1 widget deleted view changes - complete history) |
|
Keyword tags:
iscsi
md3000i
performance
scripting
smcli
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| js.opdebeeck | MD3000i Monitoring and output ... | 11 | Sep 9 2008, 4:15 PM EDT by js.opdebeeck | ||
|
Thread started: Sep 4 2008, 4:46 AM EDT
Watch
Hi ,
1. Regarding the device , what are the normal and the limit values I can expect from the controllers and the arrays ? 2. Is there more info regarding the different labels Total IOs = max ? Read Percentage = Better is higher ? Cache Hit Percentage = Better is higher ? Current KB/second = What are the device max ? Current IO/second = = What are the device max ? Thanks
Do you find this valuable?
Keyword tags:
md3000i
performance
values
|
|||||
| SeanO'Brien | MD3000i Performance | 6 | Jul 30 2008, 10:35 AM EDT by todd_muirhead | ||
|
Thread started: Jul 21 2008, 2:57 PM EDT
Watch
I got this working, but I did have to change the command:
performanceStats file=\"c"\\md3000iPerfStats.csv\";" to read: performanceStats file=\"c":\md3000iPerfStats.csv\";" ----> (Notice the ":" after the c" instead of the extra "\") Also, just for others that might run this... If you run the 250 iterations as show in the above command, it may take a while... I changed it to 20 just to make sure it was doing something... Finally I got the "completed successfully" message after about 4 - 5 minutes... Thanks again Scott for the info... --Sean
1
out of
1 found this valuable.
Do you?
Keyword tags:
iscsi
md3000i
performance
scripting
smcli
|
|||||