awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bcicen avatar

bcicen/grmon

0
View on GitHub↗
1,895 stars·55 forks·Go·MIT·15 views

Grmon

Command line monitoring for goroutines

Features

  • Debugging And Profiling - Monitors goroutines in the terminal.
  • Instrumentation and Tracing - Monitors goroutines in running processes.

Star history

Star history chart for bcicen/grmonStar history chart for bcicen/grmon

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Grmon

These projects share indexed features with Grmon. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • google/gopsgoogle avatar

    google/gops

    7,011View on GitHub↗

    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

    Go
    View on GitHub↗7,011
  • arl/statsvizarl avatar

    arl/statsviz

    3,638View on GitHub↗

    Visualise Go runtime metrics in real time

    Gogarbage-collectorgogolang
    View on GitHub↗3,638
  • spyder-ide/spyderspyder-ide avatar

    spyder-ide/spyder

    9,240View on GitHub↗

    Spyder is a scientific integrated development environment designed for scientific computing and interactive Python programming. It functions as a static analysis code editor and an interactive Python console, providing a specialized environment for writing and analyzing code for science and engineering. The platform distinguishes itself as an extensible development tool, utilizing a modular plugin architecture that allows for the addition of custom features or the embedding of core components into other software. It features a dedicated debugger and profiler for tracing code execution and mea

    Python
    View on GitHub↗9,240
  • ncsoft/unreal.jsncsoft avatar

    ncsoft/Unreal.js

    3,754View on GitHub↗

    Unreal.js is a JavaScript runtime and scripting layer for Unreal Engine that embeds the V8 engine to implement game logic and manage application state. It provides a bridge for writing high-level application behavior and actor control without modifying the core engine source code, as well as a framework for extending the Unreal Engine editor with custom interface elements. The project distinguishes itself through a V8-based integration that supports real-time code reloading and live iteration, allowing scripts to be updated without restarting the application. It includes a bidirectional commu

    javascriptpluginscripting
    View on GitHub↗3,754
Compare all 30 related projects→

Frequently asked questions

What does bcicen/grmon do?

Command line monitoring for goroutines

What are the main features of bcicen/grmon?

The main features of bcicen/grmon are: Debugging And Profiling, Instrumentation and Tracing.

Which projects share features with bcicen/grmon?

Projects with overlapping indexed features include: arl/statsviz — Visualise Go runtime metrics in real time. google/gops — gops is a command-line diagnostic toolset for monitoring, profiling, and managing the runtime state of active Go… spyder-ide/spyder — Spyder is a scientific integrated development environment designed for scientific computing and interactive Python… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… ncsoft/unreal.js — Unreal.js is a JavaScript runtime and scripting layer for Unreal Engine that embeds the V8 engine to implement game… andersmandersen/laravel-debugwindow.