blob: 47a2123bde649c629af4826d8fb6b2bdc91699c7 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
____ _ ____ _
/ ___| _ __ ___ ___ | | _____| _ \(_)_ __ __ _
\___ \| '_ ` _ \ / _ \| |/ / _ \ |_) | | '_ \ / _` |
___) | | | | | | (_) | < __/ __/| | | | | (_| |
|____/|_| |_| |_|\___/|_|\_\___|_| |_|_| |_|\__, |
|___/
Author: Tobias Oetiker <tobi@oetiker.ch>
SmokePing is a latency logging and graphing
system. It consists of a daemon process which
organizes the latency measurements and a CGI which
presents the graphs.
SmokePing is ...
================
* quite fast because it uses FPing todo the actual pinging
* easy to customize through a webtemplate and an extensive
configuration file.
* written in perl and should readily port to any unix system
* extensible through plug-in modules
* an RRDtool frontend
* able to deal with DYNAMIC IP addresses as used with
Cable and ADSL internet.
Roadmap
=======
SmokePing comes with documentation to make it easy to use and
install. The following important documentation files are
included with SmokePing:
* doc/smokeping_install.txt -- How to Setup and Install
* doc/smokeping_upgrade.txt -- Notes on upgrading
* doc/smokeping_config.txt -- Description of the Config File
* doc/smokeping_examples.txt -- Examples of the Config File
* doc/smokeping.txt -- About the SmokePing Daemon
* doc/smokeping.cgi.txt -- About the CGI Module
In the doc directory you can find even more information
and the above documents in MAN, POD, TXT and HTML format.
Do you like it
==============
If you like SmokePing, and want to show your appreciation for
the work I am doing (SmokePing like MRTG and RRDtool have
been written entirely in my spare time) please feel free to
use:
http://people.ee.ethz.ch/~oetiker/wish
Cheers
tobi
|