Scroll to navigation

hpcttrigger(1) General Commands Manual hpcttrigger(1)

NAME

hpcttriggerHigh-Performance Connectivity Tracer (HiPerConTracer) Trigger Tool

SYNOPSIS

hpcttrigger [-P|--ping][-T|--traceroute][-L|--loglevellevel][-q|--quiet][-v|--verbose][-U|--useruser|uid][-S|--sourceaddress[,traffic_class[,...]]][-D|--destinationaddress][--tracerouteintervalmilliseconds][--traceroutedurationmilliseconds][--tracerouteroundsrounds][--tracerouteinitialmaxttlvalue][--traceroutefinalmaxttlvalue][--tracerouteincrementmaxttlvalue][--pingintervalmilliseconds][--pingexpirationmilliseconds][--pingttlvalue][-R|--resultsdirectorydirectory][--resultstransactionlengthseconds][--pingtriggerageseconds][--pingtriggerlengthpayload_length][--pingsbeforequeuingcount]

DESCRIPTION

hpcttriggeris a tool to trigger HiPerConTracer runs, based on observed incoming "Ping"packets. Once the given number of such packets with a given size has beenobserved from a source, a Ping or Traceroute is triggered to the correspondingaddress.

ARGUMENTS

The following arguments may be provided:

--pingtriggerage seconds
Sets the maximum number of seconds between two trigger "Pings" (default: 300).
--pingtriggerlength payload_length
Sets the "Ping" payload length to trigger HiPerConTracer (default: 53).
--pingsbeforequeuing count
Sets the number of observed "Ping" packets before triggering HiPerConTracer(default: 3).
See the manual page of HiPerConTracer for the other arguments and the outputformat.

EXAMPLES

hpcttrigger --source 10.1.1.51 --traceroute --verbose --pingsbeforequeuing 2 --pingtriggerlength 88
 
hpcttrigger --source 10.1.1.51 --pingtriggerage 1800 --ping --verbose
 
hpcttrigger --source=10.1.1.51 --traceroute --resultsdirectory=/tmp/results --resultstransactionlength=60
 
hpcttrigger --source=172.16.1.2,BE,EF --source=172.17.1.2,BE,AF11,AF21 --pingtriggerage=1800 --ping --verbose
 

AUTHORS

Thomas Dreibholz
https://www.nntb.no/~dreibh/hipercontracer
mailto://thomas.dreibholz@gmail.com

June 6, 2019 hpcttrigger