python跨平台的进程管理psutil

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python跨平台的进程管理psutil相关的知识,希望对你有一定的参考价值。

      psutil 是一个 Python模块用来获取正在运行的进程信息和系统的CPU和内存的利用率。类似 Linux 的 ps 、top 和 Windows 的任务管理器等程序。可以处理系统CPU,memory,disks,network等信息。主要用于系统资源的监控,分析,以及对进程进行一定的管理。通过psutil可以实现如ps,top,lsof,netstat,ifconfig,who,df,kill,free,nice,ionice,iostat,iotop,uptime,pidof,tty,taskset,pmap。在Linux,windows,OSX,freebsd、Sun Solaris等系统上工作

https://github.com/giampaolo/psutil

http://www.jianshu.com/p/64e265f663f6





本文出自 “IT技术学习与交流” 博客,谢绝转载!

以上是关于python跨平台的进程管理psutil的主要内容,如果未能解决你的问题,请参考以下文章

Python psutil模块

Python之psutil模块

Python psutil 模块

Python管理Windows进程

python之psutil模块获取系统信息

python psutil