Method Summary |
|
addPerformanceMGraph (self,
mgraph)
add a RRDMGraph to the mgraph list for this object |
|
checkPerformanceData (self)
check to see if there is performance data for this object |
|
clearPerformanceMGraph(self)
|
|
getDefaultGraphs (self,
drange)
get the default graph list for this object |
|
getPerformanceMGraphs (self)
returns a list of RRDMGraphs |
|
getPerformanceTarget (self,
targettypename)
lookup a targettype from its name |
|
getPerformanceTargetMap (self)
return the entire targetmap |
|
getPerformanceTargets (self)
return list of target names for a performance object |
|
getPerformanceTargetType (self)
return the target type of this instnace if there is more than one will
return but which is arbitrary |
|
getPerformanceTypeForTarget (self,
target)
lookup the type of a target for this object we try both the full
target passed as well as the last section when split by a '/' |
|
getPerformanceViewsForTarget (self,
targettypename)
get the views for a particular targetname |
|
lookupPerformanceInterfaceGraphs (self,
id)
lookup performance |
|
performanceGraphUrl (self,
target,
targettype,
view,
drange)
resolve targettype and view names to objects and pass to
performanceconf |
|
performanceMGraphUrl (self,
targetsmap,
view,
drange)
resolve targetsmap and view and send to perfconf |
|
performanceTargetPath (self)
Return the performance target path set for this object. |
|
setPerformanceTargetMap (self,
targetpath,
targets)
build the performance target map for an object used when we want to
draw graphs for the object |