工具 Nodejs 自带 profile Chrome devtool profile node --prof index.js 生成文件 ab -c50 -t15 http://127.0.0.1:4000/ 50 个客户端,压测 15 s 分析 .log 文件到 profile.txt 文件中node --prof-process .\isolate-000001B964748EE0-45680-v8.log > profile.txt``` Chrome Devtools node --inspect-brk index.js 可以调试代码