diff --git a/varnish_.in b/varnish_.in
index ae441b5..d607fec 100644
--- a/varnish_.in
+++ b/varnish_.in
@@ -165,8 +165,13 @@ my %ASPECTS = (
 		'title' => 'Request rates',
 		'order' => 'cache_hit cache_hitpass cache_miss '
 			 . 'backend_conn backend_unhealthy '
-			 . 'client_req client_conn' ,
+			 . 'client_req client_conn client_drop' ,
 		'values' => {
+			'client_drop' => {
+				'type' => 'DERIVE',
+				'colour' => 'ff0000',
+				'min' => '0'
+			},		
 			'client_conn' => {
 				'type' => 'DERIVE',
 				'min' => '0',
@@ -226,7 +231,7 @@ my %ASPECTS = (
 	'hit_rate' => {
 		'title' => 'Hit rates',
 		'order' => 'client_req cache_hit cache_miss '
-			 . 'cache_hitpass' ,
+			 . 'cache_hitpass s_pass s_pipe' ,
 		'vlabel' => '%',
 		'args' => '-u 100 --rigid',
 		'scale' => 'no',
@@ -254,6 +259,18 @@ my %ASPECTS = (
 				'min' => '0',
 				'cdef' => 'cache_hitpass,client_req,/,100,*'
 			},
+			's_pass' => {
+				'type' => 'DERIVE',
+				'draw' => 'STACK',
+				'min' => '0',
+				'cdef' => 's_pass,client_req,/,100,*'
+			},
+			's_pipe' => {
+				'type' => 'DERIVE',
+				'draw' => 'STACK',
+				'min' => '0',
+				'cdef' => 's_pipe,client_req,/,100,*'
+			},			
 		}
 	},
 	'backend_traffic' => {
@@ -291,7 +308,15 @@ my %ASPECTS = (
 			'backend_req' => {
 				'type' => 'DERIVE',
 				'min' => '0'
-			}
+			},
+			'backend_toolate' => {
+				'type' => 'DERIVE',
+				'min' => '0'
+			},
+			'backend_retry' => {
+				'type' => 'DERIVE',
+				'min' => '0'
+			}			
 		}
 	},
 	'objects' => {
@@ -367,7 +392,16 @@ my %ASPECTS = (
 				'type' => 'DERIVE',
 				'min' => '0',
 				'warning' => ':1'
+			},
+			'n_wrk_lqueue' => { 
+				'type' => 'GAUGE',
+				'min' => '0'
+			},
+			'n_wrk_queued' => { 
+				'type' => 'DERIVE',
+				'min' => '0'
 			}
+			
 		}
 	},
 	'memory_usage' => {
@@ -399,6 +433,14 @@ my %ASPECTS = (
 			'SMF_2' => {
 				'counter' => 'g_space',
 				'family' => 'SMF',
+			},
+			'Transient_1' => {
+				'counter' => 'g_bytes',
+				'family' => 'Transient',
+			},
+			'Transient_2' => {
+				'counter' => 'g_space',
+				'family' => 'Transient',
 			}
 		}
 	},
