gpt4 book ai didi

node.js - 如何使用 node CLI 命令分析 Nest.js 应用程序?

转载 作者:行者123 更新时间:2023-12-05 00:52:27 24 4
gpt4 key购买 nike

我一直在为 REST API 服务器开发 Nest.js 应用程序,我想使用 Node.js 分析工具进行一些性能分析。我知道有几种工具,例如 WebStorm V8 CPU 和内存分析 (https://www.jetbrains.com/help/webstorm/v8-cpu-and-memory-profiling.html#node_profiling_before_you_start) 和 Node CLI 选项 --prof

但是,我不知道如何使用 node CLI 程序启动我的 Nest.js 应用程序,因此我不知道如何将这些分析工具应用到我的 Nest.js 应用程序。

有什么方法可以将 Node.js 分析工具用于 Nest.js 应用程序?或者对于 Nest.js 应用还有其他好的解决方案吗?

提前致谢。

最佳答案

您可以使用 nest build 构建应用程序,然后使用 node --prof dist/main 运行它。或者您可以只使用 nest start --watch -e 'node --prof' 这应该告诉 Nest 使用 node --prof dist/main 作为启动命令

关于node.js - 如何使用 node CLI 命令分析 Nest.js 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70029204/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com