Skip to content

Instantly share code, notes, and snippets.

@fxxkscript
Last active May 22, 2020 01:30
Show Gist options
  • Save fxxkscript/4fc723085260cd30023465f224f33073 to your computer and use it in GitHub Desktop.
Save fxxkscript/4fc723085260cd30023465f224f33073 to your computer and use it in GitHub Desktop.
Node.js 性能调优

Node.js Benchmark

NODE_ENV=production node --prof index.js 会输出isolate日志

node --prof-process isolate-0x102925000-30026-v8.log > processd.txt 解析日志,生成可阅读的格式

node --prof-process --preprocess isolate-0x102925000-30026-v8.log > processd.json 生成json的格式日志,用 v8 里带的 v8/tools/profview/index.html 打开可以解析

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment