473,387 Members | 1,545 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Benchmarking

Hi,

I am looking for a tool, to benchmark a page.
I want to put a http-adress in and want to get the time
it take to download the whole page. The whole page means:
The HTML-page, the externel javascript and css, all images,
and, if its a frame, all sub-pages with it's material.

In short terms: How long will it take until the whole
page is in the browser.

Googling with: 'html benchmarking' doesn't help.
Apaches 'ab' only fetches one page.
Jmeter seems to be to complex, and I don't want to make
a stress-test on the server.
best regards
jens himmelreich


Jul 20 '05 #1
6 2241
in post: <news:bu************@ID-121668.news.uni-berlin.de>
"Jens Himmelreich" <je**@uni-bremen.de> said:
I am looking for a tool, to benchmark a page.
I want to put a http-adress in and want to get the time
it take to download the whole page. The whole page means:
The HTML-page, the externel javascript and css, all images,
and, if its a frame, all sub-pages with it's material.


whats wrong with the link i gave last week?

http://www.websiteoptimization.com/services/analyze/
--
brucie - i usenet nude
Jul 20 '05 #2
Hi brucie,
"brucie" <sh**@bruciesusenetshit.info> wrote:

whats wrong with the link i gave last week?

http://www.websiteoptimization.com/services/analyze/


The tool is great, thanks for the link.
But not all the pages I develop are accessible from the internet.
I am looking for a tool, which I can download.
The same tool as in your link for downloading,
that will be great.
Jul 20 '05 #3
On Wed, 21 Jan 2004 09:49:15 +0100, Jens Himmelreich wrote:
I am looking for a tool, to benchmark a page. I want to put a
http-adress in and want to get the time it take to download the whole
page. The whole page means: The HTML-page, the externel javascript and
css, all images, and, if its a frame, all sub-pages with it's material.


wget will download a page and all supporting files if you use the
--page-requisites option. You should be able to time how long it takes to
do that.

From your message headers I'm guessing your using Windows; according to
Google there's a win32 port at http://xoomer.virgilio.it/hherold/.

- olly

--
Oliver Burnett-Hall
rot13://by**@oheargg-unyy.pb.hx
Jul 20 '05 #4

"Oliver Burnett-Hall" <by**@oheargg-unyy.ph.hx> wrote
wget will download a page and all supporting files if you use the
--page-requisites option. You should be able to time how long it takes to
do that.


Thanks for your hint!
I tried this. But there is the overhaed of I/O, which wget performs.
I think there must be a tool, which simulate the browser-load-process.

best regards
jens
Jul 20 '05 #5
"Jens Himmelreich" <je**@uni-bremen.de> writes:
"Oliver Burnett-Hall" <by**@oheargg-unyy.ph.hx> wrote
wget will download a page and all supporting files if you use the
--page-requisites option. You should be able to time how long it takes to
do that.


Thanks for your hint!
I tried this. But there is the overhaed of I/O, which wget performs.
I think there must be a tool, which simulate the browser-load-process.


And a browser wouldn't perform comparable I/O putting the files into
its cache?

You could make a ramdisk and get wget to save to that, I suppose.

--
Chris
Jul 20 '05 #6

"Chris Morris" <c.********@durham.ac.uk> schrieb im Newsbeitrag
news:87************@dinopsis.dur.ac.uk...
"Jens Himmelreich" <je**@uni-bremen.de> writes:
"Oliver Burnett-Hall" <by**@oheargg-unyy.ph.hx> wrote
wget will download a page and all supporting files if you use the
--page-requisites option. You should be able to time how long it takes to do that.


Thanks for your hint!
I tried this. But there is the overhaed of I/O, which wget performs.
I think there must be a tool, which simulate the browser-load-process.


And a browser wouldn't perform comparable I/O putting the files into
its cache?


Good idea!
But there are other problems. wget with '--page-requisites' don't get all
requisites. It has problems with images-links in css-files.
best regards
jens himmelreich
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dean J. Garrett | last post by:
Does anyone know of a good tool for benchmarking ASP applications; performance, scalability, etc.? Thank you!
0
by: Rob | last post by:
Good afternoon, I'm looking for information on good benchmarking implementations with which to test MySQL using multiple clients. The benchmark utilities included with MySQL are, as far as I...
1
by: Trevor Best | last post by:
Is there a ready made database for benchmarking a server's performance to see what tweaks external to SQL Server will have an effect? -- A)bort, R)etry, I)nfluence with large hammer.
3
by: Andy Dingley | last post by:
I've just started on a new project and inherited a huge pile of XSLT (and I use the term "pile" advisedly !) It runs at glacial speed, and I need to fix this this. Platform is MSXML 4 / ASP ...
8
by: Jerry Coffin | last post by:
As promised, more benchmarking results of comparing C++ to Java. This time around, our first target will be the strcat program. This is one that the C++ version rather bothered me -- I'm...
1
by: Carlo Razzeto | last post by:
Hey there, I have a question about benchmarking. I'm hoping you can help but I'm not sure if this group is dedicated to just standard C++. Here's the question, I have a piece of code I would like...
0
by: Cyrille \cns\ Szymanski | last post by:
Hello, I'm benchmarking .NET IO Completion Ports in C#. For that purpose I've written two basic ECHO servers that I'm testing under high load (over 2.000 clients). IOCP in .Net is fantastic,...
4
by: lava | last post by:
BenchMarking and Profiling .NET Application Tools>>>Which should be World class providing accurate output. The Tools should Benchmark MY ..NET Remoting Server/Client and SQL Server Database.
2
by: chitranjan | last post by:
Hello All, I want to do Bechmarking of PostgreSQL on Linux (fedora) so,please tell me about benchmarking tools of postgresql which is easy to use and implement..It is very urgent for me to do...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.