Created
June 13, 2023 19:42
-
-
Save atyronesmith/2aacfee51b10bb27dfeb81d7c32c373e to your computer and use it in GitHub Desktop.
container ps output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ovn-central /]# ps -o pid,user,rss,command ax | sort -bn -k3 | |
PID USER RSS COMMAND | |
105 root 2256 ovsdb-server: monitoring pid 106 (healthy) | |
121 root 2256 ovsdb-server: monitoring pid 122 (healthy) | |
132 root 2712 ovn-northd: monitoring pid 133 (healthy) | |
273 root 2816 ps -o pid,user,rss,command ax | |
80 dbus 2848 dbus-broker --log 4 --controller 9 --machine-id b55c6ee98c464d6e86f13f21620a93e9 --max-bytes 536870912 --max-fds 4096 --max-matches 16384 --audit | |
274 root 3072 sort -bn -k3 | |
63 root 3424 /usr/sbin/gssproxy -D | |
78 dbus 4096 /usr/bin/dbus-broker-launch --scope system --audit | |
248 root 4096 /bin/bash | |
106 root 6224 ovsdb-server -vconsole:off -vfile:info --log-file=/var/log/ovn/ovsdb-server-nb.log --remote=punix:/var/run/ovn/ovnnb_db.sock --pidfile=/var/run/ovn/ovnnb_db.pid --unixctl=/var/run/ovn/ovnnb_db.ctl --detach --monitor --remote=db:OVN_Northbound,NB_Global,connections --private-key=db:OVN_Northbound,SSL,private_key --certificate=db:OVN_Northbound,SSL,certificate --ca-cert=db:OVN_Northbound,SSL,ca_cert --ssl-protocols=db:OVN_Northbound,SSL,ssl_protocols --ssl-ciphers=db:OVN_Northbound,SSL,ssl_ciphers /etc/ovn/ovnnb_db.db | |
271 root 6400 systemd-userwork: waiting... | |
35 root 6528 /usr/lib/systemd/systemd-userdbd | |
272 root 6528 systemd-userwork: waiting... | |
270 root 6656 systemd-userwork: waiting... | |
47 systemd+ 7424 /usr/lib/systemd/systemd-oomd | |
122 root 7760 ovsdb-server -vconsole:off -vfile:info --log-file=/var/log/ovn/ovsdb-server-sb.log --remote=punix:/var/run/ovn/ovnsb_db.sock --pidfile=/var/run/ovn/ovnsb_db.pid --unixctl=/var/run/ovn/ovnsb_db.ctl --detach --monitor --remote=db:OVN_Southbound,SB_Global,connections --private-key=db:OVN_Southbound,SSL,private_key --certificate=db:OVN_Southbound,SSL,certificate --ca-cert=db:OVN_Southbound,SSL,ca_cert --ssl-protocols=db:OVN_Southbound,SSL,ssl_protocols --ssl-ciphers=db:OVN_Southbound,SSL,ssl_ciphers /etc/ovn/ovnsb_db.db | |
133 root 8216 ovn-northd -vconsole:emer -vsyslog:err -vfile:info --ovnnb-db=unix:/var/run/ovn/ovnnb_db.sock --ovnsb-db=unix:/var/run/ovn/ovnsb_db.sock --no-chdir --log-file=/var/log/ovn/ovn-northd.log --pidfile=/var/run/ovn/ovn-northd.pid --detach --monitor | |
84 root 9088 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups | |
1 root 12288 /usr/sbin/init | |
48 systemd+ 12416 /usr/lib/systemd/systemd-resolved | |
27 root 16232 /usr/lib/systemd/systemd-journald |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment