Service Virtualization

Expand all | Collapse all

Capture response time of each transaction from Virtual service

  • 1.  Capture response time of each transaction from Virtual service

    Posted Sep 19, 2017 03:28 AM

    Is there a out of the box report within DevTest tool which would give me the details on the response time of a given virtual service.

    Basically during a period of 1 hour if 1000 transaction came and hit the virtual service, I would like to get the response time of those 1000 transactions.

     

    Did look at VSE.METRICS.PERODICS table but seems to contain a sample & not the entire 1000.

     

    Any guidance here would be much appreciated.

     

    Thanks

    Ajay



  • 2.  Re: Capture response time of each transaction from Virtual service
    Best Answer

    Posted Sep 19, 2017 10:26 AM

    Hi Ajay,

     

    The Virtual Service Response Time metrics should help you.

    Virtual Service Metrics Reports - DevTest Solutions - 10.1 - CA Technologies Documentation 


    "The Virtual Service Response Time report displays the displays the maximum, average, and minimum response times, in milliseconds, in the form of a line graph. The response times are captured according to a defined sampling interval. Each data sample is represented by a square block on the report. The sampling interval defaults to every 5 minutes, but you can modify the interval by setting the lisa.vse.metrics.sample.interval property in your local or site properties file"

    The sampling interval defaults to every 5 minutes, but you can modify the interval by setting the lisa.vse.metrics.sample.interval property in your local or site properties file".

     

    The properties below control how often old metric data is scanned for and deleted, and what is considered old.

    lisa.vse.metrics.delete.cycle=1h
    lisa.vse.metrics.delete.age=30d

     

    Hope it helps.

    Heloisa