summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-09-20 15:14:40 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-09-20 15:14:40 +1000
commit827b48a34227243c809d41fac3dc909ed46b0c5e (patch)
tree4214e4aaffc0184a327dbc3bbe909354c3808c62 /dist/stat_data.py
parentb062bf8fd27ce086b99a32db2144567b9e395940 (diff)
parent3579adf6c8b96d26898af9fe3cc5eb9677f75632 (diff)
Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.18mongodb-3.2.17
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index ac79ffd029a..512892eb44d 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -150,6 +150,7 @@ connection_stats = [
ConnStat('read_io', 'total read I/Os'),
ConnStat('rwlock_read', 'pthread mutex shared lock read-lock calls'),
ConnStat('rwlock_write', 'pthread mutex shared lock write-lock calls'),
+ ConnStat('time_travel', 'detected system time went backwards'),
ConnStat('write_io', 'total write I/Os'),
##########################################