From 2677eb06953497a472bd77c814742f9eb164ca0c Mon Sep 17 00:00:00 2001
From: jchas2
A modern, powerful cross-platform terminal-based task monitor designed to provide real-time monitoring and management of a computer's performance, active processes, and resource utilization. -Originally inspired by tools like top, htop and the Windows Task Manager, it provides performance monitoring at-a-glance for system resources (including CPU, GPU, Memory, Swap, Disk and Network) and process -management functions.
+A modern, powerful cross-platform terminal-based task monitor providing real-time monitoring and management of a computer's performance, active processes, and resource utilization. Perfect for Homelab and local LLM monitoring. +Originally inspired by tools like top, htop and the Windows Task Manager, it provides performance monitoring at-a-glance for system resources (including CPU, GPU, Memory, Swap, Disk and Network) and process management functions.
[](#macos-on-apple-silicon) [](#windows-on-x64-and-arm64) @@ -20,7 +19,7 @@ management functions. - **Perfect for HomeLab and Local LLM monitoring** - **No sudo or administrator privilege required** -- Written in C# using platform native interop for maximum performance and minimum memory overhead (zero third-party dependencies) +- **Cross-Platform native performance**: Written in C# using platform native interop for maximum performance and minimum memory overhead (zero third-party dependencies) - **Real-Time System Monitoring**: Live updates of CPU, GPU, memory, swap, disk I/O and Network I/O. - High resolution charts in 24-bit colour. - Switch layouts (`F8`) to focus charts on specific system metrics. @@ -47,9 +46,9 @@ management functions. - **System profile**: Display machine name, OS name and version, CPU name and clock speed, top resource consumers (Avg and Max) (using the `F9` function). **Cross-Platform Native Performance** -- Platform-specific optimizations using native APIs (Win32, Mach kernel). -- .net native with small memory footprint. -- No dependencies on libraries such as ncurses. +- Platform-specific optimizations using C APIs (Win32, Mach kernel). +- .net native build with small memory footprint. +- Zero third-party dependencies on libraries such as ncurses. ## Installation From e68aacc79482493abbe017e90dcc46a304c46305 Mon Sep 17 00:00:00 2001 From: jchas2