cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
GY_B_H_APP
Engaged Sweeper

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.

2 REPLIES 2
Mister_Nobody
Honored Sweeper II

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

 

brandon_jones
Champion Sweeper III

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.