diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-31 17:34:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-31 17:34:11 +0100 |
commit | accee605bdf79f71b568d8baeb3cdea98e7fa58e (patch) | |
tree | 90bb18bd21c968d1606519e6ad8eefe98c9471ec /hawd_defs | |
parent | 13e81a74e8c9da465a7ebc1027e0c13c01856045 (diff) | |
download | sink-accee605bdf79f71b568d8baeb3cdea98e7fa58e.tar.gz sink-accee605bdf79f71b568d8baeb3cdea98e7fa58e.zip |
HAWD definitions for imapmailsyncbenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/imap_mail_sync | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hawd_defs/imap_mail_sync b/hawd_defs/imap_mail_sync new file mode 100644 index 0000000..aef1bb8 --- /dev/null +++ b/hawd_defs/imap_mail_sync | |||
@@ -0,0 +1,10 @@ | |||
1 | { | ||
2 | "name": "IMAP mail sycn", | ||
3 | "description": "Measures performance of the imap mail sync", | ||
4 | "columns": [ | ||
5 | { "name": "sync", "type": "float", "unit": "ms" }, | ||
6 | { "name": "total", "type": "float", "unit": "ms" }, | ||
7 | { "name": "resync", "type": "float", "unit": "ms" }, | ||
8 | { "name": "resynctotal", "type": "float", "unit": "ms" } | ||
9 | ] | ||
10 | } | ||