Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limit the number of parallel scans ? #871

Closed
aderumier opened this issue Jul 12, 2019 · 5 comments
Closed

limit the number of parallel scans ? #871

aderumier opened this issue Jul 12, 2019 · 5 comments
Projects
Milestone

Comments

@aderumier
Copy link

Hi,

is it possible to limit the number of parallel scans ?

I have currently 3000 servers in config.toml, and I'm getting max open file limit on vuls server,
and I would like also to limit the load on targets at the same time.

@kotakanbe
Copy link
Member

@aderumier
Copy link
Author

hi, yes I could setup more open files limits. but having 3000 vms doing a fast-root scan at the same time (apt-update, apt changelog,...), can dp a huge load too.

@kotakanbe
Copy link
Member

apt-chagelog is not used anymore in the latest version of vuls.
I recommend update vuls to the latest version.

fast scan mode is more lightweight than fast-root scan mode because fast scan mode does not issue metadata update commands such as apt-get update or repoquery. But fast scan mode can not show the candidate version of the upgradable pacakges.

@aderumier
Copy link
Author

apt-chagelog is not used anymore in the latest version of vuls.
I recommend update vuls to the latest version.

thanks, I didn't know about this

seem that it's still in documentation graphs

https://github.com/vulsdoc/vuls/blob/master/website/static/graphml/vuls-scan-flow-fast-root.graphml
https://github.com/vulsdoc/vuls/blob/master/website/static/graphml/vuls-scan-flow-deep.graphml

@kotakanbe kotakanbe added this to the v0.9.3 milestone Apr 8, 2020
@kotakanbe kotakanbe added this to To do in v0.9.8 Jun 3, 2020
@kotakanbe
Copy link
Member

v0.9.8 automation moved this from To do to Done Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v0.9.8
  
Done
Development

No branches or pull requests

2 participants