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-results(1) FreeBSD General Commands Manual hpct-results(1)

hpct-resultsHiPerConTracer Results Tool

hpct-results input_file ... [-L level | --loglevel level] [-Z on|off | --logcolor on|off] [-O file | --logfile file] [-q | --quiet] [-v | --verbose] [-o filename | --output filename] [-s character | --separator character] [-A | --sorted] [-U | --unsorted] [-T threads | --maxthreads threads] [-R | --input-results-from-stdin] [-N | --input-file-names-from-stdin] [-F filename | --input-file-names-from-file filename]

hpct-results [-h | --help]

hpct-results [--version]

hpct-results reads HiPerConTracer results files and merges them into a CSV file. Reading is multi-threaded. The output can be to standard output, or a file. Compression using GZip, BZip2 and XZ is supported. Multi-threading is supported, reading files in parallel. The results can be sorted (to ensure a deterministic order; requires ample of memory) or unsorted (non-deterministic order in case of parallel processing).

The following argument may be provided:

input_file ...
A HiPerConTracer results file. Multiple files may be provided, they results will be joined.
level | level
Sets the minimum logging level to the provided value: 0=trace, 1=debug, 2=info, 3=warning, 4=error, 5=fatal.
on|off | on|off
Enables (on) or disables (off) the usage of ANSI color escape sequences to colorise the log output according to its level.
file | file
Sets a file name for appending the log output to. If a file is set, no log output is made to the console. Otherwise, all log output will be written to the console.
|
Sets the minimum logging level to 3 (warning).
|
Sets the minimum logging level to 0 (trace).
filename | filename
Sets the specified filename as output file. Extensions .gz, .bz2, and .xz are recognised to enable compression.
character | character
Configures the character used as separator of the CSV output. Default: ",". Possible values: " ", ";", ":", " | ".
|
Sort the output data (by Timestamp, MeasurementID, Source, Destination, RoundNumber, SeqNumber). This is the default.
|
Do not sort the output data. This reduces processing time and memory usage, but multi-threading makes the output order non-deterministic.
threads | threads
Sets the maximum number of threads. By default, it is the number of CPU cores.
|
Read the results from standard input.
|
Read the input file names from standard input.
file | file
Read the input file names from file. The option may be provided multiple times to read from multiple files.
|
Prints command help.
Prints program version.

hpct-results results/Ping* --output ping.csv.xz --sorted --separator ';'
 
hpct-results results/Traceroute* --output traceroute.csv.bz2 --unsorted
 
hpct-results results/Traceroute* --sorted | head -n 64
 
find results/ -name 'Traceroute-*.hpct.*' | hpct-results --input-file-names-from-stdin -o results.csv.gz
 
hpct-results --input-file-names-from-file results-files.list -o results.csv.xz
 
hpct-results --version
 
hpct-results --h
 

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

May 12, 2025 hpct-results

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.