-
Looking for an ASP page that will test bandwidth of a connection from my Website
I am looking for a chuck of source code that will test a users bandwidth to
my server. I had thought that somthing as simple as the following would work
Dim BeforeTime
Dim AfterTime
Dim TempTime
Dim Bandwidth
beforetime = now
response.write 'insert 1024k file here'
aftertime = now
temptime = aftertime-beforetime
bandwidth = 1024/temptime
respose.write bandwidth
anybody seen anything similar out there?
Richard Barnes
E-Engine Software
richardb@cmcweb.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks