From: Ian Jackson Date: Mon, 28 Jun 2010 01:48:05 +0000 (+0100) Subject: prettify cpu X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b9df6f0b5b4273c3b50cda8c5c194d15d58e6c96;p=rrd-graphs.git prettify cpu --- diff --git a/cgi b/cgi index 9fc7b5c..cc6c5b2 100755 --- a/cgi +++ b/cgi @@ -77,8 +77,8 @@ graph('General', 'CPU', { Units => '[%]' }, "CDEF:$thing=0".join('', map { ",$thing$_,+" } (0..7)).",8.0,/"; } qw(idle interrupt nice softirq steal system user wait)), "CDEF:allintr=softirq,steal,+,interrupt,+", - "AREA:system#88f:system:STACK", "AREA:allintr#ff0:interrupt:STACK", + "AREA:system#88f:system:STACK", "AREA:user#00f:user:STACK", "AREA:nice#ccc:nice:STACK", "AREA:wait#f00:wait:STACK",