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
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刪除。