awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to node-inspector/v8-profiler

Open-source alternatives to V8 Profiler

24 open-source projects similar to node-inspector/v8-profiler, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best V8 Profiler alternative.

  • adoptopenjdk/jitwatchAvatar von AdoptOpenJDK

    AdoptOpenJDK/jitwatch

    3,292Auf GitHub ansehen↗

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

    Java
    Auf GitHub ansehen↗3,292
  • andywer/leakageAvatar von andywer

    andywer/leakage

    1,593Auf GitHub ansehen↗

    🐛 Memory leak testing for node.

    JavaScript
    Auf GitHub ansehen↗1,593
  • bnoordhuis/node-heapdumpAvatar von bnoordhuis

    bnoordhuis/node-heapdump

    2,558Auf GitHub ansehen↗

    Make a dump of the V8 heap for later inspection.

    JavaScript
    Auf GitHub ansehen↗2,558
  • clinicjs/node-clinicC

    clinicjs/node-clinic

    5,948Auf GitHub ansehen↗

    Node-clinic is a performance profiling suite for Node.js designed to diagnose CPU bottlenecks, memory leaks, and asynchronous event loop issues. It provides specialized diagnostic tools for visualizing asynchronous flows, generating CPU flame graphs, and analyzing heap memory allocation. The suite includes a CPU flame graph tool to identify functions consuming the most processing time, a heap memory analyzer to track object allocation and leaks, and an asynchronous I/O profiler to map operation flows and find event loop bottlenecks. These tools cover broader capabilities in CPU execution pro

    JavaScript
    Auf GitHub ansehen↗5,948
  • d-edge/fasmAvatar von d-edge

    d-edge/fasm

    195Auf GitHub ansehen↗

    F# -> ASM disassembler

    F#
    Auf GitHub ansehen↗195

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • davidmarkclements/0xAvatar von davidmarkclements

    davidmarkclements/0x

    3,547Auf GitHub ansehen↗

    🔥 single-command flamegraph profiling 🔥

    JavaScript
    Auf GitHub ansehen↗3,547
  • deepseek-ai/profile-dataAvatar von deepseek-ai

    deepseek-ai/profile-data

    1,170Auf GitHub ansehen↗

    Analyze computation-communication overlap in V3/R1.

    Auf GitHub ansehen↗1,170
  • giltene/jhiccupAvatar von giltene

    giltene/jHiccup

    702Auf GitHub ansehen↗

    jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.

    Java
    Auf GitHub ansehen↗702
  • hyj1991/v8-analyticsAvatar von hyj1991

    hyj1991/v8-analytics

    188Auf GitHub ansehen↗

    中文版

    JavaScript
    Auf GitHub ansehen↗188
  • hyj1991/v8-profiler-nextAvatar von hyj1991

    hyj1991/v8-profiler-next

    231Auf GitHub ansehen↗

    v8-profiler-next provides node bindings for the v8 profiler.

    C++
    Auf GitHub ansehen↗231
  • jaegertracing/jaegerAvatar von jaegertracing

    jaegertracing/jaeger

    22,890Auf GitHub ansehen↗

    Jaeger is a distributed tracing platform used for collecting, storing, and visualizing request flows across microservices. It identifies performance bottlenecks and errors by tracking requests as they move through multiple service boundaries. The system includes telemetry collectors, a multi-tenant backend, and a trace visualizer. The platform provides a multi-tenant tracing infrastructure that isolates data and queries by tenant to support shared environments. It supports standardized telemetry ingestion via the OpenTelemetry Protocol over gRPC and HTTP. To manage storage costs and overhead,

    Gocncfdistributed-tracinghacktoberfest
    Auf GitHub ansehen↗22,890
  • jvm-profiling-tools/honest-profilerAvatar von jvm-profiling-tools

    jvm-profiling-tools/honest-profiler

    1,253Auf GitHub ansehen↗

    A sampling JVM profiler without the safepoint sample bias

    Java
    Auf GitHub ansehen↗1,253
  • kamilsk/tracerK

    kamilsk/tracer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • latencyutils/latencyutilsAvatar von LatencyUtils

    LatencyUtils/LatencyUtils

    466Auf GitHub ansehen↗

    Utilities for latency measurement and reporting

    Java
    Auf GitHub ansehen↗466
  • mapbox/flamebearerAvatar von mapbox

    mapbox/flamebearer

    1,657Auf GitHub ansehen↗

    Blazing fast flame graph tool for V8 and Node 🔥

    JavaScriptflame-graphjavascriptnode
    Auf GitHub ansehen↗1,657
  • marcominetti/node-memwatchAvatar von marcominetti

    marcominetti/node-memwatch

    780Auf GitHub ansehen↗

    node-memwatch: Leak Detection and Heap Diffing for Node.JS

    C++
    Auf GitHub ansehen↗780
  • nswbmw/cpu-memory-monitorAvatar von nswbmw

    nswbmw/cpu-memory-monitor

    30Auf GitHub ansehen↗

    CPU & Memory Monitor, auto dump.

    JavaScript
    Auf GitHub ansehen↗30
  • pkg/profileAvatar von pkg

    pkg/profile

    2,058Auf GitHub ansehen↗

    Simple profiling for Go

    Go
    Auf GitHub ansehen↗2,058
  • segfaultsorcerer/heap-seanceAvatar von SegfaultSorcerer

    SegfaultSorcerer/heap-seance

    3Auf GitHub ansehen↗

    MCP server that channels JVM forensics into structured leak verdicts — for Claude Code.

    Python
    Auf GitHub ansehen↗3
  • sfkamath/jvm-hotpathAvatar von sfkamath

    sfkamath/jvm-hotpath

    9Auf GitHub ansehen↗

    JVM runtime execution analysis - finds hot code paths by frequency, not CPU time

    Java
    Auf GitHub ansehen↗9
  • sfninja/thetoolAvatar von sfninja

    sfninja/thetool

    224Auf GitHub ansehen↗

    thetool is a CLI tool to capture different cpu, memory and other profiles for your node app in Chrome DevTools friendly format

    JavaScript
    Auf GitHub ansehen↗224
  • soyuka/pidusageAvatar von soyuka

    soyuka/pidusage

    547Auf GitHub ansehen↗

    Cross-platform process cpu % and memory usage of a PID.

    JavaScript
    Auf GitHub ansehen↗547
  • thlorenz/flamegraphAvatar von thlorenz

    thlorenz/flamegraph

    164Auf GitHub ansehen↗

    Generates flamegraphs with Node.js or in the browser.

    HTML
    Auf GitHub ansehen↗164
  • thlorenz/v8-perfAvatar von thlorenz

    thlorenz/v8-perf

    2,278Auf GitHub ansehen↗

    ⏱️ Notes and resources related to v8 and thus Node.js performance

    JavaScript
    Auf GitHub ansehen↗2,278