Cheatsheet: Difference between revisions

Content added Content deleted
Line 1,196: Line 1,196:
find . -type l -ls
find . -type l -ls
ls -la | grep "\->"
ls -la | grep "\->"

== Troubleshooting ==

Source: [https://scoutapm.com/blog/slow_server_flow_chart scoutapm.com]

Step 1: Check I/O wait and CPU Idletime
Step 2: IO Wait is low and idle time is low: check CPU user time
Step 3: IO wait is low and idle time is high
Step 4: IO Wait is high: check your swap usage
Step 5: swap usage is high
Step 6: swap usage is low
Step 7: Check memory usage


= Flows =
= Flows =