File: netr.1

package info (click to toggle)
rust-netr 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: makefile: 22
file content (45 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "NETR" "1" "07 Dec 2020" "net user manual" ""
.hy
.SH NAME
.PP
netr - a simple tool to display network throughput
.SH SYNOPSIS
.IP
.nf
\f[C]
netr
\f[R]
.fi
.SH DESCRIPTION
.PP
netr shows a list of network interfaces and their throughput per second
and minute.
.PP
Input (I) and output (O) are separated in the graph.
.PP
Exit by killing the process with ctrl-c.
.SH INTERFACE MATCHING
.PP
Interface names can be provided as regex matches to \f[B]includ\f[R] or
\f[B]exclude\f[R] for reporting.
.SH CONTRIBUTIONS
.PP
I welcome pull requests with open arms.
.SH AUTHORS
Ed Neville (ed-netr\[at]s5h.net).