|
![]() |
![]() |
Description | Usage | Requirements |
Screen Shots | Key Bindings | Todo List |
![]() |
pld.tcl (Packet Loss Daemon) is a little utility for tracking the robustness of a network connection. It outputs a set of HTML pages with embedded graphics that show the uptime of a connection to a particular host.
![]() |
There is no graphical user interface for pld.tcl, but you can view a sample of its output here.
![]() |
There is no graphical user interface for pld.tcl, the good stuff is an in the command line argument section.pld.tcl is intended to run forever... in a daemon-like fashion. Just run it and let it do its work.
pld.tcl outputs several files:
index.html The main output file... shows stats for all stats pld.tcl has collected in current working directory. today.html A page that always shows the stats for today. pld*.html A page for each day that pld.tcl has been running. .img/*.gif An image for stats for each day that pld.tcl has been running. The image for each day can be decoded in the following way:
- A vertical line of all green means the sample was 100% successful
- A vertical line of all red means the sample was 0% successful
- A vertical line of blue means there was no sample for this time period
- A line of some green and some red means the sample was some percentage successful, with more green representing higher success rate.
![]() |
<host name> The only command line arg... the host name to do the ping tests to.
![]() |
There are no key bindings for pld.tcl.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |