- Aug 31, 2022
-
-
Nicki Křížek authored
This is a simple style change for the generated charts. It makes all the charts the same size suitable for widescreen displays. There are also some minor adjustments for line styles for better readability especially when charts contain lots of data.
-
Nicki Křížek authored
When set_xlim(), set_ylim() were called repeatedly on the same axes after every plot, subsequent calls were ignored and only the first call determined the axis limits. This could result in charts where some data wouldn't be visible at all, since it'd plotted beyond the smaller axis limit. To fix this, ensure the axes limits are set only once -- when all the data is already plotted.
-
- Feb 16, 2022
-
-
Petr Špaček authored
Formerly extra files were drawn using the same colors as files withing the limit and it lead risk of misinterpreting the data.
-
Petr Špaček authored
Colors are combined with markers to create more combinations. Obviously nobody can really read 40 combinations in detail because the points will overlap, but it is sufficient to detect outliers and that's what I'm after.
-
- Feb 15, 2022
-
-
Petr Špaček authored
Colors are combined with hatch to create more combinations. Obviously nobody can really read 40 combinations in detail because the points will overlap, but it is sufficient to detect outliers and that's what I'm after.
-
Petr Špaček authored
Formerly extra files were silently ignored.
-
- Jul 21, 2021
-
-
Petr Špaček authored
-
- 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.
-
- May 11, 2021
-
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
- Apr 22, 2021
-
-
Petr Špaček authored
--rcode now also accepts mnemonic names + extra value "other"
-
Petr Špaček authored
-
Petr Špaček authored
pylint started to complain about length of the main() function.
-
Petr Špaček authored
New option --rcodes-above-pct N allows to draw only rcodes which are more frequent than N percent of all answers. Thus --rcodes-above-pct 0 draws all rcodes which have non-zero number of samples. Small values like --rcodes-above-pct 0.1 % can also filter noise like "five REFUSED answers in the whole dataset" etc.
-
Petr Špaček authored
Commit ad584cef changed color selection so each line from a single JSON uses the same color. That works fine when plotting multiple data sets but makes it harder to deep-analyze a single dataset, e.g. when plotting all rcodes from a single run. This commit changes color selection once again: - When plotting multiple JSON files, all lines from one file use the same color. - When plotting a single JSON file, each rcode line uses different color. Each supported rcode has a stable color. Each rcode line is still denoted with a symbol introduced in ad584cef.
-
- Apr 14, 2021
-
-
Petr Špaček authored
Rcode lines use the same color as "summary" line. Different rcodes are distinguished by markers derived from first letter (s for SERVFAIL, n for NXDOMAIN ...) or rcode numbers for less common values. NOERROR is displayed as 0 to distinguish it from n for NXDOMAIN. Mathtext render of 0 also accidentally looks like O for Okay :-)
-
- Mar 25, 2021
-
-
Petr Špaček authored
Query count intervals with 0 clients in them were not handled properly. E.g. if some clients were in interval [0-10) and [100-1000) while interval [10-100) had no clients in it the old script has thrown an exception.
-
- Feb 01, 2021
-
-
Tomas Krizek authored
-
- Jan 27, 2021
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jan 18, 2021
-
-
Petr Špaček authored
Previously the loop ignored data points in range 10**int(log10(max(data)) to max(data). Sometimes this range might have been empty already so not _all_ previous results are neccesairly invalid.
-
Petr Špaček authored
This is order of magnitude faster than dpkt implementation.
-
- Sep 21, 2020
-
-
Tomas Krizek authored
-
- Sep 14, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jul 17, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jul 16, 2020
-
-
Tomas Krizek authored
-
- Jul 14, 2020
-
-
Tomas Krizek authored
-
- May 18, 2020
-
-
Tomas Krizek authored
-
- Mar 31, 2020
-
-
Tomas Krizek authored
Add missing conversion from millisecods to seconds in QPS calculation. Fixes #4
-