Linux
MX_MMM
这个作者很懒,什么都没留下…
展开
-
查看sctrl内存使用情况
cat /proc/`ps -ef|grep ./sctrl | grep -v grep | awk '{print $2}'`/status | grep -E 'VmSize|VmRSS|VmData|VmStk|VmExe|VmLib' min=1 max=10000 while [ $min -le $max ] do date echo "fd :" # ipcs ls -l /proc/`ps -ef|grep ./sctrl | grep -v gre.原创 2022-04-27 16:38:09 · 243 阅读 · 0 评论 -
sh脚本记录
#!/bin/bash ### ### set.sh - does one thing well ### ### Usage: ### ./set.sh -a ### ### Options: ### <a> enable asan support ### <p> product type, 1:for hisense 2:jv 800W ### <w> 4G support ### -h Show this message. h.原创 2022-04-27 16:16:50 · 228 阅读 · 0 评论