LoginSignup
0
0

Linuxに ps の代替ツール procs をインストール(Mac・Windowsでも使える)

Last updated at Posted at 2020-07-31

メモリやCPU使用率が見やすくなる
https://github.com/dalance/procs

cap.png

1. インストール

$ sudo rpm -i https://github.com/dalance/procs/releases/download/v0.10.3/procs-0.10.3-1.x86_64.rpm

2. 設定

リンク先の設定を反映(https://github.com/dalance/procs/blob/master/config/large.toml)

$ mkdir -p ~/.config/procs/
$ vi ~/.config/procs/config.toml

3. 使用例

$ procs
$ procs --sortd cpu
$ procs --sortd rss
$ procs --sortd rss nginx
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0