cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
danielm
Champion Sweeper II
Hi,
A few questions here,

I was just wondering if anyone has information on the typical load of a FULL SCAN can take on a remote pc, being scanned by lansweeper.
How long would a typical full scan take?

Or for that matter is there any particular information on which Scans take more load or time?

For example I'd imagine just scanning the memory in a pc would not take as long as All Software installed?

I ask because I'd like to lower some of the Scan Times in lansweeper but do not want to put any undo drain on pc resources.

Also, can the scans be scheduled or is it constantly all day long for the 'active domain scan' option?

I noticed some of the scan items are set to -1 (disabled) , was this for database size or resources required?
3 REPLIES 3
Hemoco
Lansweeper Alumni
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, Sum(TsysLastscan.Scantime) As FullScanTime
From tblComputers Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysLastscan.CFGcode = TsysWaittime.CFGCode
Group By tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
danielm
Champion Sweeper II
Thank you.
"OUCH" ok "i think I'll turn off AUTORUN scaning. 373 seconds on 1 pc.
Untill someone finds a fix for that bug o well...off it goes.

Quickfix /serialNumber and Software seem to be the longer of the scans.

Ah just what I need to know

Any way to get this to Subtotal total scan time per PC 🙂
Hemoco
Lansweeper Alumni
I was just wondering if anyone has information on the typical load of a FULL SCAN can take on a remote pc, being scanned by lansweeper.
How long would a typical full scan take?


Try this report:
1.00 = one second

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, TsysWaittime.CFGname, TsysLastscan.Lasttime,
TsysLastscan.Scantime
From tblComputers Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysLastscan.CFGcode = TsysWaittime.CFGCode



Also, can the scans be scheduled or is it constantly all day long for the 'active domain scan' option?

You can choose both in the configuration tool.
Active scanning scans computers only once (maximum) every 8 hours (20 hours in 4.2)

I noticed some of the scan items are set to -1 (disabled) , was this for database size or resources required?

both

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now