Hi,
"Frank Ch. Eigler" <fche@xxxxxxxxxx> writes:
[...]
>> - Need some API documentation and more examples of the python binding in
>> pmFetchGroup(3)
> Hm, where are python APIs documented in general? Not in man pages
> AFAIK.
AIUI, python specific documentation occurs in a couple places, via
specifically formated comments in the code.[1]
% pydoc -k pcp
pcp
pcp.mmv - Wrapper module for libpcp_mmv - PCP Memory Mapped Values library
pcp.pmapi - Wrapper module for LIBPCP - the core Performace Co-Pilot API
pcp.pmcc - Convenience Classes building on the base PMAPI extension module
pcp.pmda - Wrapper module for libpcp_pmda - Performace Co-Pilot Domain Agent API
pcp.pmgui - Wrapper module for libpcp_gui - PCP Graphical User Interface clients
pcp.pmi - Wrapper module for libpcp_import - Performace Co-Pilot Log Import API
pcp.pmsubsys - Advanced System & Process Monitor using the libpcp
Wrapper module
Cheers,
Lukas
[1] - https://www.python.org/dev/peps/pep-0257/
|