I have a program that downloads information from various sites/hosts and I would like to put some bandwidth monitoring so I'm not hammering other systems from the one running the software.
I'm currently pulling a lot of the data over LWP, since a lot of it resides on http/https. Is there way way I can monitor throughput/download size of each connection?
Thanks for any input