http://www.perlmonks.org?node_id=749383


in reply to LWP send/received byte counters

If you're really looking for the raw network throughput, then you're probably best off sniffing the connections and tallying the packets and their payload manually. Take a look at Sniffer::HTTP and Net::Connection::Sniffer.


All dogma is stupid.