-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_disk_throughput
Marcin Przepiorowski edited this page Oct 10, 2016
·
5 revisions
dx_get_disk_throughput.pl -d <delphix identifier> [-w <warning mb/s>] [-i time_interval] [-c <critical mb/s>] [-opname operation] [-read | -write] [ -raw ] [-st \"DD-MON-YYYY [HH24:MI:SS]\" ] [ -et \"DD-MON-YYYY [HH24:MI:SS]\" ] [ -debug ] [ -help|-? ]
- -d Delphix Identifier (hostname defined in dxtools.conf)
- -st StartTime (format: DD-MON-YYYY [HH24:MI:SS] or YYYY-MM-DD [HH24:MI:SS]). Default is SYSDATE-7.
- -et EndTime (format: DD-MON-YYYY [HH24:MI:SS] or YYYY-MM-DD [HH24:MI:SS])
- -i Time Inteval, allowed values are 1 or S for 1 sec, 60 or M for 1 min , 3600 or H for 1 hour
- **-opname r|w|b ** Operation name r for read, w for write, b for both (default value)
- **-write ** Old syntax. Similar to -opname w
- **-read ** Old syntax. Similar to -opname r
- -w Warning level in MB/s (Integer, Default 100)
- -c Critical level in MB/s (Integer, Default 300)
- -raw Show Raw Data, instead of average
-
-help
Print this screen -
-debug
Turn on debugging
Delphix