1 repository
Analysis of internal runtime metrics such as thread counts and memory allocation statistics.
Distinct from Memory Statistics Export: Focuses on internal language runtime metrics rather than exporting system-level memory dumps.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime Statistics Analysis. Refine with filters or upvote what's useful.
gops is a command-line diagnostic toolset for monitoring, profiling, and managing the runtime state of active Go applications. It functions as a runtime diagnostic tool that provides a focused interface for analyzing memory, profiling performance, and monitoring the health of running processes. The tool provides a set of specialized utilities including a performance profiler for capturing CPU and heap profiles, a memory analyzer for identifying leaks and triggering garbage collection, and a process monitor for discovering running binaries and visualizing process hierarchies. The project cove
Reports current Go memory and runtime statistics, including active concurrent execution threads, to assess resource allocation.