awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dalance avatar

dalance/procs

0
View on GitHub↗
6,115 stars·144 forks·Rust·MIT·6 vues

Procs

Procs est un moniteur et visualiseur de processus système haute performance écrit en Rust. Il sert de remplacement à la commande ps, fournissant une interface en ligne de commande pour suivre les processus système actifs et leurs métriques de CPU et de mémoire associées.

L'outil se distingue par sa connaissance des conteneurs, qui mappe les tâches système à leurs noms de conteneurs Docker correspondants. Il dispose également d'un arbre de processus interactif pour visualiser les relations parent-enfant dans une mise en page hiérarchique et un exportateur JSON pour l'analyse de données programmatique et l'automatisation.

La surface de surveillance inclut le suivi de l'activité en temps réel via un polling basé sur des intervalles, le filtrage par mots-clés et expressions régulières, et le tri basé sur les métriques. Les utilisateurs peuvent personnaliser l'expérience via des fichiers de configuration TOML pour gérer les colonnes de sortie, les thèmes de couleur et l'alignement visuel.

L'utilitaire inclut la génération de complétion shell pour plusieurs shells en ligne de commande et s'intègre avec les pagers système pour naviguer dans les longues listes de processus.

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.

Historique des stars

Graphique de l'historique des stars pour dalance/procsGraphique de l'historique des stars pour dalance/procs

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait dalance/procs ?

Procs est un moniteur et visualiseur de processus système haute performance écrit en Rust. Il sert de remplacement à la commande ps, fournissant une interface en ligne de commande pour suivre les processus système actifs et leurs métriques de CPU et de mémoire associées.

Quelles sont les fonctionnalités principales de dalance/procs ?

Les fonctionnalités principales de dalance/procs sont : Process Monitors, Rust Process Monitors, Container Process Mapping, Process Hierarchy Visualizations, Process Tree Reconstruction, Rust Systems Programming, System Process Tracking, Container-Process Mapping.

Quelles sont les alternatives open-source à dalance/procs ?

Les alternatives open-source à dalance/procs incluent : 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.…

Alternatives open source à Procs

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Procs.
  • hishamhm/htopAvatar de hishamhm

    hishamhm/htop

    5,899Voir sur 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
    Voir sur GitHub↗5,899
  • htop-dev/htopAvatar de htop-dev

    htop-dev/htop

    8,126Voir sur 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
    Voir sur GitHub↗8,126
  • uutils/coreutilsAvatar de uutils

    uutils/coreutils

    23,621Voir sur 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
    Voir sur GitHub↗23,621
  • mrrio/vtopAvatar de MrRio

    MrRio/vtop

    4,168Voir sur 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
    Voir sur GitHub↗4,168
  • Voir les 30 alternatives à Procs→