3 if [ "$1" = "autoconf" ]; then
8 if [ "$1" = "config" ]; then
9 echo "graph_title portage tree stats"
10 echo "graph_info This graph shows the count of packages and ebuilds available on this system"
11 echo "graph_category portage"
12 echo "graph_order packages ebuilds"
13 echo "graph_printf %.0lf"
15 echo "packages.label packages"
16 echo "packages.draw LINE2"
17 echo "ebuilds.label ebuilds"
18 echo "ebuilds.draw LINE2"
22 cat /tmp/munin_portage/packages.stat
23 cat /tmp/munin_portage/ebuilds.stat