1PMDANEWS(1) Performance Co-Pilot PMDANEWS(1)
2
3
4
6 pmdanews - sample Usenet news performance metrics domain agent (PMDA)
7
9 pmdanews is an example Performance Metrics Domain Agent (PMDA) which
10 exports metric values related to a set of newsgroups.
11
13 If you want access to the names and values for the news performance
14 metrics, do the following as root:
15
16 # cd $PCP_PMDAS_DIR/news
17 # ./Install
18
19 If you want to undo the installation, do the following as root:
20
21 # cd $PCP_PMDAS_DIR/news
22 # ./Remove
23
24 pmdanews is launched by pmcd(1) and should never be executed directly.
25 The Install and Remove scripts notify pmcd(1) when the agent is
26 installed or removed.
27
29 $PCP_PMDAS_DIR/news/Install
30 installation script for the pmdanews agent
31
32 $PCP_PMDAS_DIR/news/Remove
33 undo installation script for the pmdanews agent
34
35 $PCP_LOG_DIR/pmcd/news.log
36 default log file for error messages from pmdanews
37
39 pmcd(1).
40
41
42
435.0.1 Performance Co-Pilot PMDANEWS(1)