Date: Sun, 21 Jun 2026 02:03:45 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Thomas Dreibholz <thomas.dreibholz@gmail.com> Subject: git: b490174ffd73 - main - benchmarks/hipercontracer: Update 2.1.14 => 2.2.3 Message-ID: <6a374681.36fe5.6f1d1da0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b490174ffd733b2b1ac79639bf8af32adb932788 commit b490174ffd733b2b1ac79639bf8af32adb932788 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2026-06-21 01:56:42 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-06-21 01:56:42 +0000 benchmarks/hipercontracer: Update 2.1.14 => 2.2.3 Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.2.3/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.14...hipercontracer-2.2.3 - Rework options. - Update pkg-descr. - Sort pkg-plist. PR: 295698 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> --- benchmarks/hipercontracer/Makefile | 146 +++++++++---- benchmarks/hipercontracer/distinfo | 6 +- benchmarks/hipercontracer/pkg-descr | 59 +++--- benchmarks/hipercontracer/pkg-plist | 404 ++++++++++++++++++------------------ 4 files changed, 336 insertions(+), 279 deletions(-) diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index 9d4838ddc374..d9337778d8a1 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -1,5 +1,5 @@ PORTNAME= hipercontracer -DISTVERSION= 2.1.14 +DISTVERSION= 2.2.3 CATEGORIES= benchmarks MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/ @@ -10,17 +10,10 @@ WWW= https://www.nntb.no/~dreibh/hipercontracer/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ - libboost_filesystem.so:devel/boost-libs \ - libboost_iostreams.so:devel/boost-libs \ - libboost_log.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs \ - libboost_thread.so:devel/boost-libs \ - libinotify.so:devel/libinotify +LIB_DEPENDS= libboost_thread.so:devel/boost-libs RUN_DEPENDS= getopt>=0:misc/getopt -USES= cmake compiler:c++20-lang desktop-file-utils python \ - shared-mime-info shebangfix ssl tar:xz +USES= cmake compiler:c++20-lang pkgconfig shebangfix tar:xz USE_LDCONFIG= yes SHEBANG_FILES= src/results-examples/r-install-dependencies \ @@ -33,51 +26,114 @@ MAKE_ENV= OMP_NUM_THREADS=1 PLIST_SUB= DISTVERSION=${DISTVERSION} -OPTIONS_DEFINE= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \ - IMPMONGO IMPORTER IMPPGSQL NODE QUERYTOOL RESULTSTOOL \ - RTUNNEL SYNC TRIGGER UDPECHO VIEWERTOOL -OPTIONS_DEFAULT= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \ - IMPMONGO IMPORTER IMPPGSQL NODE QUERYTOOL RESULTSTOOL \ - RTUNNEL SYNC TRIGGER UDPECHO VIEWERTOOL -COLLECTOR_DESC= Build HiPerConTracer Collector Tools -DBEAVERTOOLS_DESC= Build DBeaver Tools -DBSHELL_DESC= Build DBShell -ICONS_DESC= Build Icons and Logo Files -IMPMARIADB_DESC= Enable MariaDB/MySQL support for HiPerConTracer Importer Tool -IMPMONGO_DESC= Enable MongoDB support for HiPerConTracer Importer Tool -IMPORTER_DESC= Build HiPerConTracer Importer Tool -IMPPGSQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool -NODE_DESC= Build HiPerConTracer Node Tools -QUERYTOOL_DESC= Build HiPerConTracer Query Tool -RESULTSTOOL_DESC= Build HiPerConTracer Results Tool -RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool -SYNC_DESC= Build HiPerConTracer Synchronisation Tool -TRIGGER_DESC= Build HiPerConTracer Trigger Tool -UDPECHO_DESC= Build UDP Echo Server -VIEWERTOOL_DESC= Build HiPerConTracer Viewer Tool +OPTIONS_DEFAULT= ${OPTIONS_MULTI_MODULES} +OPTIONS_MULTI= MODULES +OPTIONS_MULTI_MODULES= COLLECTOR DBEAVER_TOOLS DBSHELL EXAMPLE_RESULTS \ + EXAMPLE_SCRIPTS HIPERCONTRACER ICONS IMPORTER \ + LIBHIPERCONTRACER LIBHPCTDB LIBHPCTDB_MARIADB \ + LIBHPCTDB_MONGODB LIBHPCTDB_POSTGRESQL LIBHPCTIO \ + LIBUNIVERSALIMPORTER NODE PIPE_CHECKSUM QUERY \ + RESULTS RTUNNEL SYNC TRIGGER UDPECHO VIEWER +OPTIONS_SUB= yes +COLLECTOR_DESC= Build HiPerConTracer Collector Tools +DBEAVER_TOOLS_DESC= Build DBeaver Tools +DBSHELL_DESC= Build DBShell +EXAMPLE_RESULTS_DESC= Include example results +EXAMPLE_SCRIPTS_DESC= Include example scripts +HIPERCONTRACER_DESC= Build HiPerConTracer +ICONS_DESC= Build Icons and Logo Files +IMPORTER_DESC= Build HiPerConTracer Importer Tool +LIBHIPERCONTRACER_DESC= Build HiPerConTracer Library (libhipercontracer) +LIBHPCTDB_DESC= Build HiPerConTracer Database Backend Library (libhpctdb) +LIBHPCTDB_MARIADB_DESC= Enable MariaDB/MySQL support for HiPerConTracer Importer Tool +LIBHPCTDB_MONGODB_DESC= Enable MongoDB support for HiPerConTracer Importer Tool +LIBHPCTDB_POSTGRESQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool +LIBHPCTIO_DESC= Build HiPerConTracer I/O Library (libhpctio) +LIBUNIVERSALIMPORTER_DESC= Build Universal Importer Library (libuniversalimporter) +NODE_DESC= Build HiPerConTracer Node Tools +PIPE_CHECKSUM_DESC= Build Pipe Checksum Tool +QUERY_DESC= Build HiPerConTracer Query Tool +RESULTS_DESC= Build HiPerConTracer Results Tool +RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool +SYNC_DESC= Build HiPerConTracer Synchronisation Tool +TRIGGER_DESC= Build HiPerConTracer Trigger Tool +UDPECHO_DESC= Build UDP Echo Server +VIEWER_DESC= Build HiPerConTracer Viewer Tool + +COLLECTOR_RUN_DEPENDS= rsync:net/rsync \ + sudo:security/sudo COLLECTOR_CMAKE_BOOL= WITH_COLLECTOR -DBEAVERTOOLS_CMAKE_BOOL= WITH_DBEAVER_TOOLS + +DBEAVER_TOOLS_CMAKE_BOOL= WITH_DBEAVER_TOOLS + DBSHELL_CMAKE_BOOL= WITH_DBSHELL + +EXAMPLE_RESULTS_CMAKE_BOOL= WITH_EXAMPLE_RESULTS + +EXAMPLE_SCRIPTS_USES= python +EXAMPLE_SCRIPTS_CMAKE_BOOL= WITH_EXAMPLE_SCRIPTS + +HIPERCONTRACER_IMPLIES= LIBHIPERCONTRACER +HIPERCONTRACER_USES= shared-mime-info +HIPERCONTRACER_CMAKE_BOOL= WITH_HIPERCONTRACER + ICONS_BUILD_DEPENDS= gm:graphics/GraphicsMagick \ - gs:print/ghostscript10 \ - pdf2svg:graphics/pdf2svg + mutool:graphics/mupdf +ICONS_USES= ghostscript ICONS_CMAKE_BOOL= WITH_ICONS -IMPMARIADB_LIB_DEPENDS= libmariadb.so:databases/mariadb118-client -IMPMARIADB_CMAKE_BOOL= ENABLE_BACKEND_MARIADB -IMPMONGO_LIB_DEPENDS= libbson-1.0.so:devel/libbson \ - libmongoc-1.0.so:devel/mongo-c-driver -IMPMONGO_CMAKE_BOOL= ENABLE_BACKEND_MONGODB + +IMPORTER_IMPLIES= LIBUNIVERSALIMPORTER IMPORTER_CMAKE_BOOL= WITH_IMPORTER -IMPPGSQL_LIB_DEPENDS= libpqxx.so:databases/postgresql-libpqxx -IMPPGSQL_CMAKE_BOOL= ENABLE_BACKEND_POSTGRESQL + +LIBHIPERCONTRACER_IMPLIES= LIBHPCTIO +LIBHIPERCONTRACER_CMAKE_BOOL= WITH_LIBHIPERCONTRACER + +LIBHPCTDB_IMPLIES= LIBHPCTIO +LIBHPCTDB_CMAKE_BOOL= WITH_LIBHPCTDB + +LIBHPCTDB_MARIADB_IMPLIES= LIBHPCTDB +LIBHPCTDB_MARIADB_LIB_DEPENDS= libmariadb.so:databases/mariadb118-client +LIBHPCTDB_MARIADB_CMAKE_BOOL= ENABLE_BACKEND_MARIADB + +LIBHPCTDB_MONGODB_IMPLIES= LIBHPCTDB +LIBHPCTDB_MONGODB_LIB_DEPENDS= libbson-1.0.so:devel/libbson \ + libmongoc-1.0.so:devel/mongo-c-driver +LIBHPCTDB_MONGODB_CMAKE_BOOL= ENABLE_BACKEND_MONGODB + +LIBHPCTDB_POSTGRESQL_IMPLIES= LIBHPCTDB +LIBHPCTDB_POSTGRESQL_LIB_DEPENDS= libpqxx.so:databases/postgresql-libpqxx +LIBHPCTDB_POSTGRESQL_CMAKE_BOOL= ENABLE_BACKEND_POSTGRESQL + +LIBHPCTIO_CMAKE_BOOL= WITH_LIBHPCTIO + +LIBUNIVERSALIMPORTER_IMPLIES= LIBHPCTDB +LIBUNIVERSALIMPORTER_LIB_DEPENDS= libinotify.so:devel/libinotify +LIBUNIVERSALIMPORTER_CMAKE_BOOL= WITH_LIBUNIVERSALIMPORTER + +NODE_RUN_DEPENDS= sudo:security/sudo NODE_CMAKE_BOOL= WITH_NODE -QUERYTOOL_CMAKE_BOOL= WITH_QUERY -RESULTSTOOL_CMAKE_BOOL= WITH_RESULTS + +PIPE_CHECKSUM_USES= ssl +PIPE_CHECKSUM_CMAKE_BOOL= WITH_PIPE_CHECKSUM + +QUERY_IMPLIES= LIBHPCTDB +QUERY_CMAKE_BOOL= WITH_QUERY + +RESULTS_IMPLIES= LIBHPCTIO +RESULTS_CMAKE_BOOL= WITH_RESULTS + RTUNNEL_CMAKE_BOOL= WITH_RTUNNEL + +SYNC_RUN_DEPENDS= rsync:net/rsync SYNC_CMAKE_BOOL= WITH_SYNC + +TRIGGER_IMPLIES= LIBHIPERCONTRACER TRIGGER_CMAKE_BOOL= WITH_TRIGGER + UDPECHO_CMAKE_BOOL= WITH_UDP_ECHO_SERVER -VIEWERTOOL_CMAKE_BOOL= WITH_VIEWER + +VIEWER_USES= desktop-file-utils +VIEWER_CMAKE_BOOL= WITH_VIEWER .include <bsd.port.mk> diff --git a/benchmarks/hipercontracer/distinfo b/benchmarks/hipercontracer/distinfo index 5520afcf0bf5..52c07779df45 100644 --- a/benchmarks/hipercontracer/distinfo +++ b/benchmarks/hipercontracer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776953511 -SHA256 (hipercontracer-2.1.14.tar.xz) = dacb8aa4fda32667aee79949e5204af5e9adc3e22c447df7d6f1dabf5384ad47 -SIZE (hipercontracer-2.1.14.tar.xz) = 2556348 +TIMESTAMP = 1781282969 +SHA256 (hipercontracer-2.2.3.tar.xz) = 0d3d72db6fd477cc4987bb9808333768348a9bd05aab7c9121247439754d95d6 +SIZE (hipercontracer-2.2.3.tar.xz) = 2564024 diff --git a/benchmarks/hipercontracer/pkg-descr b/benchmarks/hipercontracer/pkg-descr index 3373e688c358..4dacac7d4fba 100644 --- a/benchmarks/hipercontracer/pkg-descr +++ b/benchmarks/hipercontracer/pkg-descr @@ -1,31 +1,32 @@ High-Performance Connectivity Tracer (HiPerConTracer) is a Ping/Traceroute -measurement framework. HiPerConTracer denotes the actual measurement -tool. It performs regular Ping and Traceroute runs among sites, featuring: -multi-transport-protocol support (ICMP, UDP); multi-homing and parallelism -support; handling of load balancing in the network; multi-platform -support (currently Linux and FreeBSD); high-precision (nanoseconds) -timing support (Linux timestamping, both software and hardware); a -library (shared/static) to integrate measurement functionality into other -software (libhipercontracer); open source and written in a performance- -and portability-focused programming language (C++) with only limited -dependencies. +measurement framework. HiPerConTracer refers to the core measurement tool, which +performs regular Ping and Traceroute runs among sites. +Key features include: +- Multi-transport-protocol support (ICMP, UDP); +- Multi-homing and parallelism support; +- Handling of network load balancing; +- Multi-platform support (currently Linux and FreeBSD); +- High-precision (nanosecond) timing (Linux software and hardware timestamping); +- Integrated library (shared/static) for third-party software + (libhipercontracer); +- Open-source C++ codebase focused on performance and portability with only a + small number of dependencies. -Furthermore, the HiPerConTracer Framework furthermore provides additional -tools for helping to obtain, process, collect, store, and retrieve -measurement data: HiPerConTracer Viewer Tool for displaying the contents -of results files; Results Tool for merging and converting results files, -e.g. to create a Comma-Separated Value (CSV) file; Sync Tool for copying data -from a measurement node (vantage point) to a remote HiPerConTracer Collector -server (via RSync/SSH); Reverse Tunnel Tool for maintaining a reverse SSH -tunnel from a remote measurement node to a HiPerConTracer Collector server; -Collector/Node Tools for simplifying the setup of HiPerConTracer Nodes and a -HiPerConTracer Collector server; Trigger Tool for triggering HiPerConTracer -measurements in the reverse direction; Importer Tool for storing measurement -data from results files into SQL or NoSQL databases. Currently, database -backends for MariaDB/MySQL PostgreSQL, MongoDB) are provided; Query -Tool for querying data from a database and storing it into a results -file; Database Shell as simple command-line front-end for the underlying -database backends; Database Tools with some helper scripts to e.g. to join -HiPerConTracer database configurations into an existing DBeaver (a popular -SQL database GUI application) configuration; UDP Echo Server as UDP Echo -(RFC 862) protocol endpoint; Wireshark dissector for HiPerConTracer packets. +Furthermore, the HiPerConTracer framework provides additional tools for +obtaining, processing, collecting, storing, and retrieving measurement data: +- Viewer Tool: Displays the contents of results files. +- Results Tool: Merges and converts results files (e.g., to CSV format). +- Sync Tool: Copies data from a measurement node (vantage point) to a remote + collector server via RSync/SSH. +- Reverse Tunnel Tool: Maintains a reverse SSH tunnel from a remote measurement + node to a collector server. +- Collector/Node Tools: Simplify the setup of nodes and collectors. +- Trigger Tool: Triggers measurements in the reverse direction. +- Importer Tool: Stores measurement data into SQL (MariaDB/MySQL, PostgreSQL) or + NoSQL (MongoDB) databases. +- Query Tool: Queries data from a database and stores it into a results file. +- Database Shell: A simple command-line front-end for the underlying database + backends. +- Database Tools: Helper scripts to join database configurations into an + existing DBeaver configuration. +- UDP Echo Server: A UDP Echo (RFC 862) protocol endpoint. diff --git a/benchmarks/hipercontracer/pkg-plist b/benchmarks/hipercontracer/pkg-plist index a295e9e89600..930553b2fcd3 100644 --- a/benchmarks/hipercontracer/pkg-plist +++ b/benchmarks/hipercontracer/pkg-plist @@ -1,202 +1,202 @@ -bin/dbshell -bin/decrypt-dbeaver-configuration -bin/encrypt-dbeaver-configuration -bin/get-default-ips -bin/hipercontracer -bin/hpct-importer -bin/hpct-node-removal -bin/hpct-node-setup -bin/hpct-nodes-list -bin/hpct-query -bin/hpct-results -bin/hpct-rtunnel -bin/hpct-ssh -bin/hpct-sync -bin/hpct-trigger -bin/hpct-viewer -bin/make-dbeaver-configuration -bin/pipe-checksum -bin/udp-echo-server -include/hipercontracer/check.h -include/hipercontracer/compressortype.h -include/hipercontracer/destinationinfo.h -include/hipercontracer/inputstream.h -include/hipercontracer/iomodule-base.h -include/hipercontracer/iomodule-icmp.h -include/hipercontracer/iomodule-udp.h -include/hipercontracer/logger.h -include/hipercontracer/outputstream.h -include/hipercontracer/ping.h -include/hipercontracer/resultentry.h -include/hipercontracer/resultswriter.h -include/hipercontracer/service.h -include/hipercontracer/tools.h -include/hipercontracer/traceroute.h -include/universalimporter/database-configuration.h -include/universalimporter/database-statement.h -include/universalimporter/databaseclient-base.h -include/universalimporter/databaseclient-debug.h -include/universalimporter/databaseclient-mariadb.h -include/universalimporter/databaseclient-mongodb.h -include/universalimporter/databaseclient-postgresql.h -include/universalimporter/importer-configuration.h -include/universalimporter/reader-base.h -include/universalimporter/results-exception.h -include/universalimporter/universal-importer.h -include/universalimporter/worker.h -lib/libhipercontracer.so -lib/libhipercontracer.so.2 -lib/libhipercontracer.so.%%DISTVERSION%% -lib/libhpctio.so -lib/libhpctio.so.2 -lib/libhpctio.so.%%DISTVERSION%% -lib/libuniversalimporter.so -lib/libuniversalimporter.so.2 -lib/libuniversalimporter.so.%%DISTVERSION%% -share/applications/hpct-viewer.desktop -share/bash-completion/completions/dbshell -share/bash-completion/completions/hipercontracer -share/bash-completion/completions/hpct-importer -share/bash-completion/completions/hpct-node-removal -share/bash-completion/completions/hpct-node-setup -share/bash-completion/completions/hpct-query -share/bash-completion/completions/hpct-results -share/bash-completion/completions/hpct-rtunnel -share/bash-completion/completions/hpct-ssh -share/bash-completion/completions/hpct-sync -share/bash-completion/completions/hpct-trigger -share/bash-completion/completions/hpct-viewer -share/bash-completion/completions/pipe-checksum -share/bash-completion/completions/udp-echo-server -%%DATADIR%%/NoSQL/R-query-example.R -%%DATADIR%%/NoSQL/README-MongoDB.md -%%DATADIR%%/NoSQL/mongodb-database.ms -%%DATADIR%%/NoSQL/mongodb-schema.ms -%%DATADIR%%/NoSQL/mongodb-test.ms -%%DATADIR%%/NoSQL/mongodb-users.ms -%%DATADIR%%/NoSQL/nornet-tools.R -%%DATADIR%%/SQL/README-MySQL+MariaDB.md -%%DATADIR%%/SQL/README-PostgreSQL.md -%%DATADIR%%/SQL/mariadb-database.sql -%%DATADIR%%/SQL/mariadb-delete-all-rows.sql -%%DATADIR%%/SQL/mariadb-functions.sql -%%DATADIR%%/SQL/mariadb-procedures.sql -%%DATADIR%%/SQL/mariadb-schema.sql -%%DATADIR%%/SQL/mariadb-test.sql -%%DATADIR%%/SQL/mariadb-users.sql -%%DATADIR%%/SQL/mariadb-views.sql -%%DATADIR%%/SQL/postgresql-database.sql -%%DATADIR%%/SQL/postgresql-delete-all-rows.sql -%%DATADIR%%/SQL/postgresql-functions.sql -%%DATADIR%%/SQL/postgresql-procedures.sql -%%DATADIR%%/SQL/postgresql-schema.sql -%%DATADIR%%/SQL/postgresql-test.sql -%%DATADIR%%/SQL/postgresql-users.sql -%%DATADIR%%/SQL/postgresql-views.sql -%%DATADIR%%/TestDB/0-make-configurations -%%DATADIR%%/TestDB/1-install-database -%%DATADIR%%/TestDB/2-initialise-database -%%DATADIR%%/TestDB/3-test-database -%%DATADIR%%/TestDB/4-clean-database -%%DATADIR%%/TestDB/5-perform-hpct-importer-test -%%DATADIR%%/TestDB/6-perform-hpct-query-test -%%DATADIR%%/TestDB/9-uninstall-database -%%DATADIR%%/TestDB/CertificateHelper.py -%%DATADIR%%/TestDB/README.md -%%DATADIR%%/TestDB/check-certificate -%%DATADIR%%/TestDB/extract-pem -%%DATADIR%%/TestDB/generate-test-certificates -%%DATADIR%%/TestDB/hpct-users.conf.example -%%DATADIR%%/TestDB/name-in-etc-hosts -%%DATADIR%%/TestDB/run-full-test -%%DATADIR%%/TestDB/test-tls-connection -%%DATADIR%%/TestDB/view-certificate -%%DATADIR%%/hipercontracer-database.conf -%%DATADIR%%/hipercontracer-importer.conf -%%DATADIR%%/hipercontracer.bib -%%DATADIR%%/hipercontracer.pdf -%%DATADIR%%/hipercontracer.png -%%DATADIR%%/results-examples/HiPerConTracer.R -%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-0.0.0.0-20231201T095247.519807-000000008.hpct.xz -%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-::-20231201T095248.178124-000000007.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#1000001-0.0.0.0-20241219T090830.364329-000000001.hpct -%%DATADIR%%/results-examples/Ping-ICMP-#1000001-::-20241219T090830.364464-000000001.hpct -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20231108T134228.249420-000000001.hpct.gz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20231113T114601.843675-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000002.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20231108T134229.127910-000000001.hpct.gz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20231113T114602.100641-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000002.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#88888888-10.193.4.168-20231018T102656.809336-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.817258-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-P13735-158.39.4.2-20221012T142120.681066-000003330.hpct.bz2 -%%DATADIR%%/results-examples/Ping-P13735-2001:700:4100:4::2-20221012T142120.713761-000003330.hpct.bz2 -%%DATADIR%%/results-examples/Ping-P256751-0.0.0.0-20211212T125352.632431-000000001.hpct.bz2 -%%DATADIR%%/results-examples/Ping-P79025-0.0.0.0-20221115T161345.273650-000000001.hpct.bz2 -%%DATADIR%%/results-examples/Ping-UDP-#88888888-10.193.4.168-20231018T102656.812007-000000001.hpct.xz -%%DATADIR%%/results-examples/Ping-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.819372-000000001.hpct.xz -%%DATADIR%%/results-examples/README.md -%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-0.0.0.0-20241219T090830.364422-000000001.hpct -%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-::-20241219T090830.364515-000000001.hpct -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20231108T134228.409798-000000001.hpct.gz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20231113T114601.920490-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000002.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20231108T134229.533947-000000001.hpct.gz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20231113T114602.350837-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000002.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-10.193.4.168-20231018T102656.810953-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.818346-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-P13735-158.39.4.2-20221012T142120.713464-000002601.hpct.bz2 -%%DATADIR%%/results-examples/Traceroute-P13735-2001:700:4100:4::2-20221012T142120.713994-000002722.hpct.bz2 -%%DATADIR%%/results-examples/Traceroute-P258235-0.0.0.0-20211212T132253.414640-000000001.hpct.bz2 -%%DATADIR%%/results-examples/Traceroute-P79025-0.0.0.0-20221115T161345.274003-000000001.hpct.bz2 -%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-10.193.4.168-20231018T102656.814657-000000001.hpct.xz -%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.821891-000000001.hpct.xz -%%DATADIR%%/results-examples/r-install-dependencies -%%DATADIR%%/results-examples/r-ping-example -%%DATADIR%%/results-examples/r-traceroute-example -share/icons/hicolor/128x128/apps/hipercontracer.png -share/icons/hicolor/150x150/apps/hipercontracer.png -share/icons/hicolor/16x16/apps/hipercontracer.png -share/icons/hicolor/192x192/apps/hipercontracer.png -share/icons/hicolor/20x20/apps/hipercontracer.png -share/icons/hicolor/22x22/apps/hipercontracer.png -share/icons/hicolor/24x24/apps/hipercontracer.png -share/icons/hicolor/256x256/apps/hipercontracer.png -share/icons/hicolor/310x310/apps/hipercontracer.png -share/icons/hicolor/32x32/apps/hipercontracer.png -share/icons/hicolor/36x36/apps/hipercontracer.png -share/icons/hicolor/40x40/apps/hipercontracer.png -share/icons/hicolor/42x42/apps/hipercontracer.png -share/icons/hicolor/44x44/apps/hipercontracer.png -share/icons/hicolor/48x48/apps/hipercontracer.png -share/icons/hicolor/512x512/apps/hipercontracer.png -share/icons/hicolor/64x64/apps/hipercontracer.png -share/icons/hicolor/72x72/apps/hipercontracer.png -share/icons/hicolor/8x8/apps/hipercontracer.png -share/icons/hicolor/96x96/apps/hipercontracer.png -share/icons/hicolor/scalable/apps/hipercontracer.svg -share/man/man1/dbshell.1.gz -share/man/man1/decrypt-dbeaver-configuration.1.gz -share/man/man1/encrypt-dbeaver-configuration.1.gz -share/man/man1/get-default-ips.1.gz -share/man/man1/hipercontracer.1.gz -share/man/man1/hpct-importer.1.gz -share/man/man1/hpct-node-removal.1.gz -share/man/man1/hpct-node-setup.1.gz -share/man/man1/hpct-nodes-list.1.gz -share/man/man1/hpct-query.1.gz -share/man/man1/hpct-results.1.gz -share/man/man1/hpct-rtunnel.1.gz -share/man/man1/hpct-ssh.1.gz -share/man/man1/hpct-sync.1.gz -share/man/man1/hpct-trigger.1.gz -share/man/man1/hpct-viewer.1.gz -share/man/man1/make-dbeaver-configuration.1.gz -share/man/man1/pipe-checksum.1.gz -share/man/man1/udp-echo-server.1.gz -share/mime/packages/hipercontracer.xml +%%DBSHELL%%bin/dbshell +%%DBEAVER_TOOLS%%bin/decrypt-dbeaver-configuration +%%DBEAVER_TOOLS%%bin/encrypt-dbeaver-configuration +%%HIPERCONTRACER%%bin/get-default-ips +%%HIPERCONTRACER%%bin/hipercontracer +%%IMPORTER%%bin/hpct-importer +%%COLLECTOR%%bin/hpct-node-removal +%%NODE%%bin/hpct-node-setup +%%COLLECTOR%%bin/hpct-nodes-list +%%QUERY%%bin/hpct-query +%%RESULTS%%bin/hpct-results +%%RTUNNEL%%bin/hpct-rtunnel +%%COLLECTOR%%bin/hpct-ssh +%%SYNC%%bin/hpct-sync +%%TRIGGER%%bin/hpct-trigger +%%VIEWER%%bin/hpct-viewer +%%DBEAVER_TOOLS%%bin/make-dbeaver-configuration +%%PIPE_CHECKSUM%%bin/pipe-checksum +%%UDPECHO%%bin/udp-echo-server +%%LIBHIPERCONTRACER%%include/hipercontracer/check.h +%%LIBHPCTIO%%include/hipercontracer/compressortype.h +%%LIBHPCTDB%%include/hipercontracer/database-configuration.h +%%LIBHPCTDB%%include/hipercontracer/database-statement.h +%%LIBHPCTDB%%include/hipercontracer/databaseclient-base.h +%%LIBHPCTDB%%include/hipercontracer/databaseclient-debug.h +%%LIBHPCTDB_MARIADB%%include/hipercontracer/databaseclient-mariadb.h +%%LIBHPCTDB_MONGODB%%include/hipercontracer/databaseclient-mongodb.h +%%LIBHPCTDB_POSTGRESQL%%include/hipercontracer/databaseclient-postgresql.h +%%LIBHIPERCONTRACER%%include/hipercontracer/destinationinfo.h +%%LIBHPCTIO%%include/hipercontracer/inputstream.h +%%LIBHIPERCONTRACER%%include/hipercontracer/iomodule-base.h +%%LIBHIPERCONTRACER%%include/hipercontracer/iomodule-icmp.h +%%LIBHIPERCONTRACER%%include/hipercontracer/iomodule-udp.h +%%LIBHPCTIO%%include/hipercontracer/logger.h +%%LIBHPCTIO%%include/hipercontracer/outputstream.h +%%LIBHIPERCONTRACER%%include/hipercontracer/ping.h +%%LIBHIPERCONTRACER%%include/hipercontracer/resultentry.h +%%LIBHIPERCONTRACER%%include/hipercontracer/resultswriter.h +%%LIBHIPERCONTRACER%%include/hipercontracer/service.h +%%LIBHPCTIO%%include/hipercontracer/tools.h +%%LIBHIPERCONTRACER%%include/hipercontracer/traceroute.h +%%LIBUNIVERSALIMPORTER%%include/universalimporter/importer-configuration.h +%%LIBUNIVERSALIMPORTER%%include/universalimporter/reader-base.h +%%LIBUNIVERSALIMPORTER%%include/universalimporter/results-exception.h +%%LIBUNIVERSALIMPORTER%%include/universalimporter/universal-importer.h +%%LIBUNIVERSALIMPORTER%%include/universalimporter/worker.h +%%LIBHIPERCONTRACER%%lib/libhipercontracer.so +%%LIBHIPERCONTRACER%%lib/libhipercontracer.so.%%DISTVERSION%% +%%LIBHIPERCONTRACER%%lib/libhipercontracer.so.2 +%%LIBHPCTDB%%lib/libhpctdb.so +%%LIBHPCTDB%%lib/libhpctdb.so.%%DISTVERSION%% +%%LIBHPCTDB%%lib/libhpctdb.so.2 +%%LIBHPCTIO%%lib/libhpctio.so +%%LIBHPCTIO%%lib/libhpctio.so.%%DISTVERSION%% +%%LIBHPCTIO%%lib/libhpctio.so.2 +%%LIBUNIVERSALIMPORTER%%lib/libuniversalimporter.so +%%LIBUNIVERSALIMPORTER%%lib/libuniversalimporter.so.%%DISTVERSION%% +%%LIBUNIVERSALIMPORTER%%lib/libuniversalimporter.so.2 +%%VIEWER%%share/applications/hpct-viewer.desktop +%%DBSHELL%%share/bash-completion/completions/dbshell +%%HIPERCONTRACER%%share/bash-completion/completions/hipercontracer +%%IMPORTER%%share/bash-completion/completions/hpct-importer +%%COLLECTOR%%share/bash-completion/completions/hpct-node-removal +%%NODE%%share/bash-completion/completions/hpct-node-setup +%%COLLECTOR%%share/bash-completion/completions/hpct-nodes-list +%%QUERY%%share/bash-completion/completions/hpct-query +%%RESULTS%%share/bash-completion/completions/hpct-results +%%RTUNNEL%%share/bash-completion/completions/hpct-rtunnel +%%COLLECTOR%%share/bash-completion/completions/hpct-ssh +%%SYNC%%share/bash-completion/completions/hpct-sync +%%TRIGGER%%share/bash-completion/completions/hpct-trigger +%%VIEWER%%share/bash-completion/completions/hpct-viewer +%%PIPE_CHECKSUM%%share/bash-completion/completions/pipe-checksum +%%UDPECHO%%share/bash-completion/completions/udp-echo-server +%%IMPORTER%%%%DATADIR%%/NoSQL/R-query-example.R +%%IMPORTER%%%%DATADIR%%/NoSQL/README-MongoDB.md +%%IMPORTER%%%%DATADIR%%/NoSQL/mongodb-database.ms +%%IMPORTER%%%%DATADIR%%/NoSQL/mongodb-schema.ms +%%IMPORTER%%%%DATADIR%%/NoSQL/mongodb-test.ms +%%IMPORTER%%%%DATADIR%%/NoSQL/mongodb-users.ms +%%IMPORTER%%%%DATADIR%%/NoSQL/nornet-tools.R +%%IMPORTER%%%%DATADIR%%/SQL/README-MySQL+MariaDB.md +%%IMPORTER%%%%DATADIR%%/SQL/README-PostgreSQL.md +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-database.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-delete-all-rows.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-functions.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-procedures.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-schema.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-test.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-users.sql +%%IMPORTER%%%%DATADIR%%/SQL/mariadb-views.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-database.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-delete-all-rows.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-functions.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-procedures.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-schema.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-test.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-users.sql +%%IMPORTER%%%%DATADIR%%/SQL/postgresql-views.sql +%%IMPORTER%%%%DATADIR%%/TestDB/0-make-configurations +%%IMPORTER%%%%DATADIR%%/TestDB/1-install-database +%%IMPORTER%%%%DATADIR%%/TestDB/2-initialise-database +%%IMPORTER%%%%DATADIR%%/TestDB/3-test-database +%%IMPORTER%%%%DATADIR%%/TestDB/4-clean-database +%%IMPORTER%%%%DATADIR%%/TestDB/5-perform-hpct-importer-test +%%IMPORTER%%%%DATADIR%%/TestDB/6-perform-hpct-query-test +%%IMPORTER%%%%DATADIR%%/TestDB/9-uninstall-database +%%IMPORTER%%%%DATADIR%%/TestDB/CertificateHelper.py +%%IMPORTER%%%%DATADIR%%/TestDB/README.md +%%IMPORTER%%%%DATADIR%%/TestDB/hpct-users.conf.example +%%IMPORTER%%%%DATADIR%%/TestDB/name-in-etc-hosts +%%IMPORTER%%%%DATADIR%%/TestDB/run-full-test +%%LIBHPCTDB%%%%DATADIR%%/hipercontracer-database.conf +%%IMPORTER%%%%DATADIR%%/hipercontracer-importer.conf +%%HIPERCONTRACER%%%%DATADIR%%/hipercontracer.bib +%%ICONS%%%%DATADIR%%/hipercontracer.pdf +%%ICONS%%%%DATADIR%%/hipercontracer.png +%%EXAMPLE_SCRIPTS%%%%DATADIR%%/results-examples/HiPerConTracer.R +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-0.0.0.0-20231201T095247.519807-000000008.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-::-20231201T095248.178124-000000007.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#1000001-0.0.0.0-20241219T090830.364329-000000001.hpct +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#1000001-::-20241219T090830.364464-000000001.hpct +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20231108T134228.249420-000000001.hpct.gz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20231113T114601.843675-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000002.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20231108T134229.127910-000000001.hpct.gz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20231113T114602.100641-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000002.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#88888888-10.193.4.168-20231018T102656.809336-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.817258-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-P13735-158.39.4.2-20221012T142120.681066-000003330.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-P13735-2001:700:4100:4::2-20221012T142120.713761-000003330.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-P256751-0.0.0.0-20211212T125352.632431-000000001.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-P79025-0.0.0.0-20221115T161345.273650-000000001.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-UDP-#88888888-10.193.4.168-20231018T102656.812007-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Ping-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.819372-000000001.hpct.xz +%%EXAMPLE_SCRIPTS%%%%DATADIR%%/results-examples/README.md +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-0.0.0.0-20241219T090830.364422-000000001.hpct +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-::-20241219T090830.364515-000000001.hpct +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20231108T134228.409798-000000001.hpct.gz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20231113T114601.920490-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000002.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20231108T134229.533947-000000001.hpct.gz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20231113T114602.350837-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000002.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-10.193.4.168-20231018T102656.810953-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.818346-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-P13735-158.39.4.2-20221012T142120.713464-000002601.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-P13735-2001:700:4100:4::2-20221012T142120.713994-000002722.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-P258235-0.0.0.0-20211212T132253.414640-000000001.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-P79025-0.0.0.0-20221115T161345.274003-000000001.hpct.bz2 +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-10.193.4.168-20231018T102656.814657-000000001.hpct.xz +%%EXAMPLE_RESULTS%%%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.821891-000000001.hpct.xz +%%EXAMPLE_SCRIPTS%%%%DATADIR%%/results-examples/r-install-dependencies +%%EXAMPLE_SCRIPTS%%%%DATADIR%%/results-examples/r-ping-example +%%EXAMPLE_SCRIPTS%%%%DATADIR%%/results-examples/r-traceroute-example +%%ICONS%%share/icons/hicolor/128x128/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/150x150/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/16x16/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/192x192/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/20x20/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/22x22/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/24x24/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/256x256/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/310x310/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/32x32/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/36x36/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/40x40/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/42x42/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/44x44/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/48x48/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/512x512/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/64x64/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/72x72/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/8x8/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/96x96/apps/hipercontracer.png +%%ICONS%%share/icons/hicolor/scalable/apps/hipercontracer.svg +%%DBSHELL%%share/man/man1/dbshell.1.gz +%%DBEAVER_TOOLS%%share/man/man1/decrypt-dbeaver-configuration.1.gz +%%DBEAVER_TOOLS%%share/man/man1/encrypt-dbeaver-configuration.1.gz +%%HIPERCONTRACER%%share/man/man1/get-default-ips.1.gz +%%HIPERCONTRACER%%share/man/man1/hipercontracer.1.gz +%%IMPORTER%%share/man/man1/hpct-importer.1.gz +%%COLLECTOR%%share/man/man1/hpct-node-removal.1.gz +%%NODE%%share/man/man1/hpct-node-setup.1.gz +%%COLLECTOR%%share/man/man1/hpct-nodes-list.1.gz +%%QUERY%%share/man/man1/hpct-query.1.gz +%%RESULTS%%share/man/man1/hpct-results.1.gz +%%RTUNNEL%%share/man/man1/hpct-rtunnel.1.gz +%%COLLECTOR%%share/man/man1/hpct-ssh.1.gz +%%SYNC%%share/man/man1/hpct-sync.1.gz +%%TRIGGER%%share/man/man1/hpct-trigger.1.gz +%%VIEWER%%share/man/man1/hpct-viewer.1.gz +%%DBEAVER_TOOLS%%share/man/man1/make-dbeaver-configuration.1.gz +%%PIPE_CHECKSUM%%share/man/man1/pipe-checksum.1.gz +%%UDPECHO%%share/man/man1/udp-echo-server.1.gz +%%VIEWER%%share/metainfo/no.nntb.dreibh.hipercontracer.hpct-viewer.metainfo.xml +%%HIPERCONTRACER%%share/mime/packages/hipercontracer.xmlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a374681.36fe5.6f1d1da0>
