Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KenwoodFox/e3028a826ba8075a525b87ab33dedf62 to your computer and use it in GitHub Desktop.
Save KenwoodFox/e3028a826ba8075a525b87ab33dedf62 to your computer and use it in GitHub Desktop.
# ps auwwx | grep postgresq
root 33099 0.0 0.0 6732 2552 1 S+J 16:22 0:00.00 grep postgresq
root@Bacula-Iron2:/ # ps auwwx | grep postgres
postgres 33087 0.0 0.1 168940 25616 - IsJ 16:22 0:00.00 postgres: checkpointer (postgres)
postgres 33088 0.0 0.1 168940 25616 - SsJ 16:22 0:00.01 postgres: background writer (postgres)
postgres 33089 0.0 0.1 168940 25616 - SsJ 16:22 0:00.00 postgres: walwriter (postgres)
postgres 33090 0.0 0.1 168940 25876 - SsJ 16:22 0:00.00 postgres: autovacuum launcher (postgres)
postgres 33091 0.0 0.0 23848 14972 - SsJ 16:22 0:00.00 postgres: stats collector (postgres)
postgres 33092 0.0 0.1 168940 25836 - IsJ 16:22 0:00.00 postgres: logical replication launcher (postgres)
postgres 33085 0.0 0.1 168940 25592 1 SJ 16:22 0:00.03 /usr/local/bin/postgres -D /var/db/postgres/data11
root 33114 0.0 0.0 6732 2552 1 S+J 16:23 0:00.00 grep postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment