Remix.run Logo
Show HN: NeoHtop – System Activity Monitoring on Steroids(github.com)
2 points by abdenasser 17 hours ago

NeoHtop is A modern, cross-platform graphical system monitor built on top of Svelte, Rust, and Tauri. featuring: Real-time process monitoring CPU and Memory usage tracking Beautiful, modern UI with dark/light themes Advanced process search and filtering Pin important processes Process management (kill processes) Sort by any column Auto-refresh system stats

Search for processes by name, command, or PID. Use commas to search for multiple terms simultaneously. Regular expressions are supported for advanced filtering.

Examples:

arm, x86: Returns processes with "arm" or "x86" in the name or command d$: Lists daemons (processes ending with 'd') ^(\w+\.)+\w+$: Shows processes with reverse domain name notation (e.g., com.docker.vmnetd)