- Jul 20, 2021
-
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Enables glob * to monitor all sub-groups.
-
Petr Špaček authored
-
Petr Špaček authored
Minimal script which gathers statistical data from /proc and /sys files at specified interval. No data postprocessing is done, this script gathers raw file content which will get parsed by other parts of toolchain.
-
- Jul 14, 2021
-
-
Tomas Krizek authored
release v20210714 See merge request !54
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
http2() was part of dnssim since version 20210129 - and that is already checked for.
-
Tomas Krizek authored
-
- Jul 13, 2021
-
-
Tomas Krizek authored
plot-latency: ability to plot results as aggregated groups See merge request !53
-
- Jul 08, 2021
-
-
Petr Špaček authored
Each --group has user-supplied name, and line denoting average value, and colored area denoting min/max range.
-
- Jun 25, 2021
-
-
Tomas Krizek authored
shotgun.output.dnssim See merge request !52
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Jerry Lundström authored
- `reply/dnssim`: Fix luacheck warnings
-
Jerry Lundström authored
- Move `dnssim` module from dnsjit's repository to shotgun's
-
- Jun 04, 2021
-
-
Tomas Krizek authored
cut-pcap.lua script to effectively trim already sorted PCAPs See merge request !50
-
Petr Špaček authored
Intended use is together with merge_chunks.py like this: merge_chunks.py ... | cut-pcap.lua - /tmp/short.pcap 60 Stock editcap is designed to handle unsorted PCAPs and thus cannot stop on encountering first packet with timestamp over limit. This is very ineffective for processing large PCAPs generated by extract-clients.lua because the mergecap + editcap pipeline keeps processing all the "trailing" data, which can take really large time for no benefit.
-
- May 13, 2021
-
-
Tomas Krizek authored
add tool to plot packet rate in PCAPs See merge request !46
-
Tomas Krizek authored
merge_chunks: relax overly strict check on --seed See merge request !48
-
Tomas Krizek authored
shotgun: log total number of processed packets See merge request !49
-
Tomas Krizek authored
plot-response-rate: ability to plot sum of specified rcodes See merge request !47
-
Petr Špaček authored
This allows to compare number of `discarded` with something meaningful. It's much harder to pass this number to JSON but it is good enough as stop-gap measure.
-
- May 12, 2021
-
-
Petr Špaček authored
Funnily default value 0 was not accepted when specified explicitly. https://docs.python.org/3/library/random.html says that full int is acceptable so let's allow it.
-
- May 11, 2021
-
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
- Apr 28, 2021
-
-
Tomas Krizek authored
configs: generate additional response-rate chart with non-zero rcodes See merge request !44
-