Welcome to Team System Rocks Sign in | Join | Help
in
Home Blogs Forums Photos Tutorials Files Roller
Notion Solutions Main Site

Regarding Plot Point table

Last post 05-12-2008, 9:15 AM by PMead. 4 replies.
Sort Posts: Previous
  •  05-07-2008, 6:07 AM

    Regarding Plot Point table

    Hi,

    In load test, can anyone please tell me how to view the Plot Points table.

    Thanx in advance

    Jayesh

     

  •  05-08-2008, 3:17 AM

    Re: Regarding Plot Point table

    you can query the LoadTestComputedCounterSample view.

    select * from dbo.LoadTestComputedCounterSample where loadtestrunid = @LoadTestRunId

    where MachineName = @Machinename

    and CatagoryName = @CatagoryName

    and CounterName = @CounterName

    and InstanceName = @InstnaceName

    You can get the Load Test Run ID from doing a select * on the LoadTestRun table in the load test database.

    This will get data for the Machine Counters, the catagory, Counter and Instance names are the same as in Perfmon.

    If there is no instance name for a counter in Perfmon you can leave the last line of this query off.

    Hope this helps

     

    Paul

  •  05-08-2008, 3:21 AM

    Re: Regarding Plot Point table

    Hi Paul,

     

    I am refering to the table which gives you values(say users) in time sequence. It has only 2 coulms. One is the time and other the value.I am not getting the table

     

    Jayesh

  •  05-08-2008, 5:04 AM

    Re: Regarding Plot Point table

    you might want to have a look at the LoadTestPageSample view then.

    I've not done any work with those stats before, but I assume the method for querying them would be similar.

    Paul

  •  05-12-2008, 9:15 AM

    Re: Regarding Plot Point table

    Hi,

     

    I just realised that the view I was talking about isn't a default part of the Load Test Repository.

    It's created by the SQL in the Load Test Reports Project on codeplex.

    http://www.codeplex.com/loadtestreports

    Sorry for any confusion.

     

    Paul

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems