add local stats routine and shared memory segment with stats for terminal based applications #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch series creates a shared memory segment for extracting the c-icap server stats summary for terminal based monitoring. It would be nice for this to be in the main branch for 0.6.0 so I do not have to maintain a separate fork of the c-icap-server. The patch series writes the data as plain text which makes it super easy to parse and display from my leaf monitor program for real time viewing of the statistics. It's not all that messy and easy to maintain and is very simple (but powerful and very useful).