1 مستودع
Tools for recording sequences of system events within a live process to debug concurrency and performance issues.
Distinct from Go Runtime Profilers: Distinct from Go Runtime Profilers: focuses on event-based execution tracing rather than call graph or flame graph profiling.
Explore 1 awesome GitHub repository matching testing & quality assurance · Execution Tracers. 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
Triggers the Go runtime tracer to record event sequences and examine scheduling patterns and concurrency issues.