Skip to content

Instantly share code, notes, and snippets.

@ipmb
Created June 7, 2018 18:17
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 ipmb/b04439bbf6b816660e40642a49c6fce8 to your computer and use it in GitHub Desktop.
Save ipmb/b04439bbf6b816660e40642a49c6fce8 to your computer and use it in GitHub Desktop.
Systemd Status exmple
$ sudo systemctl status saltdash@0.9.4.service
● saltdash@0.9.4.service - Saltdash v0.9.4
Loaded: loaded (/etc/systemd/system/saltdash@.service; indirect; vendor preset: enabled)
Active: active (running) since Tue 2018-05-15 23:25:08 UTC; 3 weeks 1 days ago
Main PID: 25580 (python3.6)
Tasks: 5 (limit: 4704)
CGroup: /system.slice/system-saltdash.slice/saltdash@0.9.4.service
└─25580 /usr/bin/python3.6 /srv/saltdash/saltdash-0.9.4.pyz serve
Jun 07 18:15:42 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:15:42 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1
Jun 07 18:16:12 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:16:12 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1
Jun 07 18:16:12 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:16:12 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1
Jun 07 18:16:32 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:32 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh;
Jun 07 18:16:32 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:32 +0000] "GET /auth/login/github-team/ HTTP/1.1" 302 0 "-" "M
Jun 07 18:16:33 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:33 +0000] "GET /auth/complete/github-team/?redirect_state=ifDP
Jun 07 18:16:33 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:33 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh;
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /job/ HTTP/1.1" 200 31361 "-" "Mozilla/5.0 (Mac
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /static/assets/icon.13c18f9fd93e.svg HTTP/1.1"
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /static/assets/icon.8be712e7bd0d.png HTTP/1.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment