Kagee

Untitled

Mar 28th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. root@469c65103789:/# ps aux
  2. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  3. root 1 0.4 0.0 21340 3484 pts/0 Ss 17:46 0:00 /bin/bash /opt/visit-page 1000 1000 debug
  4. root 7 0.0 0.0 21472 3664 pts/0 S 17:46 0:00 bash
  5. root 10 0.0 0.0 37364 3360 pts/0 R+ 17:46 0:00 ps aux
  6. root@469c65103789:/# /opt/bin/entry_point.sh
  7. 2019-03-28 17:46:55,188 CRIT Supervisor running as root (no user in config file)
  8. 2019-03-28 17:46:55,188 INFO Included extra file "/etc/supervisor/conf.d/selenium-debug.conf" during parsing
  9. 2019-03-28 17:46:55,188 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
  10. 2019-03-28 17:46:55,190 INFO supervisord started with pid 13
  11. 2019-03-28 17:46:56,191 INFO spawned: 'xvfb' with pid 16
  12. 2019-03-28 17:46:56,192 INFO spawned: 'fluxbox' with pid 17
  13. 2019-03-28 17:46:56,193 INFO spawned: 'vnc' with pid 18
  14. 2019-03-28 17:46:56,194 INFO spawned: 'selenium-standalone' with pid 19
  15. 2019-03-28 17:46:56,316 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  16. 2019-03-28 17:46:56,316 INFO success: fluxbox entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  17. 2019-03-28 17:46:56,316 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  18. 2019-03-28 17:46:56,316 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  19. 17:46:56.370 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
  20. 17:46:56.442 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
  21. 2019-03-28 17:46:56.473:INFO::main: Logging initialized @257ms to org.seleniumhq.jetty9.util.log.StdErrLog
  22. 17:46:56.623 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
  23. 17:46:56.688 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
  24. ^CTrapped SIGTERM/SIGINT/x so shutting down supervisord...
  25. 2019-03-28 17:47:12,644 WARN received SIGINT indicating exit request
  26. 2019-03-28 17:47:12,644 INFO waiting for xvfb, selenium-standalone, vnc, fluxbox to die
  27. 2019-03-28 17:47:12,645 INFO stopped: selenium-standalone (terminated by SIGTERM)
  28. 2019-03-28 17:47:12,645 WARN received SIGTERM indicating exit request
  29. 2019-03-28 17:47:12,645 INFO stopped: vnc (terminated by SIGTERM)
  30. 2019-03-28 17:47:12,645 INFO stopped: fluxbox (terminated by SIGTERM)
  31. 2019-03-28 17:47:12,645 INFO stopped: xvfb (terminated by SIGTERM)
  32. Shutdown complete
  33. root@469c65103789:/# ps aux
  34. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  35. root 1 0.0 0.0 21340 3484 pts/0 Ss 17:46 0:00 /bin/bash /opt/visit-page 1000 1000 debug
  36. root 7 0.0 0.0 21592 3804 pts/0 S 17:46 0:00 bash
  37. root 21 0.2 0.0 118816 11308 pts/0 S 17:46 0:00 fluxbox -display :99.0
  38. root 22 0.3 0.3 508540 61392 pts/0 Sl 17:46 0:00 /usr/bin/Xvfb :99.0 -screen 0 1360x1020x24 -ac +extension RANDR
  39. root 23 4.9 0.4 7267788 76048 pts/0 Sl 17:46 0:00 java -jar /opt/selenium/selenium-server-standalone.jar
  40. root 65 0.0 0.0 120080 13924 pts/0 S 17:46 0:00 x11vnc -usepw -forever -shared -rfbport 5900 -display :99.0 -noxrecord
  41. root 66 0.0 0.0 37364 3268 pts/0 R+ 17:47 0:00 ps aux
Advertisement
Add Comment
Please, Sign In to add comment