Watt Admin 1.0.0 introduces Recording Mode for Node.js applications running on Platformatic Watt. The feature enables capturing complete performance sessions with CPU and heap profiling, generating interactive flame graphs, and packaging everything into a single offline HTML file. It collects comprehensive metrics including memory usage, CPU utilization, event loop health, HTTP performance, and connection pool statistics. Developers can record sessions during specific scenarios, analyze bottlenecks through flame graphs, and share the self-contained HTML bundles with team members without requiring any setup. The tool uses V8's built-in profilers and stores data in pprof format for industry-standard analysis.

6m read timeFrom blog.platformatic.dev
Post cover image
Table of contents
Permalink The Challenge: Sharing Performance InsightsPermalink What's New: Record, Profile, AnalyzePermalink How It WorksPermalink Real-World Use CasesPermalink The Technical DetailsPermalink Getting StartedPermalink Under the Hood: How Recording WorksPermalink What's NextPermalink Try It Today

Sort: