Process Explorer for Linux.
The tool is still in development. I need it myself to improve my Linux desktop experience.
- Flat list or tree view showing parent-child relationships
- Filter processes by name (Ctrl+F)
- Sortable and reorderable columns
- Copy process info or entire table to clipboard
- Kill (SIGTERM) or force kill (SIGKILL) processes
- CPU usage with optional per-core and stacked views
- Memory usage (used vs available)
- Disk I/O throughput (read/write MB/s)
- Network throughput (send/receive MB/s)
- Right-click any process to open:
- Dedicated charts (CPU, memory, I/O, network)
- Loaded libraries with mapped/file sizes
- Environment variables
- Process threads
- Double-click to open all windows at once
sudo apt install libwayland-dev libxkbcommon-dev xorg-dev libgles2-mesa-devcmake --preset release
cmake --build ./build/Release
sudo cmake --install ./build/Releasecmake --preset debug
./build.sh
./build/Debug/prock
