负载测试时的性能计数器

发布于 2024-12-10 14:10:43 字数 441 浏览 4 评论 0原文

使用 250 个用户进行负载测试时,低于某些计数器值:

>     Gen2 heap size : 1124196
> #bytes in all heaps : 2172104
> #GC Handles: 926
> # of pinned objects: 11 Large Object Heap size: 87128
> # total commited bytes: 3350528 
> # total reserved bytes: 33546240

它们不断增加,直到达到该限制。

测试完成后,任务管理器中显示的 w3wp.exe 内存在应用 IIS 重置之前不会释放。

此外,在应用 IIS 重置之前,该应用程序无法访问(com+ 激活失败)

有人曾经遇到过这种情况吗?

谢谢

below some of the counter values while doing load testing using 250 users:

>     Gen2 heap size : 1124196
> #bytes in all heaps : 2172104
> #GC Handles: 926
> # of pinned objects: 11 Large Object Heap size: 87128
> # total commited bytes: 3350528 
> # total reserved bytes: 33546240

they were increasing, increasing till they reach that limit.

after the test finished, the memory shown in task manager for w3wp.exe is not releasing until an IIS Reset is applied.

also the application is not accessible till an IIS Reset is applied (getting com+ activation failed)

Anyone, had benn in that situation before?

Thanks

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

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

发布评论

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

评论(1

夜未央樱花落 2024-12-17 14:10:43

是的,您需要像 ANTS 内存分析器。除此之外,请确保关闭 MemoryStreams、任何与 IO 相关的内容、SqlConnections...等。尝试对我们using 语句进行任何操作实现了IDisposable。检查与 Page 实例绑定的对象的静态引用。

Yes, you need a tool like ANTS Memory Profiler. Aside from that, make sure you are closing MemoryStreams, anything IO related, SqlConnections...etc. Try to us using statements on anything that implements IDisposable. Check for static references to objects tied to your Page instances.

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