From ef88c82d387fcec63f5b045426fbab7b492d53fb Mon Sep 17 00:00:00 2001 From: octo Date: Fri, 27 Jan 2006 21:16:54 +0000 Subject: [PATCH] Added Header and Vertical legend to the graphs.. --- contrib/museum/collection.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/museum/collection.cgi b/contrib/museum/collection.cgi index 564adf05..e7831aa5 100755 --- a/contrib/museum/collection.cgi +++ b/contrib/museum/collection.cgi @@ -701,6 +701,8 @@ our $GraphArgs = memory => ['-t', '{host} memory usage', '-v', 'Bytes', '-b', '1024', '-l', '0'], mysql_commands => ['-t', 'mysql command {inst}', '-v', 'Issues/s' ], mysql_handler => ['-t', 'mysql handler {inst}', '-v', 'Issues/s' ], + mysql_qcache => ['-t', 'mysql query cache', '-v', 'Queries/s' ], + mysql_threads => ['-t', 'mysql threads', '-v', 'Threads' ], nfs3_procedures => ['-t', '{host} NFSv3 {inst} procedures', '-v', 'Procedures/s' ], partition => ['-t', '{host} partition {inst} usage', '-v', 'Byte/s'], ping => ['-t', '{host} ping to {inst}', '-v', 'ms'], -- 2.11.0