Add performance considerations to README

This commit is contained in:
kota kanbe
2016-07-22 18:17:14 +09:00
parent 7fd8cc5449
commit 88d2fbf5e2
2 changed files with 36 additions and 0 deletions

View File

@@ -287,6 +287,24 @@ $ vuls tui
![Vuls-Scan-Flow](img/vuls-scan-flow.png)
----
# Performance Considerations
- Ubuntu, Debian and CentOS
アップデート対象のパッケージが沢山ある場合は、Changelogをパースするので遅いし、スキャン対象サーバのリソースを消費する。
- Amazon, RHEL and FreeBSD
高速にスキャンし、スキャン対象サーバのリソース消費量は小さい。
| 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