Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

study-downtime

线上问题分析笔记

内存查看

  • cat /proc/meminfo 查看
  • atop 查看
  • free -h 查看
  • htop 查看
  • ps aux --sort -rss 查看
  • top 查看
  • vmstat -s 查看

程序号查看内存

  • pmap -d {pid} 根据进程号查看
  • jstack {pid} 根据进程号查看