Ingero Alternatives

Similar projects and alternatives to ingero

  1. ollama

    747 ingero VS ollama

    Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Pytorch

    420 ingero VS Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  4. servers

    400 ingero VS servers

    Model Context Protocol Servers

  5. vllm

    91 ingero VS vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

  6. mcp-client-for-ollama

    Harness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved preferences.

  7. edot-autopilot

    Business-aware observability for any codebase — 53 smoke tests across 4 tiers (Native OTel SDK → Manual wrap → Monkey-patch → HTTP sidecar), covering 50+ technologies including NVIDIA GPU/CUDA. All signals: traces + logs + metrics → Elastic.

  8. nvsonar

    Discontinued Active GPU diagnostic tool that identifies performance bottlenecks, detects anomalous patterns, and gives actionable recommendations [GET https://api.github.com/repos/btursunbayev/nvsonar: 404 - Not Found // See: https://docs.github.com/rest]

  9. gpuxray

    A lightweight GPU observability tool focused on per-process GPU metrics, with optional deep tracing powered by eBPF.

  10. parca-agent

    eBPF based always-on CPU/GPU profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!

  11. ingero-fleet

    GPU cluster straggler detection - custom OTEL Collector distribution

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ingero alternative or higher similarity.

ingero discussion

Log in or Post with

ingero reviews and mentions

Posts with mentions or reviews of ingero. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-28.
  • Tracing torch.cuda.empty_cache() on an RTX 4090 - Where Do the 53 MB Go?
    2 projects | dev.to | 28 May 2026
    # 1. Build git clone https://github.com/ingero-io/ingero.git cd ingero && make build # 2. Create the MCP config (points to this post's investigation DB) cat > /tmp/ingero-mcp.json << 'EOF' { "mcpServers": { "ingero": { "command": "./bin/ingero", "args": ["mcp", "--db", "investigations/pytorch-173382-empty-cache.db"] } } } EOF # 3. Install ollmcp (MCP client for Ollama) pip install ollmcp # 4. Investigate with a local model ollmcp -m qwen3:32b -j /tmp/ingero-mcp.json
    2 projects | dev.to | 25 Mar 2026
    The trace database is in the Ingero repo. Connect any MCP-compatible AI:
  • What GitHub Uses eBPF For (and the Layer They Have Not Ported Yet)
    1 project | dev.to | 25 May 2026
    git clone https://github.com/ingero-io/ingero.git cd ingero # Open the captured DB in the MCP server (works with Claude Code, # Cursor, ollmcp, or any MCP client) ./bin/ingero mcp --db investigations/vllm-37343-logprobs-amplification.db # Or query directly via SQL ./bin/ingero query --db investigations/vllm-37343-logprobs-amplification.db \ --since 2h --op cudaLaunchKernel --json | jq .
  • One Kernel, Zero Sidecars: Tracing AI Workloads Without an Agent on Every Host
    1 project | dev.to | 18 May 2026
    This is one of the reasons we picked eBPF over an SDK approach. The other reasons are listed in the project README, but cost-at-fleet-scale is the one most people don’t notice until the fleet is already large.
  • MCP Tools Are New API Surfaces. eBPF Sees What They Actually Touch.
    2 projects | dev.to | 7 May 2026
    # 1. install curl -fsSL https://github.com/ingero-io/ingero/releases/latest/download/install.sh | sh # 2. capture the tool server's footprint for one minute ingero trace --pid $(pgrep -f your-mcp-server) --duration 60s \ --out /tmp/mcp.db # 3. inspect what the tool actually did ingero query /tmp/mcp.db "SELECT * FROM cuda_events LIMIT 20" ingero query /tmp/mcp.db "SELECT * FROM net_events LIMIT 20" ingero query /tmp/mcp.db "SELECT * FROM io_events LIMIT 20"
  • A Cluster Stall Looks Healthy on Every Host. The Cause Is in the Pattern Across Hosts.
    2 projects | dev.to | 6 May 2026
    curl -fsSL -o echo-fanin-demo.db \ https://github.com/ingero-io/ingero-fleet/raw/main/investigations/echo-fanin-demo.db duckdb echo-fanin-demo.db
  • GPU Utilization Is a Counter, Not a Cause
    1 project | dev.to | 4 May 2026
    # 1. Capture a fresh trace (Linux, recent kernel, NVIDIA driver, root or CAP_BPF + CAP_PERFMON) sudo ingero check sudo ingero trace --duration 120s --db /tmp/vllm.db # 2. Or skip the capture and query the prebuilt DB git clone https://github.com/ingero-io/ingero.git cd ingero
  • What Happens When an AI Agent Gets Kernel-Level GPU Traces
    2 projects | dev.to | 16 Apr 2026
    We tested this on a real investigation: a PyTorch DataLoader bottleneck where DataLoader was 114x slower than direct tensor indexing on an RTX 4090. The trace database is in the Ingero repo for independent reproduction.
  • MCP as Observability Interface: Connecting AI Agents to Kernel Tracepoints
    1 project | dev.to | 16 Apr 2026
    The project is open source. The investigation database from this post is available for download. Claude (or any MCP client) can connect to it and run an investigation:
  • Catching a vLLM Latency Spike with eBPF and an Open-Weight LLM
    5 projects | dev.to | 24 Mar 2026
    git clone https://github.com/ingero-io/ingero.git cd ingero && make build
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic ingero repo stats
10
84
9.7
5 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?