From 50cb217cfe50e70fe7454dde097e740e9aee7600 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Thu, 8 Jan 2015 17:54:57 +0000 Subject: [PATCH] Set order for objects and expunge --- plugins/varnish4/varnish4_ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/varnish4/varnish4_ b/plugins/varnish4/varnish4_ index 70b0f67d..ed0833e1 100644 --- a/plugins/varnish4/varnish4_ +++ b/plugins/varnish4/varnish4_ @@ -305,6 +305,7 @@ my %ASPECTS = ( }, 'objects' => { 'title' => 'Number of objects', + 'order' => 'n_object n_objectcore n_vampireobject n_objecthead', 'values' => { 'n_object' => { 'type' => 'GAUGE', @@ -674,6 +675,7 @@ my %ASPECTS = ( }, 'expunge' => { 'title' => 'Object expunging', + 'order' => 'n_expired n_lru_nuked', 'values' => { 'n_expired' => { 'type' => 'DERIVE',