954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

search engine speeds

I'm trying to figure out how to test the speed of seach engines. I'm not sure if Java is best to use for this purpose, but I figured it would be good since it is supposed to interact with the internet and other applications well. However, I can't seem to find the specific libraries involved with interaction between whatever code I write and any sort of web browser. I have figured I would associate the search itself with a thread that will "time" the search engine takes, but I am also unsure of the way to return the time. I want my final product to be able to continuously open a search engine and run searches timing each one and print the time to a file.

If you have any idea what I am talking about and feel you have some constructive input, it would be greatly appreciated. Thank you.

Feirgon
Newbie Poster
1 post since Dec 2004
Reputation Points: 10
Solved Threads: 0
 

What you want to do is tantamount to a denial of service attack, don't do it.

As to the technicalities involved, there's no need to interact with a browser at all. Just use UrlConnection.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You