This is TUI process monitor written in Go.
$ git clone https://github.com/skanehira/pst
$ cd pst
$ go install
- Mac
- Linux
$ pst -h
Usage of pst:
-log
enable output log
# run tui
$ pst
Default, log file will generate $HOME/pst.log
if it's not exist.
key | description |
---|---|
Ctrl + c | stop pst |
j | next entry or line |
k | previous entry or line |
g | first entry or line |
G | last entry or line |
Tab | focus next panel |
Shift + Tab | focus previous panel |
key | description |
---|---|
Enter | next process |
key | description |
---|---|
K | kill select process |
key | description |
---|---|
K | kill select process |
Enter | expand child process |