摘要: 动态查看一个进程的内存使用 1、top命令 top -d 1 -p pid [,pid ...] //设置为delay 1s,默认是delay 3s 根据内存使用量排序 shift + m 根据cpu使用量排序 shift+p 静态查看一个进程的内存使用 1、pmap命令 pmap pid2、ps命 阅读全文
posted @ 2020-02-09 19:02 hh9515 阅读(1812) 评论(0) 推荐(0) 编辑
摘要: col命令: 看介绍是过滤掉reverse line feeds 要明白什么是reverse line feeds,我们要先明白什么是line feeds 首先介绍一下new line(换行符) https://en.wikipedia.org/wiki/Newline ,在linux中,换行符ne 阅读全文
posted @ 2020-02-09 17:12 hh9515 阅读(679) 评论(0) 推荐(1) 编辑