Linux systems react very slowly and disk reads are particularly slow
Then I conclude that the process of subsequent investigation is
1, vmstat 1 10 check memory read and write situation
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/73/AF/wKiom1YDu3mQAsxNAANQG-0ftZw559.jpg "style=" float: none; "Title=" d6jkdg{t@g3n{}] ' 7t2 ' u$l.jpg "alt=" Wkiom1ydu3mqasxnaanqg-0ftzw559.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/73/AC/wKioL1YDu33SJR4FAAYA4C82VO0098.jpg "style=" float: none; "title=" QQ picture 20150924165748.jpg "alt=" Wkiol1ydu33sjr4faaya4c82vo0098.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/73/AC/wKioL1YDu32QKgXXAALE8JI6QFs307.jpg "style=" float: none; "title=" QQ picture 20150924165836.jpg "alt=" Wkiol1ydu32qkgxxaale8ji6qfs307.jpg "/>
2, iostat-x 1 Check disk read and write situation
3, top-d 1 view application load
4. Strace-p View app Execution action
Finally find out the cause by the action
: Due to insufficient memory to read physical memory, physical memory read speed and slow, this time there is disk IO pressure is very large, and read speed and slow
This article is from the "Automation Rolin" blog, so be sure to keep this source http://luoguoling.blog.51cto.com/1568501/1697903
Linux disk read and write slow issue tracking