0

I have created a python script which runs a LanPort test on a group of systems for a specified number of hours.

Now for me the problem is that I need to log the Network Utilization % which can be seen by clicking on networkork tab of Task manager for all these systems. Is there any way of getting this done in python? If not , is there any other tool which allows me to open the task manager of remote systems such that I can monitor the performance from my management station.

Any kind of hep is really appreciated.

Thank You!!

Ashu

4

1 回答 1

0

阿舒,试试看psutil

从他们的页面,

简介
psutil 是一个提供接口的模块,用于通过使用 Python 以可移植的方式检索有关所有正在运行的进程和系统利用率(CPU、磁盘、内存、网络)的信息,实现了命令行工具提供的许多功能。

于 2012-05-17T17:00:55.453 回答