Skip to content
Snippets Groups Projects
README.md 665 B
Newer Older
Marty Heyman's avatar
Marty Heyman committed
# log2csv output summary report

Marty Heyman's avatar
Marty Heyman committed
This program uses the output of the `log2csv` program and reports summary performance statistics for the log period.
Marty Heyman's avatar
Marty Heyman committed

Marty Heyman's avatar
Marty Heyman committed
Per operation:
* Number of requests of the type
* Number of "error" return codes (anything but 0, 4, 5, 6, and 10) 
* smallest eTime observed for the request type 
* largest eTime observed for the request type
* averate eTime for the request type
Marty Heyman's avatar
Marty Heyman committed

Marty Heyman's avatar
Marty Heyman committed
The requests are shown for both client application requests and separately for syncrepl requests.
Marty Heyman's avatar
Marty Heyman committed

Marty Heyman's avatar
Marty Heyman committed
Read requests (bind, search, and compare) and write requests (add, modify, delete, moddn) are counted and the percentage of the total requests that are reads is shown.