Hi,
I made some speed tests in the morning. I am not saying these are rigorous speed tests, just downloaded one large file (setupengpro.exe) from asw.cz and downloaded 10x times the homepage of microsoft.com a measured the time it took with WebShield on and off.
I used wget.exe to download. So, for the new version it must be entered into the avast4.ini to be processed by WebShield. As follows:
[WebScanner]
OptIn=wget.exe
For time measurement I used timethis.exe from resource kit.
My home connection is UPC Chello and should be around 1,5 mbit.
- Firstly, let’s download setupengpro.exe
time with WebShield: TimeThis : Elapsed Time : 00:01:04.672
time without WebShield: TimeThis : Elapsed Time : 00:01:04.823
Well, it’s slower without WebShield. But that does not absolutely mean WebShield makes your connection faster. It’s just a fluctuation in the network speed, so I redownloaded with a without again.
time with WebShield: TimeThis : Elapsed Time : 00:01:04.542
time without WebShield: TimeThis : Elapsed Time : 00:01:04.162
- As a second test I tried to download more files in a row. www.microsoft.com seems to be a good candidate. It’s not a big homepage, but my download consists of 21 files and about 89 Kb. I took it 10x times in a row to neglect the measuring error.
This is the script I used for this:
test.cmd
@echo off rmdir /s /q www.microsoft.com >nul for /L %%i in (1,1,10) do ( echo Try: %%i wget -q --page-requisites www.microsoft.com rmdir /s /q www.microsoft.com )
With webshield: TimeThis : Elapsed Time : 00:01:08.999 = 1,15 min
Without webshield: TimeThis : Elapsed Time : 00:01:07.577 = 1,13 min
Slowdown: 1,15 - 1.13 = 0.02, 0.02 / 1.13 = 1,7 %
My command lines follow:
`
E:\Desktop>timethis wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Command Line : wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Start Time : Tue Mar 15 10:01:50 2005
–10:01:50-- http://files.avast.com/iavs4pro/setupengpro.exe
=> setupengpro.exe.2' Resolving files.avast.com... 67.19.185.82, 69.56.132.146, 69.93.98.186, ... Connecting to files.avast.com[67.19.185.82]:80... connected. HTTP request sent, awaiting response... 302 Location: http://download2.avast.com//iavs4pro/setupengpro.exe [following] --10:01:50-- http://download2.avast.com//iavs4pro/setupengpro.exe =>
setupengpro.exe.2’
Resolving download2.avast.com… 66.98.252.36
Connecting to download2.avast.com[66.98.252.36]:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 9,461,712 [application/octet-stream]
100%[====================================>] 9,461,712 171.55K/s ETA 00:00
10:02:54 (145.00 KB/s) - `setupengpro.exe.2’ saved [9461712/9461712]
TimeThis : Command Line : wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Start Time : Tue Mar 15 10:01:50 2005
TimeThis : End Time : Tue Mar 15 10:02:54 2005
TimeThis : Elapsed Time : 00:01:04.542
E:\Desktop>timethis wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Command Line : wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Start Time : Tue Mar 15 10:02:58 2005
–10:02:59-- http://files.avast.com/iavs4pro/setupengpro.exe
=> setupengpro.exe.3' Resolving files.avast.com... 67.19.185.82, 69.56.132.146, 69.93.98.186, ... Connecting to files.avast.com[67.19.185.82]:80... connected. HTTP request sent, awaiting response... 302 Location: http://download17.avast.com//iavs4pro/setupengpro.exe [following] --10:02:59-- http://download17.avast.com//iavs4pro/setupengpro.exe =>
setupengpro.exe.3’
Resolving download17.avast.com… 67.19.216.186
Connecting to download17.avast.com[67.19.216.186]:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 9,461,712 [application/octet-stream]
100%[====================================>] 9,461,712 147.20K/s ETA 00:00
10:04:03 (145.74 KB/s) - `setupengpro.exe.3’ saved [9461712/9461712]
TimeThis : Command Line : wget http://files.avast.com/iavs4pro/setupengpro.exe
TimeThis : Start Time : Tue Mar 15 10:02:58 2005
TimeThis : End Time : Tue Mar 15 10:04:03 2005
TimeThis : Elapsed Time : 00:01:04.162
`
and
`
E:\Desktop>timethis test
TimeThis : Command Line : test
TimeThis : Start Time : Tue Mar 15 09:45:45 2005
Try: 1
Try: 2
Try: 3
Try: 4
Try: 5
Try: 6
Try: 7
Try: 8
Try: 9
Try: 10
TimeThis : Command Line : test
TimeThis : Start Time : Tue Mar 15 09:45:45 2005
TimeThis : End Time : Tue Mar 15 09:46:52 2005
TimeThis : Elapsed Time : 00:01:07.577
E:\Desktop>timethis test
TimeThis : Command Line : test
TimeThis : Start Time : Tue Mar 15 09:48:01 2005
The system cannot find the file specified.
Try: 1
Try: 2
Try: 3
Try: 4
Try: 5
Try: 6
Try: 7
Try: 8
Try: 9
Try: 10
TimeThis : Command Line : test
TimeThis : Start Time : Tue Mar 15 09:48:01 2005
TimeThis : End Time : Tue Mar 15 09:49:10 2005
TimeThis : Elapsed Time : 00:01:08.999
`
Hope you’ll find this interresting.
Lukas.