Profiling NodeJS applications with Linux Performance Tools

Using Linux Perf Tools The Performance Analysis Tool for Linux (perf) is a powerful tool to profile applications. It works by using a mix of hardware counters (is fast) and software counters, all provided by the Linux Performance Counter (LPC) subsystem that takes charge of the complex task of wrapping the CPU counters for the different … Continue reading Profiling NodeJS applications with Linux Performance Tools