Kagee

Untitled

Mar 28th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. root@36143b6321c6:/# ps aux
  2. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  3. root 1 3.0 0.0 21340 3544 pts/0 Ss 17:48 0:00 /bin/bash /opt/visit-page 1000 1000 debug
  4. root 6 0.0 0.0 21472 3768 pts/0 S 17:48 0:00 bash
  5. root 9 0.0 0.0 37364 3320 pts/0 R+ 17:48 0:00 ps aux
  6. root@36143b6321c6:/# /opt/bin/entry_point.sh
  7. 2019-03-28 17:48:39,266 CRIT Supervisor running as root (no user in config file)
  8. 2019-03-28 17:48:39,266 INFO Included extra file "/etc/supervisor/conf.d/selenium-debug.conf" during parsing
  9. 2019-03-28 17:48:39,266 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
  10. 2019-03-28 17:48:39,267 INFO supervisord started with pid 12
  11. 2019-03-28 17:48:40,270 INFO spawned: 'xvfb' with pid 15
  12. 2019-03-28 17:48:40,274 INFO spawned: 'fluxbox' with pid 16
  13. 2019-03-28 17:48:40,276 INFO spawned: 'vnc' with pid 17
  14. 2019-03-28 17:48:40,276 INFO spawned: 'selenium-standalone' with pid 18
  15. 2019-03-28 17:48:40,364 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  16. 2019-03-28 17:48:40,364 INFO success: fluxbox entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  17. 2019-03-28 17:48:40,364 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  18. 2019-03-28 17:48:40,364 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  19. 17:48:40.441 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
  20. 17:48:40.499 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
  21. 2019-03-28 17:48:40.527:INFO::main: Logging initialized @244ms to org.seleniumhq.jetty9.util.log.StdErrLog
  22. 17:48:40.667 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
  23. 17:48:40.724 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
  24. ^C2019-03-28 17:48:44,668 WARN received SIGINT indicating exit request
  25. 2019-03-28 17:48:44,668 INFO waiting for xvfb, selenium-standalone, vnc, fluxbox to die
  26. Trapped SIGTERM/SIGINT/x so shutting down supervisord...
  27. 2019-03-28 17:48:44,669 WARN received SIGTERM indicating exit request
  28. 2019-03-28 17:48:44,995 INFO stopped: selenium-standalone (exit status 143)
  29. 2019-03-28 17:48:44,996 INFO stopped: vnc (exit status 2)
  30. 2019-03-28 17:48:44,999 INFO stopped: fluxbox (exit status 0)
  31. 2019-03-28 17:48:45,024 INFO stopped: xvfb (exit status 0)
  32. Shutdown complete
  33. root@36143b6321c6:/# ps aux
  34. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  35. root 1 0.4 0.0 21340 3544 pts/0 Ss 17:48 0:00 /bin/bash /opt/visit-page 1000 1000 debug
  36. root 6 0.0 0.0 21472 3904 pts/0 S 17:48 0:00 bash
  37. root 69 0.0 0.0 37364 3324 pts/0 R+ 17:48 0:00 ps aux
Advertisement
Add Comment
Please, Sign In to add comment