摘要: 一、free 1、安装绘图工具sudo apt-get install python-matplotlib2、开启dump采集系统监控数据./dump.sh &3、数据导入图形界面python plot.py dump.sh #!/bin/bash i=0; while true do i=`exp 阅读全文
posted @ 2018-09-18 11:23 dong1 阅读(169) 评论(0) 推荐(0)