show stats storage export-latency (Edge)
Displays NFS export read/write latency information.
Syntax
show stats storage export-latency {interval <time-interval> | start-time <start> end-time <end>} export <export-path>
Parameters
interval <time-interval>
Returns statistics for one of the following time intervals:
1min - Past minute.
5min - Past five minutes.
hour - Past hour.
day - Past day.
week - Past week.
month - Past month.
start-time <start>
Specifies the start time to return statistics.
Use the format 'yyyy/mm/dd hh:mm:ss'.
end-time <end>
Specifies the end time to return statistics.
Use the format 'yyyy/mm/dd hh:mm:ss'.
export <export-path>
Specifies the NFS export directory.
Example
Edge1 (config) # show stats storage export-latency start-time '2017/01/02 23:59:59' end-time '2017/01/09 23:59:57' export 10.5.254.17:/user_nfs1
Avg Read IO Time: 0.0000 ms
Avg Write IO Time: 0.0000 ms
 
Edge1 (config) # show stats storage export-latency interval 5min export 10.5.254.17:/user_nfs1
Avg Read IO Time: 0.0000 ms
Avg Write IO Time: 0.0000 ms
Product
SteelFusion Edge
Related Commands
show stats storage export-com-rate, show stats storage export-bytes (Edge), show stats storage export-iops (Edge)