Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fridex/af_ktls-visualize
Linux Kernel TLS/DTLS Module Benchmarks Visualization
https://github.com/fridex/af_ktls-visualize
Last synced: about 1 month ago
JSON representation
Linux Kernel TLS/DTLS Module Benchmarks Visualization
- Host: GitHub
- URL: https://github.com/fridex/af_ktls-visualize
- Owner: fridex
- License: gpl-3.0
- Created: 2016-04-05T10:05:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T21:13:32.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:19:58.679Z (8 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualization for Linux Kernel TLS/DTLS Socket Tool
This is a simple visualizing tool for [Linux Kernel TLS/DTLS Socket
Tool](https://github.com/fridex/af_ktls-tool)Installation on Fedora 23 and higher:
```
# dnf install python gnuplot-py numpy python-{pandas,plumbum,termcolor,jinja2}
```
You can visualize benchmarks by (```client``` is from ```AF_TLS``` socket tool):```
$ sudo ./client --tls --drop-caches --server-host localhost --server-port 5557
--sendfile-buf file.bin --sendfile file.bin --payload 1371 --sendfile-mtu 1400
--json | ./visualize.py --output-dir /tmp --html-stats --html-browse
```See --help for more info.
See also [AF_KTLS](https://github.com/fridex/af_ktls/), [AF_KTLS
tool](https://github.com/fridex/af_ktls-tool).