- 
                Notifications
    
You must be signed in to change notification settings  - Fork 36
 
dx_get_vdbthroughput
        Marcin Przepiorowski edited this page Jul 3, 2024 
        ·
        3 revisions
      
    dx_get_vdbthroughput    [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
                        [-st timestamp]
                        [-et timestamp]
                        [-fullname]
                        [-i 1|60|3600]
                        [-outdir path]
                        [ --help|? ]
                        [ -debug ]
Get the VDB throughput split based on last day data
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
 - -all Run script for all Delphix Engines from config file
 - -configfile file Location of the configuration file. A config file search order is as follow:
 - configfile parameter
 - DXTOOLKIT_CONF variable
 - dxtools.conf from dxtoolkit location
 
- -st timestamp Start time for performance data - default value is -1 day
 - -et timestamp End time for peformance data - default is now
 - -outdir path Write output into a directory specified by path.
 - -i interval Use the specified interval for export. Allowed values are: 1, 60, 3600
 - -fullname Add groupname to the output. Full name is printed as "group name/database name"
 - -help Print this screen
 - -debug Turn on debugging
 - -nohead Turn off header output
 
Export last 60 min of data using 60 sec interval
dx_get_vdbthroughput -d 53 -outdir /tmp/ -st -60mins
Data exported into /tmp/53-vdbthroughput-20190320-12-48-25.csv
Export all possible data using a 60 sec interval
dx_get_vdbthroughput -d 53 -outdir /tmp/
Data exported into /tmp/53-vdbthroughput-20190320-12-48-33.csv
Export last 60 min of data using 1 sec interval
dx_get_vdbthroughput -d 53 -outdir /tmp/ -st -60mins -i 1
Data exported into /tmp/53-vdbthroughput-20190320-12-52-05.csv
Delphix