/profiling-nodejs

🌌 Collection of articles and tools to efficiently profile Node.js

MIT LicenseMIT

profiling-nodejs

🌌 Collection of articles and tools to efficiently profile Node.js

Listing requirements: OS independent, Opensource and free of commercial ✊

🔥 Flamegraphs

  • 0x - Single-command flamegraph profiling.
  • flamebearer - Blazing fast flame graph tool for V8 and Node.
  • ndb - ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools
  • node-clinic-flame - Programmable interface to clinic flame (Use 0x under the hood)

👀 Monitoring

  • node-clinic - Dashboard to diagnose your Node.js performance issues
  • node-clinic-bubbleprof - Programmable interface to clinic bubbleprof (async profiling)
  • node-clinic-doctor - Programmable interface to clinic doctor (memory, cpu, process stats)
  • node-trace-events-parser - Fast streaming parser for Node.js trace events
  • ndb - ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools
  • Async hooks - API to register callbacks tracking the lifetime of asynchronous resources created inside a Node.js application
  • swagger-stats - API Telemetry and APM - Trace API calls and Monitor API performance, health and usage statistics
  • deoptigate - Visual interface to investigate in v8/Node.js function deoptimizations

🎏 Benchmarking

  • autocannon - Fast HTTP/1.1 benchmarking tool written in Node.js
  • artillery - Modern, powerful, hackable backend & API testing toolkit. Load testing & functional testing.
  • nanobench - Simple benchmarking tool with TAP-like output that is easy to parse
  • fastbench - The simplest benchmark you can run on node
  • branch-comparer - Checkout multiple git branches, execute scripts and log the results
  • ndb - ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools
  • benchmark.js - A benchmarking library. As used on jsPerf.com
  • perf hooks - The Performance Timing API provides an implementation of the W3C Performance Timeline specification

🧐 Coverage

  • c8 - Output coverage reports using Node.js' built in coverage
  • nyc - The Istanbul command line interface

👻 Tracing

📄 Articles

Blog of V8 Javascript Engine

https://v8project.blogspot.com/

This is the official blog of the V8 JavaScript engine which report in regular intervals about improvements and insights.

Related lists

License

CC0

To the extent possible under law, Dustin Deus has waived all copyright and related or neighboring rights to this work.