Advertisement
RobertBerger

lava-processes-1

Jun 15th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. root@134e7d7754e3:/# ps -ef
  2. UID PID PPID C STIME TTY TIME CMD
  3. root 1 0 0 11:44 ? 00:00:00 /bin/sh -c /start.sh && /home/lava/bin/add-qemu-to-lava.sh 2 && /home/lava/bin/add-kvm-to-lava.sh 2 && bash
  4. root 537 1 0 11:45 ? 00:00:00 bash
  5. postgres 887 1 0 12:09 ? 00:00:00 /usr/lib/postgresql/9.6/bin/postgres -D /var/lib/postgresql/9.6/main -c config_file=/etc/postgresql/9.6/main/po
  6. postgres 889 887 0 12:09 ? 00:00:00 postgres: 9.6/main: checkpointer process
  7. postgres 890 887 0 12:09 ? 00:00:00 postgres: 9.6/main: writer process
  8. postgres 891 887 0 12:09 ? 00:00:00 postgres: 9.6/main: wal writer process
  9. postgres 892 887 0 12:09 ? 00:00:00 postgres: 9.6/main: autovacuum launcher process
  10. postgres 893 887 0 12:09 ? 00:00:00 postgres: 9.6/main: stats collector process
  11. root 946 1 0 12:09 ? 00:00:00 /usr/sbin/apache2 -k start
  12. root 1041 1 0 12:09 ? 00:00:00 gunicorn: master [lava_server.wsgi]
  13. lavaser+ 1078 1041 0 12:09 ? 00:00:02 gunicorn: worker [lava_server.wsgi]
  14. lavaser+ 1086 1041 0 12:09 ? 00:00:02 gunicorn: worker [lava_server.wsgi]
  15. root 1088 1 0 12:09 ? 00:00:01 /usr/bin/python /usr/bin/lava-master manage --instance-template=/etc/lava-server/{filename}.conf dispatcher-mas
  16. lavaser+ 1124 1041 0 12:09 ? 00:00:02 gunicorn: worker [lava_server.wsgi]
  17. root 1127 1 0 12:09 ? 00:00:02 /usr/bin/python /usr/bin/lava-slave --master tcp://localhost:5556 --socket-addr tcp://localhost:5555 --level DE
  18. lavaser+ 1152 1041 0 12:09 ? 00:00:01 gunicorn: worker [lava_server.wsgi]
  19. lavaser+ 1164 1088 0 12:09 ? 00:00:01 /usr/bin/python /usr/bin/lava-server manage --instance-template=/etc/lava-server/{filename}.conf dispatcher-mas
  20. root 1174 1127 0 12:09 ? 00:00:00 /usr/bin/python /usr/bin/lava-dispatcher-slave --master tcp://localhost:5556 --socket-addr tcp://localhost:5555
  21. postgres 1186 887 0 12:09 ? 00:00:00 postgres: 9.6/main: lavaserver lavaserver 127.0.0.1(41094) idle
  22. www-data 1212 946 0 12:09 ? 00:00:00 /usr/sbin/apache2 -k start
  23. www-data 1213 946 0 12:09 ? 00:00:00 /usr/sbin/apache2 -k start
  24. root 1319 537 0 12:18 ? 00:00:00 ps -ef
  25. root@134e7d7754e3:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement