show stats storage export-bytes (Edge)
Displays export bytes information.
Syntax
show stats storage export-bytes {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 export directory. |
Example
Edge1 (config) # show stats storage export-bytes interval 5min export /poonam_abc1
Total Bytes Read: 0 Bytes
Total Bytes Written : 0 Bytes
Total Hit Count : 0 Bytes
Total Miss Count : 0 Bytes
Mean Commit delay : 0s
Total Blockstore Writes : 0 Bytes
Total Blockstore Commits : 0 Bytes
Total Uncommitted Blockstore Data : 0 Bytes
(Blockstore values are persistent across stats reset)
Edge1 (config) # show stats storage export-bytes start-time '2017/01/02 23:59:59' end-time '2017/01/09 23:59:57' export /poonam_abc4
Total Bytes Read: 0 Bytes
Total Bytes Written : 0 Bytes
Total Hit Count : 0 Bytes
Total Miss Count : 11.00 KB
Mean Commit delay : 0s
Total Blockstore Writes : 0 Bytes
Total Blockstore Commits : 0 Bytes
Total Uncommitted Blockstore Data : 0 Bytes
(Blockstore values are persistent across stats reset)
Product
Edge