Added Header and Vertical legend to the graphs..
authorocto <octo>
Fri, 27 Jan 2006 21:16:54 +0000 (21:16 +0000)
committerocto <octo>
Fri, 27 Jan 2006 21:16:54 +0000 (21:16 +0000)
contrib/museum/collection.cgi

index 564adf0..e7831aa 100755 (executable)
@@ -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'],