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
目前 coredump 使用的是在 Google coredumper 基础上定制的版本: https://github.com/x-profiler/coredumper
coredump
计划将此模块更新为阿里即将开源的轻量 coredump 工具,会包含详细的 dwarf 调试信息,便于 core 文件的事后分析。
调研后 arthur 更适合作为现场分析工具,即对没有使用 xprofiler 的普通 Node.js 应用导出 core 文件,故修改为对内置的 gcore 的优化:
xprofiler
node.typ
BuildId 已经实现增加,lz4 对 core 的压缩需要再规划下,现阶段必要性不大。
lz4
The text was updated successfully, but these errors were encountered:
https://github.com/noslate-project/arthur
Sorry, something went wrong.
#204
hyj1991
No branches or pull requests
目前
coredump
使用的是在 Google coredumper 基础上定制的版本: https://github.com/x-profiler/coredumper计划将此模块更新为阿里即将开源的轻量 coredump 工具,会包含详细的 dwarf 调试信息,便于 core 文件的事后分析。调研后 arthur 更适合作为现场分析工具,即对没有使用
xprofiler
的普通 Node.js 应用导出 core 文件,故修改为对内置的 gcore 的优化:node.typ
即可使用 andb 分析增加 lz4 压缩逻辑,减小生成的 core 文件体积BuildId 已经实现增加,
lz4
对 core 的压缩需要再规划下,现阶段必要性不大。The text was updated successfully, but these errors were encountered: