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

pmiEnd - finish up a LOGIMPORT archive

C Synopsis

#include<pcp/pmapi.h>#include<pcp/import.h>intpmiEnd(void);cc...-lpcp_import-lpcp

Description

       As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiEnd closes the current context,
       forcing the trailer records to be written to the PCP archive files, and then these files are closed.

       In  normal  operations,  an  application would include a call to pmiEnd at the end of processing for each
       context created with a call to pmiStart(3).

Diagnostics

pmiEnd returns zero on success else a negative value that can be turned into an error message by  calling
       pmiErrStr(3).

Name

pmiEnd - finish up a LOGIMPORT archive

Perl Synopsis

usePCP::LogImport;pmiEnd();

See Also

LOGIMPORT(3) and pmiStart(3).

Performance Co-Pilot                                                                                   PMIEND(3)

See Also