net.stamfest.rrd
Interface RRD

All Superinterfaces:
RRDUpdate
All Known Implementing Classes:
RRDToolService

public interface RRD
extends RRDUpdate


Method Summary
 CommandResult create(String filename, String[] args)
           
 CommandResult graphv(String[] cmdin)
           
 CommandResult info(String filename)
           
 CommandResult tune(String filename, String[] args)
           
 
Methods inherited from interface net.stamfest.rrd.RRDUpdate
update
 

Method Detail

info

CommandResult info(String filename)
                   throws Exception
Throws:
Exception

create

CommandResult create(String filename,
                     String[] args)
                     throws Exception
Throws:
Exception

graphv

CommandResult graphv(String[] cmdin)
                     throws Exception
Throws:
Exception

tune

CommandResult tune(String filename,
                   String[] args)
                   throws Exception
Throws:
Exception


Copyright © 2010-2013. All Rights Reserved.