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