All Projects → gsass1 → Ntop

gsass1 / Ntop

Licence: gpl-3.0
💻 htop-like system-monitor for Windows with Vi-keybindings.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ntop

GoCommando
Console application helper library
Stars: ✭ 54 (-87.56%)
Mutual labels:  console-application
consolemd
render markdown to the console (not just highlight it)
Stars: ✭ 93 (-78.57%)
Mutual labels:  console-application
maze
cpp console application vcs example
Stars: ✭ 23 (-94.7%)
Mutual labels:  console-application
WPCracker
WordPress pentest tool
Stars: ✭ 34 (-92.17%)
Mutual labels:  console-application
csv-nix-tools
List system information as CSV, manipulate it, pretty print, or export.
Stars: ✭ 22 (-94.93%)
Mutual labels:  console-application
dajarep
ダジャレを検索するコマンド
Stars: ✭ 47 (-89.17%)
Mutual labels:  console-application
ping-multi
Interactively ping multiple hosts from one location
Stars: ✭ 15 (-96.54%)
Mutual labels:  console-application
Php Console
🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示
Stars: ✭ 310 (-28.57%)
Mutual labels:  console-application
lighthouse-of-doom
A simple text-based adventure game
Stars: ✭ 52 (-88.02%)
Mutual labels:  console-application
slim-command
Useful commands for slim application
Stars: ✭ 13 (-97%)
Mutual labels:  console-application
px
ps and top for human beings
Stars: ✭ 151 (-65.21%)
Mutual labels:  console-application
penney
Penney's Game
Stars: ✭ 14 (-96.77%)
Mutual labels:  console-application
chess
Chess (game)(♟) built in C# and ASCII art.
Stars: ✭ 20 (-95.39%)
Mutual labels:  console-application
gonsole
Integrated console application library, using Go structs as commands, with menus, completions, hints, history, Vim mode, $EDITOR usage, and more ...
Stars: ✭ 18 (-95.85%)
Mutual labels:  console-application
conso
💢 PHP console applications for cool kids 💢
Stars: ✭ 40 (-90.78%)
Mutual labels:  console-application
PassLock
PassLock is a medium-security password manager that encrypts passwords using Advanced Encryption Standards (AES)
Stars: ✭ 44 (-89.86%)
Mutual labels:  console-application
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-96.31%)
Mutual labels:  console-application
Vis
A vi-like editor based on Plan 9's structural regular expressions
Stars: ✭ 3,709 (+754.61%)
Mutual labels:  console-application
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-36.64%)
Mutual labels:  console-application
UtilityBelt
Fun console application
Stars: ✭ 16 (-96.31%)
Mutual labels:  console-application

NTop

Latest Release License: GPL v3

htop-like system-monitor with Vi-emulation for Windows. Because using Task Manager is not cool enough.

NTop

NTop as in Windows NT-op or NukeTop. Whatever you prefer (the latter obviously).

Installation

Chocolatey

choco install ntop.portable

Scoop

With extras bucket: scoop install ntop

Usage

Options

Option Meaning
-C Use monochrome color scheme.
-h Display help info.
-p PID,PID... Show only the given PIDs.
-s COLUMN Sort by this column.
-u USERNAME Only display processes belonging to this user.
-v Print version.

Interactive commands

Key(s) Purpose
Up and Down Arrows, PgUp and PgDown, j and k Scroll the process list.
CTRL + Left and Right Arrows\n Change the process sort column.
g Go to the top of the process list.
G Go to the bottom of the process list.
Space Tag a selected process.
U Untag all tagged processes.
K Kill all tagged processes.
I Invert the sort order.
F Follow process: if the sort order causes the currently selected process to move in the list, make the selection bar follow it. Moving the cursor manually automatically disables this feature.
n Next in search.
N Previous in search.

Vi commands

Command(s) Purpose
:exec CMD Executes the given Windows command.
:kill PID(s) Kill all given processes.
:q, :quit Quit NTop.
/PATTERN, :search PATTERN Do a search.
:sort COLUMN Sort the process list after the given column.
:tree View process tree.

Configuration

The color scheme can be customized through the ntop.conf file. Follow link for example.

Building

Use CMake or use the build.bat file. Only tested with Visual Studio 2017.

cmake .

For enabling Unicode support:

cmake -DENABLE_UNICODE=ON .

TODO

  • Figure out buggy resizing.
  • View process tree.
  • Searching.
  • Filtering.
  • All of htop's command line options.
  • At least the most important interactive commands (e.g. following processes).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].