We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
针对本地简单的压测或者一些问题复现 场景,计划提供一个快速启动版本,全局安装:
npm i xperf -g
后即可使用命令:
xperf start app.js
来直接运行并且打开控制台,可以看到当前 nodejs 应用的实时状态信息,以及可以对此应用进行各种 EZM 3.0 提供的状态导出。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
命令行采样:
--start-cpu-profiling
--start-gc-profiling
--start-heap-profling
结束采样在打开的本地控制台执行。
指定 Runtime 位置:
--node [/path/to/node]
Node.js 参数:
--arg [arg1] --arg [arg2]
hyj1991
No branches or pull requests
针对本地简单的压测或者一些问题复现 场景,计划提供一个快速启动版本,全局安装:
后即可使用命令:
来直接运行并且打开控制台,可以看到当前 nodejs 应用的实时状态信息,以及可以对此应用进行各种 EZM 3.0 提供的状态导出。
The text was updated successfully, but these errors were encountered: