-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_analytics
Marcin Przepiorowski edited this page Oct 10, 2016
·
6 revisions
dx_get_analytics.pl ( -d <delphix identifier> | -all )
-type <cpu|disk|nfs|iscsi|network|nfs-by-client|nfs-all|all|standard|comma separated names>
-outdir <output dir>
[-i interval ]
[-st <start_time> ]
[-et <end_time> ]
-format csv|json
-debug
Get analytics collector inside Delphix Engine
-
-d Delphix Identifier (hostname defined in dxtools.conf)
-
-st Start time (format: "DD-MON-YYYY [HH24:MI:SS] or "YYYY-MM-DD [HH24:MI:SS]" ). Default start time is today minus 7 days
-
-et End time (format: "DD-MON-YYYY [HH24:MI:SS]" or "YYYY-MM-DD [HH24:MI:SS]" )
-
-t Type: cpu|disk|nfs|iscsi|network|nfs-by-client|nfs-all|all|standard|comma separated names
ex. -t all - for all analytics
-t standard - for cpu,disk,network and nfs analytics
-t cpu,disk - for cpu and disk
-
-i Time Inteval, allowed values are 1 or S for 1 sec, 60 or M for 1 min , 3600 or H for 1 hour
-
-outdir Output directory
-
-format
Display output in csv or json format If not specified csv formatting is used. -
-help
Print this screen -
-debug
Turn on debugging
Delphix