Profiling Node.js web application on Linux -


which best option profile node.js application on linux? tried https://github.com/c4milo/node-webkit-agent , https://github.com/baryshev/look (this based on nodetime), both seem pretty experimental. surprises me results reported these tools different.

the major disadvantages heap snapshots aren't relevant , can't cpu profile more 1 minute.

with node-webkit-agent chrome browser running out of memory.

i'm doing profiling while sending requests using jmeter web application.

not sure if you're willing use online service instead of module, give http://nodefly.com/ try, it's free , has worked quite me.


Comments