NTop
WindowS のコマンドラインで使用できる CPU モニター
参考:
Nuke928/NTop: htop-like system-monitor for Windows with Vi-keybindings – GitHub
Equivalent to the htop command on Windows – Server Fault
Get-Process
プロセスの情報を一覧表示する PowerShell コマンド
> Get-Process
参考:
Get-Process | Microsoft Docs [Official]
htop
CPU コアごとの使用率やメモリ使用率、スワップの使用率をグラフで確認できる Linux コマンド
yum
コマンドで CentOS にインストールする。
$ yum install htop
htop
を実行する。
$ htop
参考:
top は時代遅れ!?これからは htop を使おう! | LFI
vtop
Node.js で作成されたプロセス監視ツール。全体の CPU 使用率及びメモリ使用量をグラフィカルに表示する。
yarn
コマンドで vtop
をグローバルにインストールする。
$ yarn global add vtop
vtop
を実行する。
$ vtop
参考:
MrRio/vtop: Wow such top. So stats. More better than regular top – GitHub
Introducing vtop – A Terminal Activity Monitor in Node.js | Parallax
pm2
Node.js アプリのプロセスを管理するツール
参考:
Single Page Doc | PM2 [Official]
Unitech/pm2: Node.js Production Process Manager with a built-in Load Balancer – GitHub
pm2 で Node.js 実行環境を整備する – Qiita
PM2 を用いて本番環境で NodeJS アプリを動かす | YoheiM .NET
まとめ
参考: