diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-17 19:02:21 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-17 19:02:21 +0200 |
| commit | a798128abda047f25c42a37fd5486fff9acffcb9 (patch) | |
| tree | 3b4f44b067bb3e3fae9d133238ec1adaab0dc84d /errors_over_time.plt | |
| download | status-a798128abda047f25c42a37fd5486fff9acffcb9.tar.gz status-a798128abda047f25c42a37fd5486fff9acffcb9.zip | |
first version
Diffstat (limited to 'errors_over_time.plt')
| -rw-r--r-- | errors_over_time.plt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/errors_over_time.plt b/errors_over_time.plt new file mode 100644 index 0000000..1e6dbe3 --- /dev/null +++ b/errors_over_time.plt @@ -0,0 +1,10 @@ +set title "API /matches errors" +set timefmt "%Y-%m-%dT%H:%M:%SZ"; +set xdata time; + +set datafile separator ", "; + +set terminal png noenhanced; +set key autotitle columnhead; +set output outputfile; +plot inputfile using "date":"date_count" with lines; |
