質問編集履歴

1

ps auxf

2020/09/12 22:56

投稿

m8354825717
m8354825717

スコア20

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,40 @@
7
7
 
8
8
 
9
9
  chromeが複数立ち上がってしまっているのもなぜかわかっていません。
10
+
11
+ 下記の実行履歴を見るとcatなどで複数表示されている状況です。
12
+
13
+
14
+
15
+
16
+
17
+ ### ps auxf
18
+
19
+ ```
20
+
21
+ root 4834 0.0 0.1 150932 2816 ? S 07:51 0:00 \_ CROND
22
+
23
+ root 4837 0.0 0.1 113148 2720 ? Ss 07:51 0:00 | \_ /bin/sh -c /home/ec2-user/cron/sample.sh
24
+
25
+ root 4840 0.0 0.1 113148 2888 ? S 07:51 0:00 | \_ /bin/sh /home/ec2-user/cron/sample.sh
26
+
27
+ root 4865 0.5 1.3 225552 28052 ? S 07:51 0:00 | \_ /usr/bin/.pyenv/versions/3.7.4/bin/python sample.py
28
+
29
+ root 4969 0.7 0.6 199204 12744 ? Sl 07:51 0:00 | \_ /usr/local/bin/chromedriver --port=xxxxx
30
+
31
+ root 4975 25.3 6.9 896504 141604 ? Sl 07:51 0:15 | \_ /opt/google/chrome/google-chrome --allow-running-insecure-content --disable-application-cache --disable-backg
32
+
33
+ root 4979 0.0 0.0 107988 228 ? S 07:51 0:00 | \_ cat
34
+
35
+ root 4980 0.0 0.0 107988 216 ? S 07:51 0:00 | \_ cat
36
+
37
+ root 4982 0.0 2.4 527780 49656 ? S 07:51 0:00 | \_ /opt/google/chrome/chrome --type=zygote --no-zygote-sandbox --no-sandbox --enable-logging --headless --lo
38
+
39
+ root 4983 0.0 2.4 527780 49784 ? S 07:51 0:00 | \_ /opt/google/chrome/chrome --type=zygote --no-sandbox --enable-logging --headless --log-level=0 --headless
40
+
41
+ root 5017 62.0 9.8 4956300 201096 ? Rl 07:51 0:37 | \_ /opt/google/chrome/chrome --type=renderer --no-sandbox --allow-pre-commit-input --enable-automation -
42
+
43
+ ```
10
44
 
11
45
 
12
46