GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
hpct-trigger(1) FreeBSD General Commands Manual hpct-trigger(1)

hpct-triggerHigh-Performance Connectivity Tracer (HiPerConTracer) Trigger Tool

hpct-trigger [--triggerpingage seconds] [--triggerpingpacketsize payload_length] [--triggerpingsbeforequeuing count] [-P | --ping] [-T | --traceroute] [-L level | --loglevel level] [-Z on|off | --logcolor on|off] [-O file | --logfile file] [-q | --quiet] [-v | --verbose] [-U user|uid | --user user|uid] [-# identifier | --measurement-id identifier] [-S address|hostname[,traffic_class[,...]] | --source address|hostname[,traffic_class[,...]]] [-D address|hostname | --destination address|hostname] [--sources-from-file file] [--destinations-from-file file] [-M ICMP|UDP | --iomodule ICMP|UDP] [-I number_of_iterations | --iterations number_of_iterations] [--tracerouteinterval milliseconds] [--tracerouteintervaldeviation fraction] [--tracerouteduration milliseconds] [--tracerouterounds rounds] [--tracerouteinitialmaxttl value] [--traceroutefinalmaxttl value] [--tracerouteincrementmaxttl value] [--traceroutepacketsize bytes] [--tracerouteudpsourceport port] [--tracerouteudpdestinationport port] [--pinginterval milliseconds] [--pingintervaldeviation fraction] [--pingexpiration milliseconds] [--pingburst packets] [--pingttl value] [--pingpacketsize bytes] [--pingudpsourceport port] [--pingudpdestinationport port] [-R directory | --resultsdirectory directory] [-x seconds | --resultstransactionlength seconds] [-C none|XZ|BZip2|GZip|ZLIB|ZSTD | --resultscompression none|XZ|BZip2|GZip|ZLIB|ZSTD] [-F version | --resultsformat version] [-z depth | --resultstimestampdepth depth]

hpct-trigger [--check]

hpct-trigger [-h | --help]

hpct-trigger [--version]

hpct-trigger is a tool to trigger HiPerConTracer measurement, based on observed incoming ICMP Ping packets. Once the given number of such packets with a given size has been observed from a source, a Ping or Traceroute is triggered to the corresponding remote address.

The following arguments may be provided:

seconds
Sets the maximum number of seconds between two trigger "Pings" (default: 300).
payload_length
Sets the "Ping" total length (IP header + ICMP header + HiPerCOnTracer header) to trigger a HiPerConTracer measurement (default: 67).
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 output format.

hpct-trigger --source 10.1.1.51 --traceroute --verbose --triggerpingsbeforequeuing 2 --triggerpingpacketsize 88
 
hpct-trigger --source 10.1.1.51 --triggerpingage 1800 --ping --verbose
 
hpct-trigger --source=10.1.1.51 --traceroute --resultsdirectory=/tmp/results --resultstransactionlength=60 --resultstimestampdepth 3
 
hpct-trigger --source=172.16.1.2,BE,EF --source=172.17.1.2,BE,AF11,AF21 --triggerpingage=1800 --ping --verbose
 
hpct-trigger --source 10.1.1.51 --triggerpingage 1800 --ping --traceroute --iomodule ICMP --iomodule UDP
 
hipercontracer -S 0.0.0.0 -S :: -D <TARGET> --ping --pingpacketsize 67 --iterations 3 --verbose
 
hipercontracer -S 0.0.0.0 -S :: -D <TARGET> -P --pingpacketsize 88 -I 3 -v
 

Thomas Dreibholz
https://www.nntb.no/~dreibh/hipercontracer
mailto://dreibh@simula.no

May 12, 2025 hpct-trigger

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.