Title pretty much tells everything. Is it possible to get current bandwidth usage in windows2003 via a perl script (using strawberry perl) ?
Title pretty much tells everything. Is it possible to get current bandwidth usage in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I rarely use Windows, and don’t currently have access to a Windows machine, but you should be able to use WMI/WQL to get what you need.
This distribution provides a DBI interface to WMI:
https://metacpan.org/release/DBD-WMI
The correct query would be along the lines of
More about that class from MSDN.