Start a Conversation

Unsolved

This post is more than 5 years old

4142

September 28th, 2011 21:00

Powershell scripts for Isilon performance stats

The attached scripts allow you to leverage powershell to collect performance statistics from EMC Isilon storage arrays.  Output options incldue PSObjects, CSV, and screen painting similar to linux top.  All native statistics that are available via the "isi statistics" command are available.

See the script header and attached images for examples of running.

MD5: 85E25DFE4A56B278091BE6680F53D423

4 Attachments

1 Rookie

 • 

20.4K Posts

September 28th, 2011 21:00

in screenshot 5, how come individual nodes stats do not add up to the number in All row ?

Thanks

1 Rookie

 • 

20.4K Posts

September 28th, 2011 21:00

looks like %used is an average while other stats are a sum of individual nodes

isi statistics system --nodes -d

Node   CPU   SMB   FTP  HTTP ISCSI   NFS Total NetIn NetOut DiskIn DiskOut

  LNN %Used   B/s   B/s   B/s   B/s   B/s   B/s   B/s    B/s    B/s     B/s

  All   1.3   0.0   0.0   0.0   0.0   0.0   0.0   11K   1.1K   159K     0.0

    1   0.0   0.0   0.0   0.0   0.0   0.0   0.0  1.8K  235.6    48K     0.0

    2   3.4   0.0   0.0   0.0   0.0   0.0   0.0  2.4K  431.0    0.0     0.0

    3   0.3   0.0   0.0   0.0   0.0   0.0   0.0  1.6K   24.8    16K     0.0

    4   0.2   0.0   0.0   0.0   0.0   0.0   0.0  1.7K    0.0    48K     0.0

    5   3.7   0.0   0.0   0.0   0.0   0.0   0.0  2.0K  374.4    48K     0.0

    6   0.0   0.0   0.0   0.0   0.0   0.0   0.0  1.5K   70.2    0.0     0.0

September 28th, 2011 21:00

This must be something internal to how the stats are calculated by way of some Isilon internal logic.  Possibly, each stat is calculated individually and the total can represent the individual components at different time slices.  The scripts don't do any data manipulation.

I would have to forward this one to the Isilon group to see why the "isi statistics system --nodes -d" demonstrates what you see.

No Events found!

Top