Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
plot-netperfmeter-results(1) General Commands Manualplot-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]

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 writ-
     ten for each page.

ARGUMENTS
     The following arguments have to be provided:

     config_name
	     The name of the config file written by NetPerfMeter.

     -w | --ownfile
	     Plot a separate PDF file for each page.

     -p | --per-flow-plots
	     Also generate separate plots for each flow.

     -h | --help
	     Prints command-line parameters.

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 out-
	     put-<title>.pdf, where <title> corresponds to the page title.

     plot-netperfmeter-results --help

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

plot-netperfmeter-results	November 17, 2025   plot-netperfmeter-results(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=plot-netperfmeter-results&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help