获取机器占用最大io读写的进程

以前看到有个获取机器占用最大io读写的进程的脚本,稍微修改了一下,分享一下python cat max_io.py #!/usr/bin/env python #Desc:run this script to collect info about io proc when io load is too high import os import re import sys import time
相关文章
相关标签/搜索