table of contents
other versions
- Tumbleweed 2.0.9-1.1
- Leap-16.0
- Leap-15.6
| plot-netperfmeter-results(1) | General Commands Manual | plot-netperfmeter-results(1) |
NAME¶
plot-netperfmeter-results —
Network Performance Meter
SYNOPSIS¶
plot-netperfmeter-results
config_name |
[ -w | --ownfile]
[ -p | --per-flow-plots] |
plot-netperfmeter-results |
[-h | --help] |
plot-netperfmeter-results |
[-v | --version] |
DESCRIPTION¶
plot-netperfmeter-results uses GNU R to
plot measurement results written by NetPerfMeter into a PDF file.
Optionally, a separate PDF file can be written for each page.
ARGUMENTS¶
The following arguments have to be provided:
EXIT STATUS¶
The plot-netperfmeter-results tool exits
with 0 on success, and >0 in case of an error.
EXAMPLES¶
Some plot-netperfmeter-results usage examples:
- plot-netperfmeter-results output.config
- Plot the results given by output.config. The resulting PDF file will be named output.pdf.
- plot-netperfmeter-results output.config --per-flow-plots
- Plot the results given by output.config, including per-flow plots. The resulting PDF file will be named output.pdf.
- plot-netperfmeter-results output.config --ownfile
- Plot the results given by output.config. For each page, a separate PDF file is written. The resulting PDF files will be named output-<title>.pdf, where <title> corresponds to the page title.
- plot-netperfmeter-results --version
- plot-netperfmeter-results --help
SEE ALSO¶
NOTES¶
This program is part of NetPerfMeter. The latest version of NetPerfMeter can be found on the NetPerfMeter Homepage at NetPerfMeter Homepage.
AUTHORS¶
Thomas Dreibholz, Homepage
| May 27, 2026 | plot-netperfmeter-results |