Macのメニューバーに常駐し、ユーザーが設定したプロセスの監視や起動/停止を行えるアプリ「Monu」を使ってみた。

記事内に広告が含まれています。
スポンサーリンク
スポンサーリンク
スポンサーリンク

 Macのメニューバーに常駐し、ユーザーが設定したプロセスの監視を行ってくれるアプリ「Monu」がリリースされています。詳細は以下から。


Menubar-app-Monu-Hero


 MonuはMax Ogdenさんが今年3月から開発を進めているAtom Shell製のメニューバー常駐型アプリで、ユーザーが設定したプロセスの監視や起動/停止を行うことが出来ます。

Monu is an open source process monitoring menu bar application for Mac OS. You can configure Monu to launch programs, and when Monu starts up it will start them. Additionally, it will monitor the processes and restart them if they crash.

[maxogden/monu – GitHub]

使い方

 使い方はMonuを起動してメニューバーアイコンから[Open Config Folder]で”config.json”を開きます。


Monu-config-json

~/Library/Application Support/Monu/data/config.json

 ”config.json”はJavaScript Standard Style形式で以下のkey/valueが使用できます。


processes:the processes to run (see below)


logs:the directory to store logs in (default config/logs)


pids:the directory to store PIDs in (default config/pids)


on-error:a command to run when a process cannot start (default none)


on-restart:a command to run when a process restarts (default none)


sleep:sleep seconds before re-executing (default 1)


attempts:restart attempts within 60 seconds before stopping app (default 10)


prefix:add a string prefix to the log (default none)

[maxogden/monu – GitHub]

 ”config.json”を設定したらMonuの[Start]ボタンを押しプロセスを起動、設定したプロセスはMonuからPIDやStatsを確認できます。


Monu-ping-process

関連リンク:
maxogden/monu – GitHub

コメント

  1. Apple7743 より:

    ターミナルでtop動かせれば事足りるんでは?

  2. Apple7743 より:

    眼鏡アイコンが良いね。
    使わないと思いますが。

  3. Apple7743 より:

    *1
    topにこんな機能ない。GitのStar数見ればどれだけ注目されてるか分かるでしょ?

タイトルとURLをコピーしました