https://github.com/krishpranav/ktop
A terminal based graphical activity monitor inspired by htop
https://github.com/krishpranav/ktop
activity-monitor cli cpu cpu-graph cpu-usage htop javascript js ktop linux node npm
Last synced: 3 months ago
JSON representation
A terminal based graphical activity monitor inspired by htop
- Host: GitHub
- URL: https://github.com/krishpranav/ktop
- Owner: krishpranav
- Created: 2021-04-22T12:46:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T14:20:25.000Z (over 4 years ago)
- Last Synced: 2025-06-11T09:56:29.334Z (4 months ago)
- Topics: activity-monitor, cli, cpu, cpu-graph, cpu-usage, htop, javascript, js, ktop, linux, node, npm
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ktop
A terminal based graphical activity monitor inspired by htop[](https://forthebadge.com)
How to install
---If you haven't already got Node.js, then [go get it](http://nodejs.org/).
```
git clone https://github.com/krishpranav/ktop
cd ktop
npm install
node app.js
```
or you can run
```
npm install ktop
```
If you *really* like ktop, but your finger muscle memory means you keep typing 'top' then why not add an alias to ~/.bashrc.```
alias top="ktop"
alias oldtop="/usr/bin/top"
```Keyboard shortcuts
---* Press 'u' to update to the latest version of ktop.
* Arrow up or k to move up the process list.
* Arrow down or j to move down.
* Arrow left or h to zoom the graphs in.
* Arrow right or l to zoom the graphs out.
* g to go to the top of the process list.
* G to move to the end of the list.
* dd to kill all the processes in that groupMouse control
---If your terminal supports mouse events (like iTerm) then
you can click on the items in the process list. As well as
use the scroll wheel. You can disable mouse control with
the `ktop --no-mouse` option.Color Scheme
```
ktop --theme wizard
ktop --theme acid
```Reference
![]()