Query: pmloadderivedconfig
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PMLOADDERIVEDCONFIG(3) Library Functions Manual PMLOADDERIVEDCONFIG(3)NAMEpmLoadDerivedConfig - load derived metric definitions from a fileC SYNOPSIS#include <pcp/pmapi.h> int pmLoadDerivedConfig(char *fname); cc ... -lpcpDESCRIPTIONEach line of the file fname is either a comment line (with a ``#'' in the first position of the line) or the declaration of a derived per- formance metric, specified as: * the name of the derived metric, using the same ``dot notation'' syntax that is used for PCP performance metrics, see PCPIntro(1) and pmns(5). * an equals sign (``='') * a valid expression for a derived metric, as described in pmRegisterDerived(3). White space is ignored in the lines. For each line containing a derived metric definition, pmRegisterDerived(3) is called to register the new derived metric. The result from pmLoadDerivedConfig will be the number of derived metrics loaded from fname else a value less than zero in the case of an error.EXAMPLE# sample derived metric definitions bad_in_pkts = network.interface.in.errors + network.interface.in.drops # note the following would need to be on a single line ... disk.dev.read_pct = 100 * delta(disk.dev.read) / (delta(disk.dev.read) + delta(disk.dev.write))SEE ALSOPCPIntro(1), PMAPI(3) and pmRegisterDerived(3). Performance Co-Pilot PMLOADDERIVEDCONFIG(3)
Related Man Pages |
---|
pmlookuptext(3) - centos |
pmparsemetricspec(3) - centos |
pmregisterderived(3) - centos |
pmdapmid(3) - centos |
pmigethandle(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Urgent - help please |
Laughter - the best medicine |
How to compare that file name is empty? |
Performance issue to read line by line |
Performance issue to read line by line |