pmdanamed(1) centos man page | unix.com

Man Page: pmdanamed

Operating Environment: centos

Section: 1

PMDANAMED(1)						       Performance Co-Pilot						      PMDANAMED(1)

NAME
pmdanamed - BIND (named) PMDA
DESCRIPTION
pmdanamed is a Performance Metrics Domain Agent (PMDA) which exports metric values from the BIND DNS server. Further details on BIND can be found at http://isc.org/.
INSTALLATION
If you want access to the names and values for the named performance metrics, do the following as root: # cd $PCP_PMDAS_DIR/named # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/named # ./Remove pmdanamed is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed.
FILES
/var/named/data/named_stats.txt statistics file showing values exported from named /var/named/chroot/var/named/data/named_stats.txt chroot variant of statistics file showing values exported from named $PCP_PMDAS_DIR/named/Install installation script for the pmdanamed agent $PCP_PMDAS_DIR/named/Remove undo installation script for the pmdanamed agent $PCP_LOG_DIR/pmcd/named.log default log file for error messages from pmdanamed
SEE ALSO
pmcd(1), named.conf(5), named(8). 3.8.10 Performance Co-Pilot PMDANAMED(1)
Related Man Pages
pmdabonding(1) - centos
pmdakvm(1) - centos
pmdamemcache(1) - centos
pmdapdns(1) - centos
pmdapostgresql(1) - centos
Similar Topics in the Unix Linux Community
bash
how to read the contents of two files line by line and compare the line by line?
Script to change file name
[Solved] Running a R script with in a shell script
Is there a BASH script allowing me to grep specifics from /var/log/messages?