‎09-19-2023 03:43 PM - last edited on ‎04-01-2024 03:26 PM by Mercedes_O
Hi there,
we are new users for LANsweeper and we have a few locations that are not that great with their bandwidth and are concerned that scan times can take to long and therefor impact the production. So they raised the question if there is an option to tell the system to stop a scan of an asset, after lets say max 2-3min, if not completed and move on to the next one.
I tried searching the KB, but without success. Is such an option even available?
Thank you in advance for an information.
‎09-20-2023 07:41 AM - edited ‎09-20-2023 07:44 AM
You can run report to diagnose time wastes:
Select Top 1000000 tblassets.AssetID,
tblassets.AssetName,
tblassets.IPAddress,
tblassets.Userdomain,
tblassets.Username,
tblassets.oscode,
tblassets.memory,
tblassets.Processor,
TsysWaittime.CFGname,
TsysLastscan.Scantime,
TsysLastscan.Lasttime,
TsysWaittime.Waitdays
From tblassets
Inner Join TsysLastscan On tblassets.AssetID = TsysLastscan.AssetID And
TsysLastscan.Scantime > 5 And TsysLastscan.Lasttime > GetDate() - 7
Inner Join TsysWaittime On TsysLastscan.CFGcode = TsysWaittime.CFGCode
Order By TsysLastscan.Scantime Desc
‎09-19-2023 04:57 PM
I don't believe there is an option to set a time out for the scan. What you can do is go to an asset that you think is having issues and click on the scan section. This tells you what was scanned and how long it took to scan each item.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now