awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dalance avatar

dalance/procs

0
View on GitHub↗
6,115 星标·144 分支·Rust·MIT·6 次浏览

Procs

Procs is a high-performance system process monitor and viewer written in Rust. It serves as a replacement for the ps command, providing a command-line interface to track active system processes and their associated CPU and memory metrics.

The tool is distinguished by its container awareness, which maps system tasks to their corresponding Docker container names. It also features an interactive process tree to visualize parent and child relationships in a hierarchical layout and a JSON exporter for programmatic data analysis and automation.

The monitoring surface includes real-time activity tracking through interval-based polling, keyword and regular expression filtering, and metric-based sorting. Users can customize the experience through TOML configuration files to manage output columns, color themes, and visual alignment.

The utility includes shell completion generation for multiple command-line shells and integrates with system pagers for navigating long process lists.

Features

  • Process Monitors - Provides a high-performance tool for tracking status and resource usage of system processes.
  • Rust Process Monitors - Provides a high-performance system process monitor and viewer written in Rust.
  • Container Process Mapping - Maps system tasks to their corresponding Docker container names for easier identification.
  • Process Hierarchy Visualizations - Visualizes parent and child process relationships in a hierarchical tree layout.
  • Process Tree Reconstruction - Visualizes parent-child relationships between system processes to identify execution chains.
  • Rust Systems Programming - Developed using Rust to ensure memory safety and high performance when interfacing with OS kernels.
  • System Process Tracking - Tracks active system processes with detailed metrics including CPU usage, memory, and network ports.
  • Container-Process Mapping - Provides the ability to map system processes to their corresponding Docker container names.
  • Containerized Process Inspection - Identifies which system processes belong to specific Docker containers for easier debugging.
  • Command Line Inspection - Provides capabilities for inspecting and filtering active system processes via the command line.
  • System Process Viewers - Serves as a replacement for the ps command to display active tasks with CPU and memory metrics.
  • Process Metric Sorting - Organizes process data by specific resource metrics in ascending or descending order.
  • Process List Filters - Evaluates active process lists against regular expressions to isolate specific system tasks.
  • JSON System Metrics Exporters - Serializes internal process structures into JSON format for integration with external automation tools.
  • JSON Telemetry Exports - Exports live process information into JSON format for integration with external monitoring tools.
  • System Metrics JSON Exporters - Exports live system process information into JSON format for use in automated monitoring pipelines.
  • Real Time Process Monitors - Monitors system activity changes through live-refresh polling at configurable intervals.
  • Process Attribute Selection - Allows users to select specific process attributes, such as environment variables and network ports, for display.
  • Process Filtering - Provides keyword and regular expression filtering to isolate specific system tasks.
  • Scheduled State Polling - Implements periodic queries to capture snapshots of system state for real-time monitoring.
  • System Monitoring and Benchmarking - Modern replacement for process status reporting.
  • System Utilities - Modern replacement for the ps command.
  • ps - Listed in the “ps” section of the Awesome Alternatives In Rust awesome list.

Star 历史

dalance/procs 的 Star 历史图表dalance/procs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

dalance/procs 是做什么的?

Procs is a high-performance system process monitor and viewer written in Rust. It serves as a replacement for the ps command, providing a command-line interface to track active system processes and their associated CPU and memory metrics.

dalance/procs 的主要功能有哪些?

dalance/procs 的主要功能包括:Process Monitors, Rust Process Monitors, Container Process Mapping, Process Hierarchy Visualizations, Process Tree Reconstruction, Rust Systems Programming, System Process Tracking, Container-Process Mapping。

dalance/procs 有哪些开源替代品?

dalance/procs 的开源替代品包括: hishamhm/htop — htop is a terminal user interface system monitor for Unix systems. It functions as an interactive process viewer and… htop-dev/htop — htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface… uutils/coreutils — This project is a suite of basic command line utilities rewritten in Rust, providing a cross-platform implementation… mrrio/vtop — vtop is a terminal system monitor and interactive process manager that provides a real-time command line dashboard for… unitech/pm2 — This project is a Node.js process manager, runtime environment, and production deployment orchestrator. It provides… xfennec/progress — Progress is a Linux system utility designed to monitor the real-time data transfer progress of active system commands.…

Procs 的开源替代方案

相似的开源项目,按与 Procs 的功能重合度排序。
  • hishamhm/htophishamhm 的头像

    hishamhm/htop

    5,899在 GitHub 上查看↗

    htop is a terminal user interface system monitor for Unix systems. It functions as an interactive process viewer and real-time resource visualizer, providing a dashboard to track CPU, memory, and load average metrics. The tool enables the sorting, filtering, and termination of active system processes and threads. It distinguishes itself through a text-mode interface that can render processes in a hierarchical tree structure to visualize parent-child relationships and allows for the assignment of CPU affinity to specific processor cores. The monitoring surface covers CPU utilization, memory a

    Ccconsoleconsole-application
    在 GitHub 上查看↗5,899
  • htop-dev/htophtop-dev 的头像

    htop-dev/htop

    8,126在 GitHub 上查看↗

    htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface dashboard for overseeing hardware temperatures, load averages, and battery status while providing a comprehensive tool for monitoring and managing system processes. The application distinguishes itself through detailed process lifecycle management, allowing users to kill processes, adjust priorities via renicing, and assign CPU affinity to specific cores. It provides high-level visibility into system behavior through process hierarchy visualization and the ability to inspect

    C
    在 GitHub 上查看↗8,126
  • uutils/coreutilsuutils 的头像

    uutils/coreutils

    23,621在 GitHub 上查看↗

    This project is a suite of basic command line utilities rewritten in Rust, providing a cross-platform implementation of POSIX shell utilities. It serves as a portable CLI toolset designed to run across different operating systems and architectures. The implementation includes a WebAssembly shell environment, which allows these essential command line tools to be executed directly within a web browser without requiring a local installation. The toolset covers a broad range of system capabilities, including filesystem operations, text processing and stream editing, and system administration too

    Rust
    在 GitHub 上查看↗23,621
  • mrrio/vtopMrRio 的头像

    MrRio/vtop

    4,168在 GitHub 上查看↗

    vtop is a terminal system monitor and interactive process manager that provides a real-time command line dashboard for tracking system resources. It displays CPU and memory activity through graphical charts and process lists. The tool features a customizable interface that supports predefined and custom visual theme files. It allows for the identification and termination of active system tasks and process groups using keyboard and mouse support.

    JavaScript
    在 GitHub 上查看↗4,168
查看 Procs 的所有 30 个替代方案→