]> git.itanic.dy.fi Git - rrdd/commitdiff
Orthogonalize CPU graph colors
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 8 Oct 2009 19:41:35 +0000 (22:41 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 8 Oct 2009 19:41:35 +0000 (22:41 +0300)
Otherwise IO and USER load might get mixed up

testdata.h.example

index 5eab843eef38af4a4840b8bd7a4d53f435cf6fee..e8ea0e7906bfe4f5838df9c2094344bb1b0075ea 100644 (file)
@@ -45,7 +45,7 @@ const char *cputext[] = {
        "GPRINT:id:AVERAGE:" numfmt,
        "GPRINT:id:LAST:" numfmt "\\n",
        blank,
-       "STACK:wa#0000ff:IO wait  ",
+       "STACK:wa#ff00ff:IO wait  ",
        "GPRINT:wa:MIN:" numfmt,
        "GPRINT:wa:MAX:" numfmt,
        "GPRINT:wa:AVERAGE:" numfmt,