pmgetconfig(3)


NAME

   pmGetConfig,  pmGetOptionalConfig  -  return values for Performance Co-
   Pilot configuration variables

C SYNOPSIS

   #include <pcp/pmapi.h>
   char *pmGetConfig(const char *variable);
   char *pmGetOptionalConfig(const char *variable);

   #include <pcp/impl.h>
   char *__pmGetAPIConfig(const char *feature);

   cc ... -lpcp

DESCRIPTION

   The pmGetConfig and pmGetOptionalConfig functions search  for  variable
   first in the environment and then, if not found, in the Performance Co-
   Pilot (PCP) configuration file  and  returns  the  string  result.   If
   variable  is not already in the environment, it is added with a call to
   putenv(3) before returning.

   The pmGetOptionalConfig function allows  for  failures  -  either  from
   variable  not  being set at all, or due to the configuration file being
   missing.  pmGetConfig is less tolerant to a missing configuration file,
   which  it  treats  as  a  critical  PCP  installation failure - see the
   ``RETURN VALUE'' section below for further details.

   The default location of the PCP configuration file is /etc/pcp.conf but
   this  may  be  changed  by setting PCP_CONF in the environment to a new
   location, as described in pcp.conf(5).

   The internal __pmGetAPIConfig function reports on features of  the  PCP
   library.  It can be used to query support for multi-threading, security
   extensions, and other features.

   The pmconfig(1) utility provides command line access to both  of  these
   interfaces,  and  also  provides  a mechanism for listing all available
   variables and features that are valid arguments to these routines.

RETURN VALUE

   If variable  is  not  found  in  either  the  environment  or  the  PCP
   configuration  file, or if the configuration file is inaccessible, then
   pmGetOptionalConfig returns NULL.

   If  variable  is  found  in  neither  the  environment  nor   the   PCP
   configuration  file,  then pmGetConfig returns an empty string.  If the
   PCP configuration file is not found  then  a  fatal  error  message  is
   printed and the process will exit(2) - although this sounds drastic, it
   is  the   only   course   of   action   available   because   the   PCP
   configuration/installation is deemed fatally flawed.

   The  __pmGetAPIConfig  routine  returns  NULL  on failure to lookup the
   requested feature.  It does not modify the environment, and  returns  a
   pointer to a static read-only string.

   The  value returned by all of these routines is either a static pointer
   or pointer into the environment, and so changing it is a bad idea.

PCP ENVIRONMENT

   Environment variables with the prefix PCP_ are used to parameterize the
   file  and  directory names used by PCP.  On each installation, the file
   /etc/pcp.conf contains the  local  values  for  these  variables.   The
   $PCP_CONF  variable may be used to specify an alternative configuration
   file, as described in pcp.conf(5).  Values for these variables  may  be
   obtained programmatically using the pmGetConfig(3) function.

SEE ALSO

   PCPIntro(1),    pmconfig(1),    pmGetVersion(3),   exit(2),   PMAPI(3),
   getenv(3), putenv(3), pcp.conf(5), pcp.env(5) and environ(7).





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.