Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.60 KB | None | 0 0
  1. @vladimir.shtro nginx сожрал всю память на сервере:
  2. ```
  3. root@drotest2:~# ps -eo size,pid,user,command | awk '{ hr=$1/1024 ; printf("%13.6f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' | sort
  4. 0.000000 Mb COMMAND
  5. 0.000000 Mb [acpi_thermal_pm]
  6. 0.000000 Mb [ata_sff]
  7. 0.000000 Mb [charger_manager]
  8. 0.000000 Mb [cpuhp/0]
  9. 0.000000 Mb [crypto]
  10. 0.000000 Mb [devfreq_wq]
  11. 0.000000 Mb [ecryptfs-kthrea]
  12. 0.000000 Mb [edac-poller]
  13. 0.000000 Mb [ext4-rsv-conver]
  14. 0.000000 Mb [ib-comp-wq]
  15. 0.000000 Mb [ib_mcast]
  16. 0.000000 Mb [ib_nl_sa_wq]
  17. 0.000000 Mb [ipv6_addrconf]
  18. 0.000000 Mb [iscsi_eh]
  19. 0.000000 Mb [jbd2/vda1-8]
  20. 0.000000 Mb [kauditd]
  21. 0.000000 Mb [kblockd]
  22. 0.000000 Mb [kcompactd0]
  23. 0.000000 Mb [kdevtmpfs]
  24. 0.000000 Mb [khugepaged]
  25. 0.000000 Mb [khungtaskd]
  26. 0.000000 Mb [kintegrityd]
  27. 0.000000 Mb [ksmd]
  28. 0.000000 Mb [ksoftirqd/0]
  29. 0.000000 Mb [kstrp]
  30. 0.000000 Mb [kswapd0]
  31. 0.000000 Mb [kthreadd]
  32. 0.000000 Mb [kthrotld]
  33. 0.000000 Mb [kworker/0:0H]
  34. 0.000000 Mb [kworker/0:1H]
  35. 0.000000 Mb [kworker/0:1]
  36. 0.000000 Mb [kworker/0:2]
  37. 0.000000 Mb [kworker/u2:0]
  38. 0.000000 Mb [kworker/u2:1]
  39. 0.000000 Mb [kworker/u2:2]
  40. 0.000000 Mb [kworker/u3:0]
  41. 0.000000 Mb [md]
  42. 0.000000 Mb [migration/0]
  43. 0.000000 Mb [mm_percpu_wq]
  44. 0.000000 Mb [netns]
  45. 0.000000 Mb [oom_reaper]
  46. 0.000000 Mb [raid5wq]
  47. 0.000000 Mb [rcu_bh]
  48. 0.000000 Mb [rcu_sched]
  49. 0.000000 Mb [rcu_tasks_kthre]
  50. 0.000000 Mb [rdma_cm]
  51. 0.000000 Mb [scsi_eh_0]
  52. 0.000000 Mb [scsi_eh_1]
  53. 0.000000 Mb [scsi_eh_2]
  54. 0.000000 Mb [scsi_tmf_0]
  55. 0.000000 Mb [scsi_tmf_1]
  56. 0.000000 Mb [scsi_tmf_2]
  57. 0.000000 Mb [watchdog/0]
  58. 0.000000 Mb [watchdogd]
  59. 0.000000 Mb [writeback]
  60. 0.300781 Mb erl_child_setup 1048576
  61. 0.308594 Mb /bin/sh /opt/rabbitmq/sbin/rabbitmq-server
  62. 0.316406 Mb inet_gethost 4
  63. 0.343750 Mb inet_gethost 4
  64. 0.355469 Mb /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt220
  65. 0.355469 Mb /sbin/agetty -o -p -- \u --noclear tty1 linux
  66. 0.398438 Mb awk { hr=$1/1024 ; printf("%13.6f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }
  67. 0.457031 Mb /usr/sbin/atd -f
  68. 0.457031 Mb /usr/sbin/cron -f
  69. 0.687500 Mb /lib/systemd/systemd-networkd
  70. 0.695312 Mb /lib/systemd/systemd-resolved
  71. 0.734375 Mb /lib/systemd/systemd-logind
  72. 0.800781 Mb /lib/systemd/systemd-udevd
  73. 0.871094 Mb /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
  74. 0.871094 Mb /usr/sbin/sshd -D
  75. 0.871094 Mb sshd: [accepted]
  76. 0.871094 Mb sshd: [net]
  77. 0.937500 Mb /lib/systemd/systemd --user
  78. 1.039062 Mb ps -eo size,pid,user,command
  79. 1.042969 Mb sshd: root@pts/0
  80. 1.085938 Mb nginx: master process nginx -g daemon off;
  81. 1.648438 Mb postgres
  82. 1.648438 Mb postgres: background writer
  83. 1.648438 Mb postgres: walwriter
  84. 1.707031 Mb -bash
  85. 1.781250 Mb postgres: checkpointer
  86. 1.828125 Mb postgres: stats collector
  87. 1.929688 Mb postgres: logical replication launcher
  88. 2.007812 Mb /sbin/init
  89. 2.066406 Mb postgres: autovacuum launcher
  90. 2.250000 Mb /usr/local/lib/erlang/erts-10.4.4/bin/epmd -daemon
  91. 2.328125 Mb (sd-pam)
  92. 4.472656 Mb nginx: worker process
  93. 6.460938 Mb sort
  94. 8.515625 Mb /sbin/lvmetad -f
  95. 8.691406 Mb /lib/systemd/systemd-timesyncd
  96. 10.175781 Mb /usr/lib/gitlab-runner/gitlab-runner run --working-directory /home/gitlab-runner --config /etc/gitlab-runner/config.toml --service gitlab-runner --syslog --user gitlab-runner
  97. 13.152344 Mb /usr/local/bin/python /usr/local/bin/gunicorn --bind 0.0.0.0:8000 -w 3 -t 600 --access-logfile - vidro.wsgi:application
  98. 16.265625 Mb /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
  99. 16.378906 Mb /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
  100. 17.960938 Mb /usr/sbin/rsyslogd -n
  101. 20.890625 Mb /lib/systemd/systemd-journald
  102. 25.175781 Mb /usr/lib/accountsservice/accounts-daemon
  103. 25.203125 Mb /usr/lib/policykit-1/polkitd --no-debug
  104. 47.578125 Mb /usr/local/bin/python /usr/local/bin/celery -A vidro.celery beat
  105. 51.648438 Mb /usr/local/bin/python /usr/local/bin/gunicorn --bind 0.0.0.0:8000 -w 3 -t 600 --access-logfile - vidro.wsgi:application
  106. 51.917969 Mb /usr/local/bin/python /usr/local/bin/gunicorn --bind 0.0.0.0:8000 -w 3 -t 600 --access-logfile - vidro.wsgi:application
  107. 52.117188 Mb /usr/local/bin/python /usr/local/bin/celery -A vidro.celery worker
  108. 53.847656 Mb /usr/local/bin/python /usr/local/bin/gunicorn --bind 0.0.0.0:8000 -w 3 -t 600 --access-logfile - vidro.wsgi:application
  109. 70.042969 Mb /usr/local/bin/python /usr/local/bin/celery -A vidro.celery worker
  110. 98.628906 Mb /usr/bin/lxcfs /var/lib/lxcfs/
  111. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/004df7dc4ef1332ae90424310dd79c56d2680e12c27ea08ea63aeacf3e1375f2 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  112. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/67538997c27b3172da24ee953f43fe75097b3f2535f210f2c079aa93b1ba7bb3 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  113. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/8655c3e6375300cb5b312eefd123be9c82833d06298bfb5d744d72be2256e7c0 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  114. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/985ba089e1a73843799797c7dd14d89da7e3c2be915d8197d044116f3a71f9a1 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  115. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/9d29e7234916a2d8bd7498573aae349c71e82235c647279c9eaf2574ee740866 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  116. 100.800781 Mb containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/ee860a902270d0c3ad1c9a664914fb37f244a2ccee44bd3ffdc843a8eb23db07 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-runc
  117. 131.738281 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7410 -container-ip 172.18.0.6 -container-port 7410
  118. 131.738281 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7415 -container-ip 172.18.0.6 -container-port 7415
  119. 131.738281 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7416 -container-ip 172.18.0.6 -container-port 7416
  120. 131.738281 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7491 -container-ip 172.18.0.6 -container-port 7491
  121. 131.738281 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7500 -container-ip 172.18.0.6 -container-port 7500
  122. 138.089844 Mb /usr/local/lib/erlang/erts-10.4.4/bin/beam.smp -W w -A 64 -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -K true -B i -- -root /usr/local/lib/erlang -progname erl -- -home /var/lib/rabbitmq -- -pa /opt/rabbitmq/ebin -noshell -noinput -s rabbit boot -sname rabbit@004df7dc4ef1 -boot start_sasl -conf /etc/rabbitmq/rabbitmq.conf -conf_dir /var/lib/rabbitmq/config -conf_script_dir /opt/rabbitmq/sbin -conf_schema_dir /var/lib/rabbitmq/schema -conf_advanced /etc/rabbitmq/advanced.config -kernel inet_default_connect_options [{nodelay,true}] -sasl errlog_type error -sasl sasl_error_logger tty -rabbit lager_log_root "/var/log/rabbitmq" -rabbit lager_default_file tty -rabbit lager_upgrade_file tty -rabbit enabled_plugins_file "/etc/rabbitmq/enabled_plugins" -rabbit plugins_dir "/opt/rabbitmq/plugins" -rabbit plugins_expand_dir "/var/lib/rabbitmq/mnesia/rabbit@004df7dc4ef1-plugins-expand" -os_mon start_cpu_sup false -os_mon start_disksup false -os_mon start_memsup false -mnesia dir "/var/lib/rabbitmq/mnesia/rabbit@004df7dc4ef1" -kernel inet_dist_listen_min 25672 -kernel inet_dist_listen_max 25672
  123. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 443 -container-ip 172.18.0.6 -container-port 443
  124. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7100 -container-ip 172.18.0.6 -container-port 7100
  125. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7110 -container-ip 172.18.0.6 -container-port 7110
  126. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7120 -container-ip 172.18.0.6 -container-port 7120
  127. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7400 -container-ip 172.18.0.6 -container-port 7400
  128. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7401 -container-ip 172.18.0.6 -container-port 7401
  129. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7402 -container-ip 172.18.0.6 -container-port 7402
  130. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7403 -container-ip 172.18.0.6 -container-port 7403
  131. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7404 -container-ip 172.18.0.6 -container-port 7404
  132. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7405 -container-ip 172.18.0.6 -container-port 7405
  133. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7406 -container-ip 172.18.0.6 -container-port 7406
  134. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7407 -container-ip 172.18.0.6 -container-port 7407
  135. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7408 -container-ip 172.18.0.6 -container-port 7408
  136. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7409 -container-ip 172.18.0.6 -container-port 7409
  137. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7411 -container-ip 172.18.0.6 -container-port 7411
  138. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7412 -container-ip 172.18.0.6 -container-port 7412
  139. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7413 -container-ip 172.18.0.6 -container-port 7413
  140. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7414 -container-ip 172.18.0.6 -container-port 7414
  141. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7417 -container-ip 172.18.0.6 -container-port 7417
  142. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7418 -container-ip 172.18.0.6 -container-port 7418
  143. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7419 -container-ip 172.18.0.6 -container-port 7419
  144. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7420 -container-ip 172.18.0.6 -container-port 7420
  145. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7421 -container-ip 172.18.0.6 -container-port 7421
  146. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7422 -container-ip 172.18.0.6 -container-port 7422
  147. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7423 -container-ip 172.18.0.6 -container-port 7423
  148. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7424 -container-ip 172.18.0.6 -container-port 7424
  149. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7425 -container-ip 172.18.0.6 -container-port 7425
  150. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7426 -container-ip 172.18.0.6 -container-port 7426
  151. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7427 -container-ip 172.18.0.6 -container-port 7427
  152. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7428 -container-ip 172.18.0.6 -container-port 7428
  153. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7429 -container-ip 172.18.0.6 -container-port 7429
  154. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7430 -container-ip 172.18.0.6 -container-port 7430
  155. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7431 -container-ip 172.18.0.6 -container-port 7431
  156. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7432 -container-ip 172.18.0.6 -container-port 7432
  157. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7433 -container-ip 172.18.0.6 -container-port 7433
  158. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7434 -container-ip 172.18.0.6 -container-port 7434
  159. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7435 -container-ip 172.18.0.6 -container-port 7435
  160. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7436 -container-ip 172.18.0.6 -container-port 7436
  161. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7437 -container-ip 172.18.0.6 -container-port 7437
  162. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7438 -container-ip 172.18.0.6 -container-port 7438
  163. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7439 -container-ip 172.18.0.6 -container-port 7439
  164. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7440 -container-ip 172.18.0.6 -container-port 7440
  165. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7441 -container-ip 172.18.0.6 -container-port 7441
  166. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7442 -container-ip 172.18.0.6 -container-port 7442
  167. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7443 -container-ip 172.18.0.6 -container-port 7443
  168. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7444 -container-ip 172.18.0.6 -container-port 7444
  169. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7445 -container-ip 172.18.0.6 -container-port 7445
  170. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7446 -container-ip 172.18.0.6 -container-port 7446
  171. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7447 -container-ip 172.18.0.6 -container-port 7447
  172. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7448 -container-ip 172.18.0.6 -container-port 7448
  173. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7449 -container-ip 172.18.0.6 -container-port 7449
  174. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7450 -container-ip 172.18.0.6 -container-port 7450
  175. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7451 -container-ip 172.18.0.6 -container-port 7451
  176. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7452 -container-ip 172.18.0.6 -container-port 7452
  177. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7453 -container-ip 172.18.0.6 -container-port 7453
  178. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7454 -container-ip 172.18.0.6 -container-port 7454
  179. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7455 -container-ip 172.18.0.6 -container-port 7455
  180. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7456 -container-ip 172.18.0.6 -container-port 7456
  181. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7457 -container-ip 172.18.0.6 -container-port 7457
  182. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7458 -container-ip 172.18.0.6 -container-port 7458
  183. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7459 -container-ip 172.18.0.6 -container-port 7459
  184. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7460 -container-ip 172.18.0.6 -container-port 7460
  185. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7461 -container-ip 172.18.0.6 -container-port 7461
  186. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7462 -container-ip 172.18.0.6 -container-port 7462
  187. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7463 -container-ip 172.18.0.6 -container-port 7463
  188. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7464 -container-ip 172.18.0.6 -container-port 7464
  189. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7465 -container-ip 172.18.0.6 -container-port 7465
  190. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7466 -container-ip 172.18.0.6 -container-port 7466
  191. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7467 -container-ip 172.18.0.6 -container-port 7467
  192. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7468 -container-ip 172.18.0.6 -container-port 7468
  193. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7469 -container-ip 172.18.0.6 -container-port 7469
  194. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7470 -container-ip 172.18.0.6 -container-port 7470
  195. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7471 -container-ip 172.18.0.6 -container-port 7471
  196. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7472 -container-ip 172.18.0.6 -container-port 7472
  197. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7473 -container-ip 172.18.0.6 -container-port 7473
  198. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7474 -container-ip 172.18.0.6 -container-port 7474
  199. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7475 -container-ip 172.18.0.6 -container-port 7475
  200. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7476 -container-ip 172.18.0.6 -container-port 7476
  201. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7477 -container-ip 172.18.0.6 -container-port 7477
  202. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7478 -container-ip 172.18.0.6 -container-port 7478
  203. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7479 -container-ip 172.18.0.6 -container-port 7479
  204. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7480 -container-ip 172.18.0.6 -container-port 7480
  205. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7481 -container-ip 172.18.0.6 -container-port 7481
  206. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7482 -container-ip 172.18.0.6 -container-port 7482
  207. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7483 -container-ip 172.18.0.6 -container-port 7483
  208. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7484 -container-ip 172.18.0.6 -container-port 7484
  209. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7485 -container-ip 172.18.0.6 -container-port 7485
  210. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7486 -container-ip 172.18.0.6 -container-port 7486
  211. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7487 -container-ip 172.18.0.6 -container-port 7487
  212. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7488 -container-ip 172.18.0.6 -container-port 7488
  213. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7489 -container-ip 172.18.0.6 -container-port 7489
  214. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7490 -container-ip 172.18.0.6 -container-port 7490
  215. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7492 -container-ip 172.18.0.6 -container-port 7492
  216. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7493 -container-ip 172.18.0.6 -container-port 7493
  217. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7494 -container-ip 172.18.0.6 -container-port 7494
  218. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7495 -container-ip 172.18.0.6 -container-port 7495
  219. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7496 -container-ip 172.18.0.6 -container-port 7496
  220. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7497 -container-ip 172.18.0.6 -container-port 7497
  221. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7498 -container-ip 172.18.0.6 -container-port 7498
  222. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7499 -container-ip 172.18.0.6 -container-port 7499
  223. 139.867188 Mb /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.18.0.6 -container-port 80
  224.  
  225. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement