mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
内存占用以 MB 显示
This commit is contained in:
parent
16a7f3e249
commit
8fc502d3e7
|
@ -75,7 +75,7 @@ ckstatus(){
|
|||
PID=$(pidof CrashCore | awk '{print $NF}')
|
||||
if [ -n "$PID" ];then
|
||||
run="\033[32m正在运行($redir_mod)\033[0m"
|
||||
VmRSS=`cat /proc/$PID/status|grep -w VmRSS|awk '{print $2,$3}'`
|
||||
VmRSS=`cat /proc/$PID/status|grep -w VmRSS|awk 'unit="MB"{print $2/1000, unit}'`
|
||||
#获取运行时长
|
||||
touch ${TMPDIR}/crash_start_time #用于延迟启动的校验
|
||||
start_time=$(cat ${TMPDIR}/crash_start_time)
|
||||
|
|
Loading…
Reference in New Issue
Block a user