English 中文(简体)
HP LoadRunner - measurements to watch outbound active TCP ports
原标题:

I am trying to find out if there are any relevant measurements that LoadRunner can track, when running a load test - where it can allow me to monitor the number of active outbound ports from a given windows 2003 box.

i am seeing that there are various measurements specific to CLR and IIS - such as current connections, but i am looking for something that can show the active outbound ports, at any given time, during the load test.

thank you.

最佳回答

The Analysis (v9.52) help file states that:

The Connections graph shows the number of open TCP/IP connections (y-axis) at each point in time of the load test scenario (x-axis). One HTML page may cause the browser to open several connections, when links on the page go to different Web addresses. Two connections are opened for each Web server.

This is probably as close as you can get with the standard graphs in the analysis tool.

问题回答

Let s take LoadRunner out of the picture for a moment. All LoadRunner does is leverage the native capabilities of whatever operating system or application it is monitoring. So, with the removal of LoadRunner, how would you monitor these items using perfmon or other utilities in Window. Once you have that path set you should be able to educate LoadRunner to examine the same items.

Try this:

  1. Run Performance Manager (Perfmon.exe)
  2. Hit the + sign to add a measurement
  3. Object = .net CLT Networking
  4. Metric, Connections established

Similarly there are other counters present related to the network interface that may have some items of interest to you. Once you have the counters you want, simply add them to LoadRunner s native capability to inquiry a Windows host or (preferred) set up a monitor group in SiteScope that LoadRunner Leverages. Current releases of Loadrunner (at least since 8.x) ship with a 500 point SitScope license for use as a monitoring foundation.





相关问题
Max Outgoing Socket Connections in .NET/Windows Server

I have a slightly unusual situation where I m needing to maintain CLIENT tcp connections to another server for thousands of mobile users on my servers (basically the mobile devices connect to my ...

Update Full Name in Active Directory

I ve been thrust into the deep end with Active Directory (I m a web developer, go fig) I have a user that I ve changed first/last name on but the Full Name hasn t changed which is causing issues with ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

python app to exe not working on WinSRV2003

I created little app for sending out emails when something is wrong with server. Used py2exe to create exe file. While it is works absolutely fine on Win7 i have problems with running it on WinSRV2003....

热门标签