示例#1
0
    def test_get_instances(self):

        rrd_root_dir = "/home/semy/lab-os-1/ganglia"

        rrd = RrdWrapper(rrd_root_dir)
        instances = rrd.get_instances_names()

        print instances