Array Setup and Networking
1748221 Members
4471 Online
108759 Solutions
New Discussion юеВ

How do I view IOPS on the comand line (CLI)?

 
SOLVED
Go to solution
timzehta119
New Member

How do I view IOPS on the comand line (CLI)?

How do I view IOPS on the command line (CLI)?

3 REPLIES 3
tmoore106
Trusted Contributor

Re: How do I view IOPS on the comand line (CLI)?

Page 62 of the NOS User Guide

  1. To monitor volume performance using the CLI:

1. At the command prompt, type:
stats --perf <volume_name> [--latency] [--iosize] Example: stats --perf volume4

tmoore106
Trusted Contributor

Re: How do I view IOPS on the comand line (CLI)?

hmm on second thought I don't think that show io's per second....

pflammer23
Valued Contributor
Solution

Re: How do I view IOPS on the comand line (CLI)?

There are a lot of options for the stats command.

I personally like this one:

     stats --array <arrayname> (--vol <volumename>) --diff --mb --csv --interval 2 --show_time

If you're not planing to export the output, then --csv isn't needed.