Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2011 07:29 PM
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?
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?
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2011 11:59 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2011 01:46 AM
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 🙂
"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 🙂

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2011 07:38 PM
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
