Python 系統資源信息獲取CPU 和內存使用情況


 

 

In [6]: psutil.swap_memory()
Out[6]: sswap(total=23501340672, used=20144758784, free=3356581888, percent=85.7, sin=0, sout=0)

In [7]: psutil.cpu_percent(interval=None, percpu=False)
Out[7]: 32.8


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM