diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
index be9187165db19f388606c385016864c26a606b3c..885b475085a28683868385d48391bb66e755f4f3 100644
--- a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
+++ b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
@@ -41,9 +41,9 @@
 	"cmd_set": {
 		"en": "Total SET commands"
 	},
-    "cmd_flush": {
-        "en": "Total FLUSH commands"
-    },
+	"cmd_flush": {
+		"en": "Total FLUSH commands"
+	},
 	"get_hits": {
 		"en": "Total GET commands (success)"
 	},
@@ -60,54 +60,87 @@
 		"en": "Total storage avail"
 	},
 	"pointer_size": {
-	    "en": "Pointer size (bits)"
+		"en": "Pointer size (bits)"
 	},
 	"delete_misses": {
-	    "en": "Total DELETE commands (failed)"
+		"en": "Total DELETE commands (failed)"
 	},
 	"delete_hits": {
-	    "en": "Total DELETE commands (success)"
+		"en": "Total DELETE commands (success)"
 	},
 	"incr_misses": {
-	    "en": "Total INCR commands (failed)"
+		"en": "Total INCR commands (failed)"
 	},
 	"incr_hits": {
-	    "en": "Total INCR commands (success)"
+		"en": "Total INCR commands (success)"
 	},
 	"decr_misses": {
-	    "en": "Total DECR commands (failed)"
+		"en": "Total DECR commands (failed)"
 	},
 	"decr_hits": {
-	    "en": "Total DECR commands (success)"
-    },
+		"en": "Total DECR commands (success)"
+	},
 	"cas_misses": {
-	    "en": "Total CAS commands (failed)"
+		"en": "Total CAS commands (failed)"
 	},
 	"cas_hits": {
-	    "en": "Total CAS commands (success)"
+		"en": "Total CAS commands (success)"
 	},
 	"cas_badval": {
-	    "en": "Total bad CAS identifiers"
+		"en": "Total bad CAS identifiers"
 	},
 	"auth_cmds": {
-	    "en": "Total authentication commands processed"
+		"en": "Total authentication commands processed"
 	},
 	"auth_errors": {
-	    "en": "Total authentication commands failed"
+		"en": "Total authentication commands failed"
 	},
 	"accepting_conns": {
-	    "en": "Currently accepting new connections"
+		"en": "Currently accepting new connections"
 	},
 	"listen_disabled_num": {
-	    "en": "Total number of denied connections (connection limit)"
+		"en": "Total number of denied connections (connection limit)"
 	},
 	"threads": {
-	    "en": "Number of available threads"
+		"en": "Number of available threads"
 	},
 	"conn_yields": {
-	    "en": "Number of times the request limit was reached"
+		"en": "Number of times the request limit was reached"
 	},
 	"evictions": {
-	    "en": "Number of objects removed from cache (memory limit)"
+		"en": "Number of objects removed from cache (memory limit)"
+	},
+	"libevent": {
+		"en": "Libevent version"
+	},
+	"reserved_fds": {
+		"en": "Number of misc fds used internally"
+	},
+	"cmd_touch": {
+		"en": "Cumulative number of touch reqs"
+	},
+	"touch_hits": {
+		"en": "Number of keys that have been touched with a new expiration time"
+	},
+	"touch_misses": {
+		"en": "Number of items that have been touched and not found"
+	},
+	"hash_power_level": {
+		"en": "Current size multiplier for hash table"
+	},
+	"hash_bytes": {
+		"en": "Bytes currently used by hash tables"
+	},
+	"hash_is_expanding": {
+		"en": "Indicates if the hash table is being grown to a new size"
+	},
+	"expired_unfetched": {
+		"en": "Items pulled from LRU that were never touched before expiring"
+	},
+	"evicted_unfetched": {
+		"en": "Items pulled from LRU that were never touched"
+	},
+	"reclaimed": {
+		"en": "Number of times an entry was stored using memory from an expired entry"
 	}
 }