#networking #statistics #mobile #graph #display #devices #console

app netr

Display network interface throughput by second and by minute along with a graph. This is quick and easy to use via a mobile handset or similar device where typing is cumbersome.

6 releases

0.1.6 Jul 8, 2021
0.1.5 Jan 9, 2021
0.1.4 Dec 28, 2020
0.1.1 Sep 18, 2020

#42 in #mobile

GPL-3.0-or-later

17KB
342 lines

netrs

A simple console program to show network interface statistics.

Pull requests welcome.

usage

It works best in an 80x24 terminal.

You'll see something that looks a bit like this:

interface         in       out      | in/sec   | out/sec  | in/min   | out/min  
docker0           0        0        | 0        | 0        | 0        | 0
eth0              765 MiB  678 MiB  | 41 KiB   | 591 KiB  | 2 MiB    | 29 MiB
lo                806 MiB  806 MiB  | 0        | 0        | 0        | 0
total             1 GiB    1 GiB    | 41 KiB   | 591 KiB  | 2 MiB    | 29 MiB

           ###
           ###                           #                         #
           #### #   #                    #                         #
           #### ##  #  ##   #        ##  #    ##  ########         ##
          ########  ## ######     ## ###### # ## ##########     #####
          ############ ####### ##### ######## ## ##########   #######
          ############ ####### ############################# ########
          ###########################################################
          ###########################################################

netr will remain running until you quit using ctrl-c.

Dependencies