I have done 14 sites for analysis for 7 days period (some of it
dynamic , other static websites using same browser.)
My script run these 14 sites one by one and clear the cache, i
scheduled it to run every 1 hour for 7 days period and at same time
fiddler is capture traffic in 6 different systesms placed at different
locations in network ( ex behind firewall, ADSL, After firewall,
LAN,..)
For data analysis and conculsion , these are problems i m
encountering.
1.I want data for every site opened to be saved to excel sheet every 1
hour for 7 days. so that i can make table and compare the results with
other systems.
I have noticed that session time in fiddler is not in sequencal order,
file size is about 2 gb .saz session file to do analysis, its quite
lot of data.
doing manually is not possible for me , is there any script or plugin
that simply extract site information.
For example : mail.google.com - 9am - statics today
mail.google.com - 10am - statics.
mail.google.com - 11am - statics
...
mail.google.com - 9am - next day
similar i will run script for other 13 sites..
pls do help .
Best Regards,
vchick
On Dec 15, 7:08 am, Chad Sowald <chadsow...@gmail.com> wrote:
> You would probably want to repeat these tests several times and at
> different times of the day. Just one snapshot for each system is not
> enough statistical data to draw any conclusions on. Also, make sure
> you're measuring the same thing - do you see that System B does not
> make as many requests nor does it download the same amount as System A/
> C? You need to make sure you're requesting the same exact
> information. For this reason, you may want to use a less dynamic page
> that GMail. GMail is so complex that there are many factors that
> could be affecting your performance. Instead, focus on a static or
> mostly static page such as a page on Wikipedia. Remember to clear
> your caches, use the same browser, etc...
>
> Aggregate Session Time = Responses completed at - Requests started at.
> TCP/IP Connect Time -http://en.wikipedia.org/wiki/Transmission_Control_Protocol#Connection...
> > vasu- Hide quoted text -
>
> - Show quoted text -