"리눅스 supervisorctl"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
4번째 줄: 4번째 줄:


<source lang='console'>
<source lang='console'>
root@zetawiki:~# supervisorctl version
root@dev-jmnote-856cf6b85-wszm8:~# supervisorctl  
3.2.0
apache2                            RUNNING  pid 46, uptime 2:28:39
</source>
laravel-worker:laravel-worker_00  RUNNING  pid 42, uptime 2:28:39
<source lang='console'>
laravel-worker:laravel-worker_01  RUNNING  pid 43, uptime 2:28:39
root@zetawiki:~# supervisorctl help
laravel-worker:laravel-worker_02   RUNNING   pid 44, uptime 2:28:39
 
npm                                RUNNING   pid 40, uptime 2:28:39
default commands (type help <topic>):
sshd                              RUNNING  pid 41, uptime 2:28:39
=====================================
supervisor> version
add    exit      open  reload  restart   start   tail    
3.3.5
avail  fg        pid   remove  shutdown  status  update
supervisor> pid
clear  maintail  quit  reread  signal    stop    version
37
</source>
supervisor> exit
<source lang='console'>
root@dev-jmnote-856cf6b85-wszm8:~#
root@zetawiki:~# supervisorctl status
root@zetawiki:~# supervisorctl start
Error: start requires a process name
start <name> Start a process
start <gname>:* Start all processes in a group
start <name> <name> Start multiple processes or groups
start all Start all processes
root@zetawiki:~# supervisorctl start all
root@zetawiki:~# supervisorctl status
root@zetawiki:~#
</source>
<source lang='console'>
root@zetawiki:~# supervisorctl pid
1013
</source>
</source>


==같이 보기==
==같이 보기==
* [[supervisord]]
* [[supervisord]]
* [[supervisorctl]]
* [[supervisorctl status]]
* [[supervisorctl start]]
* [[supervisorctl start all]]
* [[supervisorctl stop]]
* [[supervisorctl stop all]]
* [[supervisorctl pid]]
* [[supervisorctl version]]


[[분류: /usr/bin]]
[[분류: /usr/bin]]
[[분류: supervisor]]
[[분류: supervisor]]
[[분류: supervisorctl]]

2020년 4월 27일 (월) 23:32 기준 최신판

1 개요[ | ]

리눅스 supervisorctl
/usr/bin/supervisorctl
root@dev-jmnote-856cf6b85-wszm8:~# supervisorctl 
apache2                            RUNNING   pid 46, uptime 2:28:39
laravel-worker:laravel-worker_00   RUNNING   pid 42, uptime 2:28:39
laravel-worker:laravel-worker_01   RUNNING   pid 43, uptime 2:28:39
laravel-worker:laravel-worker_02   RUNNING   pid 44, uptime 2:28:39
npm                                RUNNING   pid 40, uptime 2:28:39
sshd                               RUNNING   pid 41, uptime 2:28:39
supervisor> version
3.3.5
supervisor> pid
37
supervisor> exit
root@dev-jmnote-856cf6b85-wszm8:~#

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}