Lines 1-7
Link Here
|
1 |
liboping is a C library to generate ICMP echo requests, better known as |
1 |
liboping is a C library to generate ICMP echo requests, better known as |
2 |
"ping packets". It is intended for use in network monitoring applications |
2 |
'ping packets'. It is intended for use in network monitoring applications |
3 |
or applications that would otherwise need to fork ping(1) frequently. |
3 |
or applications that would otherwise need to fork ping(1) frequently. |
4 |
Included is a sample application, called oping, which demostrates the |
4 |
Included is a sample application, called oping, which demonstrates the |
5 |
library's abilities. It is like ping, ping6, and fping rolled into one. |
5 |
library's abilities. It is like ping, ping6, and fping rolled into one. |
6 |
|
6 |
|
7 |
WWW: http://verplant.org/liboping/ |
7 |
Version 1.4.0, a second example application, noping, provides an |
|
|
8 |
ncurses-based front-end to liboping. Using curses windows it is able |
9 |
to display the ping statistics online 'live'. An aberrant behavior |
10 |
detection highlights all round-trip times that are unusually high or |
11 |
low. |
12 |
|
13 |
WWW: http://noping.cc/ |