mmarchini-oss / node-observe

Inspector Protocol made easy
MIT License
13 stars 3 forks source link

[Question] how to read results? #26

Open rafaelingaramo opened 7 months ago

rafaelingaramo commented 7 months ago

Hey @mmarchini

I'm new to node and memory profiling on node apps,

rn i'm using node20 with a React App, and I want to get the heap-profile to decide on memory limits for my node app under a docker container, I was able to run your library without any problems, but there's nothing under README.md file describing any tool that can read the output from your library, Maybe can you point me out a way to read the profiling results?

all the best

shevchenkonik commented 6 months ago

Hey @rafaelingaramo,

The results could be loaded on Google Chrome Developer Tools. If you need some FlameGraphs for CPU Profiling, then you can use some tools that support FlameGraphs, e.g., speedscope