system.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:docklet 作者: unias 项目源码 文件源码
def get_swap_sample():
        swap_free = int(subprocess.getoutput("awk '{if ($1==\"SwapFree:\") print $2}' /proc/meminfo 2>/dev/null")) // 1024
        swap_total = int(subprocess.getoutput("awk '{if ($1==\"SwapTotal:\") print $2}' /proc/meminfo 2>/dev/null")) // 1024
        return (swap_free, swap_total)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号