• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-565458

src/H03-May-2022-5,6673,714

AUTHORSH A D18-Jul-200285 32

COPYINGH A D15-Dec-200314.8 KiB281237

ChangeLogH A D06-Feb-20123.9 KiB17486

INSTALLH A D15-Dec-20036.8 KiB168129

Makefile.amH A D14-Aug-2002147 73

Makefile.inH A D06-Feb-201221.5 KiB695608

READMEH A D12-Jun-20112 KiB7650

aclocal.m4H A D06-Feb-201233.8 KiB952857

config.guessH A D06-Feb-201243.9 KiB1,5031,292

config.h.inH A D06-Feb-20123.8 KiB14798

config.subH A D06-Feb-201233.8 KiB1,7151,566

configureH A D06-Feb-2012193.6 KiB6,8645,673

configure.inH A D03-May-20223.1 KiB11289

depcompH A D06-Feb-201218.2 KiB631407

install-shH A D06-Feb-201213.3 KiB521344

missingH A D06-Feb-201211.2 KiB377281

nload.spec.inH A D15-Aug-20021.2 KiB5035

run_autotoolsH A D25-Nov-2003237 129

README

1nload 0.7.3 (2011-06-12)
2real time monitor for network traffic
3Copyright (C) 2001 - 2011 by Roland Riegel <feedback@roland-riegel.de>
4
51. Introduction
6   ------------
7
8This is version 0.7.3 of nload, a console application which monitors network
9traffic and bandwidth usage in real time.
10It visualizes the in- and outgoing traffic using two graphs and provides
11additional info like total amount of transfered data and min/max network
12usage.
13
142. Installing / Compiling nload
15   ----------------------------
16
17Compiling is done by running
18
19./configure
20make
21
22in the directory where this README is.
23To install nload, you have to be root:
24
25su
26make install
27
28You can find more detailed information in the file INSTALL in this directory.
29
303. Using nload
31   -----------
32
33To learn about the command line switches and the usage of nload in general,
34simply run:
35
36nload --help
37
38Alternatively, there is a nload man page available by typing:
39
40man nload
41
424. Uninstalling nload
43   ------------------
44
45If you want to uninstall nload (I hope you never want to ;-), run:
46
47make uninstall
48
49in the build directory.
50
515. Getting help
52   ------------
53
54If you have problems with compiling, installing or using nload, you may
55mail me to feedback@roland-riegel.de.
56
576. Copyright / License
58   -------------------
59
60Copyright (C) 2001 - 2011 by Roland Riegel <feedback@roland-riegel.de>
61
62This program is free software; you can redistribute it and/or modify
63it under the terms of the GNU General Public License as published by
64the Free Software Foundation; either version 2 of the License, or
65(at your option) any later version.
66
67This program is distributed in the hope that it will be useful,
68but WITHOUT ANY WARRANTY; without even the implied warranty of
69MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70GNU General Public License for more details.
71
72You should have received a copy of the GNU General Public License
73along with this program; if not, write to the Free Software
74Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
75
76