iostat | grep -1 idle | awk 'NR==3 {print $NF}'
取得iostat中的idle的值
最新推荐文章于 2024-10-26 00:35:27 发布
iostat | grep -1 idle | awk 'NR==3 {print $NF}'