ogarling / LR2Graphite

LoadRunner response time metrics export tool to Graphite
GNU General Public License v3.0
8 stars 1 forks source link

how are you reading the LR MDB files ? #3

Open krishnakanthpps opened 7 years ago

krishnakanthpps commented 7 years ago

How are you reading the MDB files from LR and parsing them?

Even though I havent really run the complete LR part, but What I would like to know how to do is, if I want only the steady state response times instead of the entire test, then how do I do it.

ogarling commented 7 years ago

MDB files are being queried using ADO. Result arrays are then processed.

Two ways you can achieve what you want. Include timestamp or test duration after which steady state is reached in query or filter the resulting result set (array). To determine steady state dynamically is difficult I gues but when you know when it occurs it is certainly doable to achieve what you want.

Regards, Okke

2017-04-01 20:42 GMT+02:00 Krishnakanth notifications@github.com:

How are you reading the MDB files from LR and parsing them?

Even though I havent really run the complete LR part, but What I would like to know how to do is, if I want only the steady state response times instead of the entire test, then how do I do it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ogarling/LR2Graphite/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AJWHKnzGwPVs5d3mFvr-hOOV7MLYn1t5ks5rrpp9gaJpZM4Mwk2J .