This post is more than 5 years old
2 Intern
•
220 Posts
0
1983
December 22nd, 2011 14:00
Symstat command
Hi
1. Is there is any way i can get all the LDEV or Lun performance at one shot using symstat command. I can see below syntax for getting the LDEV performance
symstat -i 60 -c 3 -ld DEV001
2. If i want to get the performance data at current point of time can i use the counter like below
symstat -c 1 -ld DEV001
Thanks
Naren
No Events found!
GEMC
36 Posts
0
December 29th, 2011 05:00
Naren - You need to specify the interval value to gather the current performance stats and it should be greater than 5 seconds. When you say logical device, I assume that you have set the DG as local to the symcli management host. If not, command "symstat -sid <123> -g -i 60 -c 3 -ld DEV001" would gather stats only for Logical device DEV001. If you want to run stats against all LDEVs, you need to specify "symstat -sid <123> -i 60 -c 3 -g -all". To collect stats for every 5 seconds against all devices in the symm, run "symstat -sid <123> -i 5 -c 1" Thanks
MorbidAngel1
62 Posts
1
December 22nd, 2011 14:00
Try with this--
symstat -sid XXXX -i 5
or also
symstat -sid XXXX -i 5 -c 5 for specific count
SKT2
2 Intern
•
1.3K Posts
0
January 22nd, 2012 14:00
GEMC, in the command provided there is dg name missing( he will figure this out anyway when he try it)
naren, do u still looking for any additional inputs?
SymmetrixForums
31 Posts
0
January 23rd, 2012 09:00
Did the replies to your post answer your question? If so, please mark the helpful and correct posts and if applicable, also mark the post as answered. Doing so helps others identify the most useful posts. Thank you.