diff options
Diffstat (limited to 'plugin/ping.json')
-rw-r--r-- | plugin/ping.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugin/ping.json b/plugin/ping.json new file mode 100644 index 0000000..ba6d67e --- /dev/null +++ b/plugin/ping.json | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "ping": { | ||
3 | "title": "Ping latency", | ||
4 | "vertical": "Milliseconds", | ||
5 | "legend_format": "%5.1lf" | ||
6 | }, | ||
7 | "ping_stddev": { | ||
8 | "title": "Ping standard deviation", | ||
9 | "vertical": "Milliseconds", | ||
10 | "legend_format": "%5.1lf" | ||
11 | }, | ||
12 | "ping_droprate": { | ||
13 | "title": "Ping droprate", | ||
14 | "legend_format": "%5.1lf" | ||
15 | } | ||
16 | } | ||