logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmdaProfile - update instance profile for PMDA in preparation for the next fetch from PMCD

C Synopsis

#include<pcp/pmapi.h>#include<pcp/pmda.h>intpmdaProfile(pmProfile*prof,pmdaExt*pmda);cc...-lpcp_pmda-lpcp

Caveat

       The PMDA  must  be  using  PMDA_INTERFACE_2  or  later,  as  specified  in  the  call  to  pmdaDSO(3)  or
       pmdaDaemon(3).

Description

       As  part  of  the  Performance  Metrics Domain Agent (PMDA) API (see PMDA(3)), pmdaProfile is the default
       callback which handles the receipt of a pmProfile from pmcd(1).  A profile describes the  instances  that
       pmcd  requires  in  the pmResult structure returned by the next fetch.  pmdaProfile simply stores the new
       profile.

Name

pmdaProfile - update instance profile for PMDA in preparation for the next fetch from PMCD

See Also

PMAPI(3), PMDA(3), pmdaDaemon(3), pmdaDSO(3) and pmdaFetch(3).

Performance Co-Pilot                                   PCP                                        PMDAPROFILE(3)

See Also