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

pmGetUsername - fetch special PCP username

C Synopsis

#include<pcp/pmapi.h>intpmGetUsername(char**username);cc...-lpcp

Description

       Within  the  Performance  Co-Pilot  (PCP)  some  applications  use a special (non-root) username to allow
       access, e.g. to write log files into protected directories.

       pmGetUsername returns the name via username.

       The variable name PCP_USER is fetched using  pmGetOptionalConfig(3).   If  this  succeeds,  pmGetUsername
       returns 1.  Otherwise.  username is set to the default value of pcp and pmGetUsername returns 0.

       pmGetUsername is most often used in conjunction with pmSetProcessIdentity(3) at process start up.

Name

pmGetUsername - fetch special PCP username

See Also

PMAPI(3), pmGetOptionalConfig(3) and pmSetProcessIdentity(3).

Performance Co-Pilot                                   PCP                                      PMGETUSERNAME(3)

See Also