python:supervisor

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:supervisor [2019/08/13 00:54] – [パッケージ インストール] ともやんpython:supervisor [2023/03/13 06:38] – [パッケージ インストール] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
 ====== Supervisor - プロセス制御システム ====== ====== Supervisor - プロセス制御システム ======
  
-===== パッケージ インストール ===== +===== インストール ===== 
-**dnf**\\ +**Fedora**\\ 
-<code+<WRAP color_term
-$ sudo dnf install supervisor +<WRAP color_command><html><pre> 
-</code>+<b class=GRN>$</b> <b class=HIY>sudo</b> dnf install supervisor 
 +</pre></html></WRAP> 
 +<WRAP color_result_long><html><pre> 
 +メタデータの期限切れの最終確認: 0:25:17 時間前の 2023年03月13日 06時02分01秒 に実施しました。 
 +依存関係が解決しました。 
 +======================================================================================================================= 
 + パッケージ                   アーキテクチャー         バージョン                       リポジトリー             サイズ 
 +======================================================================================================================= 
 +インストール: 
 + <b class=GRN>supervisor</b>                   noarch                   4.2.2-5.fc37                     fedora                   734 k 
 + 
 +トランザクションの概要 
 +======================================================================================================================= 
 +インストール  1 パッケージ 
 + 
 +ダウンロードサイズの合計: 734 k 
 +インストール後のサイズ: 4.0 M 
 +これでよろしいですか? [y/N]: y 
 +パッケージのダウンロード: 
 +supervisor-4.2.2-5.fc37.noarch.rpm                                                     872 kB/s | 734 kB     00:00     
 +----------------------------------------------------------------------------------------------------------------------- 
 +合計                                                                                   394 kB/s | 734 kB     00:01      
 +トランザクションの確認を実行中 
 +トランザクションの確認に成功しました。 
 +トランザクションのテストを実行中 
 +トランザクションのテストに成功しました。 
 +トランザクションを実行中 
 +  準備             :                                                                                               1/1  
 +  インストール中   : supervisor-4.2.2-5.fc37.noarch                                                                1/1  
 +  scriptletの実行中: supervisor-4.2.2-5.fc37.noarch                                                                1/1  
 +  検証             : supervisor-4.2.2-5.fc37.noarch                                                                1/1  
 + 
 +インストール済み: 
 +  supervisor-4.2.2-5.fc37.noarch                                                                                        
 + 
 +完了しました! 
 +</pre></html></WRAP> 
 +</WRAP> 
 + 
 +<WRAP color_term> 
 +<WRAP color_command><html><pre> 
 +<b class=GRN>$</b> <b class=HIY>sudo</b> systemctl enable <b class=HIK>--now</b> supervisord 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +Created symlink /etc/systemd/system/multi-user.target.wants/supervisord.service → /usr/lib/systemd/system/supervisord.service. 
 +</pre></html></WRAP> 
 +<WRAP color_command><html><pre> 
 +<b class=GRN>$</b> <b class=HIY>systemctl</b> status supervisord 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +<b class=GRN>●</b> supervisord.service - Process Monitoring and Control Daemon 
 +     Loaded: loaded (/usr/lib/systemd/system/supervisord.service; <b class=GRN>enabled</b>; preset: <b class=HIY>disabled</b>
 +     Active: <b class=GRN>active (running)</b> since Mon 2023-03-13 06:34:05 JST; 6s ago 
 +    Process: 21987 ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf (code=exited, status=0/SUCCESS) 
 +   Main PID: 21989 (supervisord) 
 +      Tasks: 1 (limit: 19013) 
 +     Memory: 23.5M 
 +        CPU: 515ms 
 +     CGroup: /system.slice/supervisord.service 
 +             └─21989 /usr/bin/python3 /usr/bin/supervisord -c /etc/supervisord.conf 
 + 
 + 3月 13 06:34:04 WICKED-BEAT systemd[1]: Starting supervisord.service - Process Monitoring and Control Daemon... 
 + 3月 13 06:34:05 WICKED-BEAT systemd[1]: Started supervisord.service - Process Monitoring and Control Daemon. 
 +</pre></html></WRAP> 
 +</WRAP> 
 **pip**\\ **pip**\\
 <code> <code>
-$ sudo pip3 install supervisor+$ sudo pip install supervisor
 </code> </code>
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
  • python/supervisor.txt
  • 最終更新: 2023/03/15 06:03
  • by ともやん