Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# monitoring-tracing
a template for monitoring and tracing in codespaces

TLDR;

```
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. pgadmin4

The lab is to do some research in to what these commands do, and try it out.

I hope that this is fun!

Rich