Fork me on GitHub
摘要: ``` //CPU cat /proc/cpuinfo |grep processor; //内存 free -g; //硬盘 df -h; ``` 阅读全文
posted @ 2016-09-23 17:49 _落雨 阅读(287) 评论(0) 推荐(0) 编辑