|
Yes, possible. You need to make a userdefined graph.
You can make the sub-graphs either as normal lines (like in the incoming graph) or as stacked areas. Then, you can optionally add a total line, and/or an Average line.
For an example, see the demo routers2 system on this website, and look at the CPU graph for the linux server. This is 3 stacked sub-graphs. You can also see the .cfg file used to generate it here.
Read the doc/HOWTO for details, but the directive you need is
routers.cgi*Graph[subtarget]: summaryname withtotal
for each subtarget, and then
routers.cgi*GraphStyle[summaryname]: stack
if you want it stacked. Many other options are available as well. If you don't have noo or noi set, then it totals both incoming and outgoing. You may also want nodetails set, if you are only interest in the final total and not the legends for the sub-lines. If you have v2.17b2 or later, you can use the 'nolines' option to hide the sub-lines entirely.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|