-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
負荷、ログ解析をしてみる #2
Comments
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#1 ロードアベレージsar -q
cpu負荷などsar -P ALL
16時30分01秒のロードアベレージが上がっている。 |
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#2 sar -W
17時10分01秒について見ると |
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#3 top
ps aux |grep 6106
|
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#4 df -h
残り容量 |
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#5 cat access_log |grep '[01/Jan/2010:22:01:04 +0900]'
cat access_log |grep '/index.html'
cat access_log |awk '{print $7}' |sort |uniq -c |sort -r |head -10
|
https://github.com/fact-real/developers/wiki/%E9%96%8B%E7%99%BA%E7%A0%94%E4%BF%AE-Linux#-5
The text was updated successfully, but these errors were encountered: