百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
N

NTop

> 编程语言
开源

一个类似 htop 的 Windows 系统监控程序,带有 Vi 键绑定。

1.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个类似 htop 的 Windows 系统监控程序,带有 Vi 键绑定。

NTop

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

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

Installation

Chocolatey

$ choco install ntop.portable

Scoop

$ scoop install ntop

Winget

$ winget install gsass1.NTop

Usage

Options

Option Meaning -C Use monochrome color scheme. -h Display help info. -p PID, PID... Show only the given PIDs. -n NamePart, NamePart... Show only processes containing at least one of the name parts. -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 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).

GitHub Issues· 41 开放

在 GitHub 查看全部
  • #60

    Show command line arguments for processes

    更新于 2026年3月31日
  • #81

    Incorrect display of non-ASCII usernames (Cyrillic) in USER column

    更新于 2025年11月11日
  • #80

    Not an issue - just some fan mail!

    更新于 2025年10月24日
  • #51

    Values don't match Windows task manager?

    更新于 2025年5月23日
  • #79

    NTOP Shows Windows Services running with GMSA account owners as running with SYSTEM account

    更新于 2025年4月26日
  • #78

    Memory Sort Fails

    更新于 2025年4月25日
  • #49

    would you make it avaialable on winget?

    更新于 2025年4月24日
  • #77

    [feature request] always on top

    更新于 2025年3月14日
  • #76

    Feature request show full path of executable

    更新于 2025年1月30日
  • #74

    Feature request: help status line, hotkey for tree view, boxdraw chars in tree view, mouse wheel

    更新于 2024年10月31日

核心特点

  • •~~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~~).

> 标签

Ccconsole-applicationhtopsystem-monitor

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言