-
Notifications
You must be signed in to change notification settings - Fork 8
Performance Evaluation
baubakg edited this page Jun 17, 2024
·
3 revisions
Recently we have been getting requests regarding the efficiency of the log-parser. To be totally honest, we have not really devlved too much into this as the problems we needed to solve were never too challenging.
Despite this it is a very good question and we need to asess it in a clean manner. We identify the following cases that need to be measured:
- Number of parsed files
- Total size of parsed files
- Size of biggest file to analyze
We also need to tweak this with the amount of data being detected:
- Found entries
- Stored entries
We will document our findings in this page for reference. Please share your experiences with us so we can update this documents:
Use Case | Number of Files Parsed | Total Size of Files | Size/Number Ratio | Found Data | Stored Entries | Duration |
---|---|---|---|---|---|---|
Case 1. | 986 | 507Mb | 0,5Mb/file | 32430 | 208 | 21s |