Also in order to avoid truncation of names you could use the following commands : set –showallfields true or set -showallfields true -showseparator ","
BEFORE: truncated names
clus-sparab::*> qos statistics performance show
Policy Group IOPS Throughput Latency
-------------------- -------- --------------- ----------
-total- 6066 5.76MB/s 810.00us
_System-Best-Effort 6044 5.67MB/s 811.00us
toolonganame123456.. 21 85.33KB/s 468.00us
-total- 6478 216.42KB/s 649.00us
_System-Best-Effort 6456 131.09KB/s 649.00us
toolonganame123456.. 21 85.33KB/s 781.00us
-total- 5810 2.86MB/s 758.00us
_System-Best-Effort 5789 2.78MB/s 753.00us
toolonganame123456.. 21 85.33KB/s 2.06ms
AFTER: full names
clus-sparab::*> set -showallfields true -showseparator ","
clus-sparab::*> qos statistics performance show policy-group,iops,tput,latency,
Policy Group, IOPS, Throughput, Latency,
-total-,5838,2.65MB/s,802.00us,
_System-Best-Effort,5817,2.56MB/s,776.00us,
toolonganame12345678901234567891,21,85.33KB/s,7.85ms,
-total-,7674,165.95KB/s,547.00us,
_System-Best-Effort,7653,79.29KB/s,521.00us,
toolonganame12345678901234567891,22,86.67KB/s,9.85ms,
-total-,7670,171.32KB/s,547.00us,
_System-Best-Effort,7648,84.65KB/s,521.00us,
toolonganame12345678901234567891,22,86.67KB/s,9.85ms,
regards
Amrita