From b9df6f0b5b4273c3b50cda8c5c194d15d58e6c96 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Jun 2010 02:48:05 +0100 Subject: [PATCH] prettify cpu --- cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2