Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/monitoring-tracing
a template for monitoring and logging in codespaces
https://github.com/rhildred/monitoring-tracing
Last synced: 12 days ago
JSON representation
a template for monitoring and logging in codespaces
- Host: GitHub
- URL: https://github.com/rhildred/monitoring-tracing
- Owner: rhildred
- License: mit
- Created: 2024-07-16T18:44:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:46:00.000Z (5 months ago)
- Last Synced: 2024-08-03T04:59:02.501Z (5 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monitoring-tracing
a template for monitoring and tracing in codespacesTLDR;
```
sudo ansible-playbook postgres.yml
pip install -r requirements.txt
python -m flask run --host=0.0.0.0
```Add another terminal and run `pgadmin4` as well.
This is intended as a little introduction to monitoring and tracing that is already in linux. Specifically:
1. top
2. ps
3. strace
4. netstat
5. lsof
6. postgres logs
7. pgadmin4The lab is to do some research in to what these commands do, and try it out.
I hope that this is fun!
Rich