getconf
getconf WORD_BIT 获取int 型数据的字节数
getconf LONG_BIT 得到long型数据的字节数
pstree
pmap 提供进程的内存映射
pgrep 通过程序名字来查询进程
ps -eo pcpu, pid, user, args
free 显示系统内存使用情况
/proc/slabinfo 显示缓存kernel slab allocator statistics
vmstat 可以得到进程,内存,内存分页,堵塞IO,traps及CPU活动信息
lsof 列出当前系统打开的文件