Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 2f18bb392e469b671b980048713d1244b2ef4a90 https://github.com/fabbione/kronosnet/commit/2f18bb392e469b671b980048713d124... Author: Chrissie Caulfield ccaulfie@redhat.com Date: 2017-08-21 (Mon, 21 Aug 2017)
Changed paths: M libknet/handle.c M libknet/internals.h M libknet/libknet.h M libknet/tests/api-check.mk A libknet/tests/api_knet_handle_get_stats.c M libknet/tests/api_knet_send_compress.c M libknet/threads_rx.c M libknet/threads_tx.c
Log Message: ----------- add knet_handle_get_stats (#49)
* stats: Add compression and crypto statistics
New stats structures shows how effective the compression is, and also the compression/decompression overhead time.
Crypto stats show the byte overhead of the crypto library as well as the time taken to sign/encrypt and decrypt the packets.
Signed-off-by: Christine Caulfield ccaulfie@redhat.com