HP 3PAR OS 3.1.3 Command Line Interface Reference

EXAMPLES
The following example describes a criterion that generates an alert for each port that has more
than 50 write IOPS in a high resolution sample:
cli% createsralertcrit port write_iops>50 write_port_check
The following example describes a criterion that generates an alert for each port that has more
than 10000 write IOPS in a high resolution sample if the sum of all write IOPS for all ports exceeds
50000:
cli% createsralertcrit port write_iops>10000,sum_write_iops>50000 write_port_check
The following example describes a criterion that generates an alert if an hourly sample discovers
that the sum of all the write iops performed on node 1 exceed 10000:
cli% createsralertcrit port -hourly -port 1:*:* sum_write_iops>10000 port_1_writes
The following example describes a criterion that generates an alert for each LD that has more than
1000 reads with over an 8 ms latency (corresponding to column 10 in the read histogram)
discovered during an hourly sample:
cli% createsralertcrit ld -hourly read_time10>1000 ld_read
The following example describes a criterion that generates an alert if node 0 has mode than
interrupts and greater than 70% CPU utilization during a high resolution sample:
cli% createsralertcrit cpu -node 0 interrupts>100 sys_pct>70 node0busy
The following example describes a criterion that generates an alert if a high resolution sample
discovers that the sum of all IOPS of all ports in the system exceeds 100000:
cli% createsralertcrit port -daily sum_total_iops>100000 sys_busy
130 Create Commands