Analysis will push the data into MSSQL or MSDE. So, you will need to
open the analysis to have the data converted from the .LRR (LoadRunner
Results) event file format to the .LRA (LoadRunner Analysis) format
for storage inside of either a Microsoft Access (MDB) formatted
database or MSSQL Server Database.
if your results are stored on a remote drive then you are basically
going to be hosed from a performance perspective. Zip the lrr
results directory, copy it over as a single file and then decompress
and run against the analysis. You can construct a template that only
has the top level report in it so all of the other graphs dont have to
be generated as the generation of these graphs can take an awfully
long time. On a very embarrassing note the Analysis database doesn't
have any foreign key or index definitions so the database engine has
to work twice as hard and all of the report generation requires
enormous amounts of table scan activity for the generation of summary
data for each transaction. If HP would just add indexes on the [...
meter] tables for the transaction and other event names then it would
speed up the generation and redray of data significantly without
having to re-engineer the front end. HP, are you listening.....this
has been a problem since LoadRunner 6.5 and the very first release of
the Analysis tool for large results sets.
Prior to LoadRunner version 8 the .lrr event files were flat files
with a .eve extension. It was faily easy to write your own parser of
the results sets to do exactly what you want to do. Since LoadRunner
version 8 the event file format has changed, going to an undocumented
record structure format which is also compressed for transfer back
across the network at the end of the test. In short, now its not open
for extracting the transactional data yourself for a quick summary, or
in my case using a completely different analytical engine.
'Pulley
http://www.loadrunnerbythehour.com/PricingMatrix
> >
http://groups.google.com/group/LR-LoadRunner?hl=en- Hide quoted text -
>
> - Show quoted text -