8: 参数-r 一般与参数-s结合使用,表示反转排序(从升序改为降序)
9:参数-M 过滤相关进程。Show processes filtered by mapping
1: [root@DB-Server tmp]# smem -M mysql 2: PID User Command Swap USS PSS RSS 3: 4172 mysql /usr/sbin/mysqld --basedir= 0 3924 3924 3924 4: [root@DB-Server tmp]# smem -M mysql -p 5: PID User Command Swap USS PSS RSS 6: 4172 mysql /usr/sbin/mysqld --basedir= 0.00% 0.38% 0.38% 0.38% 7: [root@DB-Server tmp]#
10:参数-U 按用户过滤信息
另外一些参数如何展示条状图或饼状图的功能,个人感觉这些参数的用处不大,首先服务器一般都没有安装桌面系统,都是命令界面维护、管理。无法生成相关图形。其次服务器有桌面系统,也需要安装相关依赖包,相当麻烦。除非是为了生成报告需要。
Read data from capture tarball smem --source capture.tar.gz
Show a bar chart labeled by pid smem --bar pid -c "pss uss"
Show a pie chart of RSS labeled by name smem --pie name -s rss