10 2015 档案

摘要:官方说明:iftop: display bandwidth usage on an interface.iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a na... 阅读全文
posted @ 2015-10-21 10:11 小An 阅读(280) 评论(0) 推荐(0)
摘要:ps -ef|grep ./amplxe-gui|grep -v grep|cut -c 9-15|xargs kill -9批量杀死包含关键字“./amplxe”的进程。"ps -ef" ——查看所有进程"grep ./amplxe-gui" ——列出所有含有关键字"./amplxe-gui"的进... 阅读全文
posted @ 2015-10-02 22:26 小An 阅读(252) 评论(0) 推荐(0)