Skip to content

dx_ctl_network_tests

Marcin Przepiorowski edited this page Jan 10, 2019 · 5 revisions

SYNOPSIS

dx_ctl_network_tests    [-engine|d <delphix identifier> | -all ]
                        -type latency|throughput|dsp
                        [-remoteaddr env_ip|all|env_ip1,env_ip2 ]
                        [-size bytes]
                        [-duration sec]
                        [-direction both|transmit|receive]
                        [-numconn no_of_connections]
                        [-help|? ] [ -debug ]

DESCRIPTION

Get the results of the network tests

ARGUMENTS

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 Display databases on all Delphix appliance
  • -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
  • -type latency|throughput|dsp select a type of test to run

OPTIONS

  • -remoteaddr env_ip Run test on:
  • env_ip - environemnt IP
  • all - all environments
  • env_ip1,env_ip2 - comma separated list of IPs
  • -size bytes Size of latency test package
  • -duration sec Duration of the test in seconds
  • -direction both|transmit|receive Direction of dsp or throughput test
  • -numconn no_of_connections Number of connection for dsp or throughput test
  • -help Print this screen
  • -debug Turn on debugging

EXAMPLES

Starting latency test for 30 sec for host LINUXTARGET

dx_ctl_network_tests -d Landshark5 -type latency -duration 30 -remoteaddr LINUXTARGET
Starting job JOB-7643 for test .
0 - 6 - 10 - 13 - 16 - 20 - 23 - 26 - 30 - 33 - 36 - 40 - 43 - 46 - 50 - 53 - 56 - 60 - 63 - 66 - 70 - 73 - 76 - 80 - 83 - 86 - 90 - 93 - 96 - 100
Job JOB-7643 finished with state: COMPLETED

Starting latency test for 30 sec for host LINUXTARGET and linuxsource

dx_ctl_network_tests -d Landshark5 -type latency -duration 30 -remoteaddr LINUXTARGET,linuxsource
Starting job JOB-7645 for test .
0 - 6 - 10 - 13 - 16 - 20 - 23 - 26 - 30 - 33 - 36 - 40 - 43 - 46 - 50 - 53 - 56 - 60 - 63 - 66 - 70 - 73 - 76 - 80 - 83 - 86 - 90 - 93 - 96 - 100
Job JOB-7645 finished with state: COMPLETED
Starting job JOB-7646 for test .
0 - 6 - 10 - 13 - 16 - 20 - 23 - 26 - 30 - 33 - 36 - 40 - 43 - 46 - 50 - 53 - 56 - 60 - 63 - 66 - 70 - 73 - 76 - 80 - 83 - 86 - 90 - 93 - 96 - 100
Job JOB-7646 finished with state: COMPLETED

Delphix

Clone this wiki locally