Skip to content

Instantly share code, notes, and snippets.

@taynguyen
Created August 4, 2020 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taynguyen/5492e81626bc96b327a62f4e35712fd4 to your computer and use it in GitHub Desktop.
Save taynguyen/5492e81626bc96b327a62f4e35712fd4 to your computer and use it in GitHub Desktop.
Debugging workflow:
- Open top and do first analysis
- Open grafana and ask yourself question while you see the graphs:
- Are disks free enough?
- When do events happen?
- Is there a cascading effect?
- Is there a wall to see??
- Verify systems and disks in AWS
- Log in to nodes in iterm parallel sessions and run the same commands on all of them from the same state.
- df -h
- htop
- du -h /data
- ls -alh /var/log
- tail -f /var/log/syslog
- dmesg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment