什么是性能优化
摘要:1、查看系统运行情况:top 2、查看系统cpu情况: 1) jstack 线程号(pid)-> a.txt 2) printf "%x \n " pid 3) vim a.txt 通过转成的十进制搜索,查看有问题的代码 3、查看系统内存情况: buffers:写的内存,cached:读的内存 4、
        阅读全文
        
            posted @ 2020-01-20 18:00
            posted @ 2020-01-20 18:00