Add performance considerations to README
This commit is contained in:
		
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							@@ -286,6 +286,24 @@ see https://github.com/future-architect/vuls/tree/master/setup/docker
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
----
 | 
			
		||||
# Performance Considerations
 | 
			
		||||
 | 
			
		||||
- on Ubuntu, Debian and CentOS  
 | 
			
		||||
Vuls parses a changelog of upgradable packages. The scan speed is slow and resource usage is heavy when there are many updatable packages on target server.  
 | 
			
		||||
 | 
			
		||||
- On Amazon, RHEL and FreeBSD  
 | 
			
		||||
High speed scan and resource usage is light because Vuls can get CVE IDs by using package manager(no need to parse a changelog).
 | 
			
		||||
 | 
			
		||||
| Distribution|         Scan Speed | Resource Usage On Target Server |
 | 
			
		||||
|:------------|:-------------------|:-------------|
 | 
			
		||||
| Amazon      |               Fast | Light            |
 | 
			
		||||
| RHEL        |               Fast | Light            |
 | 
			
		||||
| FreeBSD     |               Fast | Light            |
 | 
			
		||||
| Ubuntu      |               Slow | Heavy            |
 | 
			
		||||
| Debian      |               Slow | Heavy            |
 | 
			
		||||
| CentOS      |               Slow | Heavy            |
 | 
			
		||||
 | 
			
		||||
----
 | 
			
		||||
 | 
			
		||||
# Use Cases
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user