如何让 NServiceBUS 性能计数器工作?

发布于 2024-09-25 12:20:18 字数 160 浏览 2 评论 0原文

我已将 NServiceBus 设置为在生产配置文件中运行。我还执行了 runner.exe,它在 NServicebus 下“重新安装”性能计数器“关键时间”。但是,当我运行应用程序并尝试在 perfmon 中启用计数器时,我在 NServicebus 关键计时器下得到“无实例”。我该如何解决这个问题?

I've setup NServiceBus to run in a production profile. I've also executed the runner.exe which "reinstalls" the performance counter "critical time" under NServicebus. But when I run my application and tries to enable the counter in perfmon, I get an "no instance" under the NServicebus critical timer. How can I fix this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ゞ花落谁相伴 2024-10-02 12:20:18

我在安装服务时通过使用 NServiceBus.PerformanceCounters 配置文件来实现此功能。如果您使用 NServiceBus.Production 配置文件,它不会设置计数器。要获得两者的行为,请在安装时传递两个配置文件 (http://nservicebus.com/Profiles.aspx)。

I got this to work by using the NServiceBus.PerformanceCounters profile when installing my service. If you use the NServiceBus.Production profile, it does not set up the counter. To get the behaviour of both, pass both profiles along on the install(http://nservicebus.com/Profiles.aspx).

り繁华旳梦境 2024-10-02 12:20:18

您需要在 NServiceBus 进程运行后打开 perfmon,否则它不会获取实例。

You need to open up perfmon after the NServiceBus process is already running otherwise it doesn't pick up the instance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文