summaryrefslogtreecommitdiffstats
path: root/hawd_defs/imap_mail_sync
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs/imap_mail_sync')
-rw-r--r--hawd_defs/imap_mail_sync10
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}