共享内存段、信号量集、消息队列
https://linuxtools-rst.readthedocs.io/zh-cn/latest/tool/ipcs.html
内存碎片
https://cloud.tencent.com/document/product/457/43128
https://www.cnblogs.com/10087622blog/p/8543792.html
缓存内存
卡顿
https://www.cnblogs.com/jjmcao/p/9443360.html
https://gityuan.com/2017/08/12/proc_stat/
https://www.cnblogs.com/t-bar/p/16626951.html
https://freegeektime.com/100021101/71982/
https://www.brendangregg.com/offcpuanalysis.html
https://github.com/Miss-you/completedblog/blob/master/perf%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.md
https://www.brendangregg.com/blog/2017-03-16/perf-sched.html
https://blog.csdn.net/qq_42604176/article/details/120315631
中低高位内存
网络
https://cloud.tencent.com/developer/article/1464243
https://blog.csdn.net/wentinghe/article/details/9455399
https://blog.csdn.net/weixin_34362790/article/details/90335522
netstat -st|egrep -i 'drop|reject|ovetflow|listen|filter|reset|retransmitted|TCPSynRetrans|failed'
{spa.zhonghuafly.com]
{spa.shmqs.com]
{spa.morisue-dentalclinic.com]
{spa.ljb2014.com]
{spa.hzmayo88.com]
{spa.lunwen812.com]
{spa.zzltjy.com]
{spa.aile21.com]
TcpSynRetrans:表示因为没有收到回应的SYN ACK而导致的重传次数。
TcpRetransSegs:表示因为没有收到对已发送的数据包的确认而导致的重传次数。
TcpOutSegs:表示从TCP发送的段的总数。
TcpInSegs:表示TCP接收的段的总数。
https://mp.weixin.qq.com/s/tVy0oTxhgrd5cjZsGPCyUA
内核