Skip to content

Commit 0cd59d2

Browse files
author
chencaihua
committed
bugfix
1 parent 944d7c1 commit 0cd59d2

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

数据库/数据库.png

-4.87 KB
Loading

数据库/数据库.xmind

47.8 KB
Binary file not shown.
Binary file not shown.
Loading

方法论/Java服务线上应急/工具脚本/2_应用基本情况统计.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ echo -e "\033[34m[进程线程数]\033[0m"
3232
ps hH p $pid|wc -l
3333
echo
3434

35+
# lsof 安装命令yum install lsof -y
3536
echo -e "\033[33m--------------------------------存储负载------------------------------------------\033[0m"
3637
echo -e "\033[34m[进程内存空间使用]\033[0m"
3738
echo $(cat /proc/$pid/status|grep -e VmRSS| awk '{print $2/1024 "Mb"}')

0 commit comments

Comments
 (0)