pmiSetVersion - set the archive version for a LOGIMPORT archive
Contents
C Synopsis
#include<pcp/pmapi.h>#include<pcp/import.h>intpmiSetVersion(intvalue);cc...-lpcp_import-lpcp
Description
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiSetVersion sets the output
archive version in the current context to be value.
In the absence of a call to pmiSetVersion the version currently defaults to the traditional v2 format.
In a future major version of PCP it will default to v3 format.
Diagnostics
pmiSetVersion returns zero on success else a negative value that can be turned into an error message by
calling pmiErrStr(3).
Name
pmiSetVersion - set the archive version for a LOGIMPORT archive
Perl Synopsis
usePCP::LogImport;pmiSetVersion($value);
Python Synopsis
frompcpimportpmilog=pmi.pmiLogImport(path).pmiSetVersion(value)
See Also
LOGIMPORT(3), pmiErrStr(3), pmiSetHostname(3), pmiSetTimezone(3) and pmiStart(3). Performance Co-Pilot PMISETVERSION(3)
