-XX:NativeMemoryTracking=detail
jps
ps -p <PID> -o pcpu,rss,size,vsize
| # This is an example of the Stack Exchange Tier 1 HAProxy config | |
| # The only things that have been changed from what we are running are: | |
| # 1. User names have been removed | |
| # 2. All Passwords have been remove | |
| # 3. IPs have been changed to use the example/documentation ranges | |
| # 4. Rate limit numbers have been changed to randome numbers, don't read into them | |
| userlist stats-auth | |
| group admin users $admin_user | |
| user $admin_user insecure-password $some_password |
| 0. pxname [LFBS]: proxy name | |
| 1. svname [LFBS]: service name (FRONTEND for frontend, BACKEND for backend, | |
| any name for server/listener) | |
| 2. qcur [..BS]: current queued requests. For the backend this reports the | |
| number queued without a server assigned. | |
| 3. qmax [..BS]: max value of qcur | |
| 4. scur [LFBS]: current sessions | |
| 5. smax [LFBS]: max sessions | |
| 6. slim [LFBS]: configured session limit | |
| 7. stot [LFBS]: cumulative number of connections |
| File | Purpose |
|---|---|
/etc/compose/docker-compose.yml |
Compose file describing what to deploy |
/etc/systemd/system/docker-compose-reload.service |
Executing unit to trigger reload on docker-compose.service |
/etc/systemd/system/docker-compose-reload.timer |
Timer unit to plan the reloads |
/etc/systemd/system/docker-compose.service |
Service unit to start and manage docker compose |