Is is possible to run rational performance tester once every hour and generate a report which contains all response times for every hour for all pages? Like this hour 1: hello.html min avg max time hour 2: hello.html min avg max time hour 3: hello.html min avg max time
if you use a ordinary schedule and let it iterate once every hour all response times get lumped together in the report likes this:
hello.html min avg max count=24.
Would it be possible to start rpt from a script and run a specific project/schedule and then let cron run that script every hour?
Best Regards Anders Olme