ralijani has asked for the wisdom of the Perl Monks concerning the following question:
Hi
Dear freinds, i want to know how we could test time out of links, i mean forexample how much packet lost it has and more information.
how could we test the link that its speed comes down and its stats ?
Comment on How could we test a link timeout(packet lost)
I once worked on a stripped down network link monitor using Net::Traceroute. There is also a Pure Perl version. Not sure if the information will help you much on your work.