PMDABONDING(1) Performance Co-Pilot PMDABONDING(1)NAME
pmdabonding - Linux bonded interface performance metrics domain agent (PMDA)
DESCRIPTION
pmdabonding is a Performance Metrics Domain Agent (PMDA) which exports metric values from bonded network interfaces in the Linux kernel.
INSTALLATION
If you want access to the names and values for the bonding performance metrics, do the following as root:
# cd $PCP_PMDAS_DIR/bonding
# ./Install
If you want to undo the installation, do the following as root:
# cd $PCP_PMDAS_DIR/bonding
# ./Remove
pmdabonding 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
$PCP_PMDAS_DIR/bonding/Install
installation script for the pmdabonding agent
$PCP_PMDAS_DIR/bonding/Remove
undo installation script for the pmdabonding agent
$PCP_LOG_DIR/pmcd/bonding.log
default log file for error messages from pmdabonding
SEE ALSO pmcd(1) and ifenslave(8).
3.8.10 Performance Co-Pilot PMDABONDING(1)
Check Out this Related Man Page
PMDAELASTICSEARCH(1) Performance Co-Pilot PMDAELASTICSEARCH(1)NAME
pmdaelasticsearch - elasticsearch performance metrics domain agent (PMDA)
DESCRIPTION
pmdaelasticsearch is a Performance Metrics Domain Agent (PMDA) which exports metric values from elasticsearch.
INSTALLATION
This PMDA requires that elasticsearch is running on the local host and is accepting queries on TCP port 9200
Install the elasticsearch PMDA by using the Install script as root:
# cd $PCP_PMDAS_DIR/elasticsearch
# ./Install
To uninstall, do the following as root:
# cd $PCP_PMDAS_DIR/elasticsearch
# ./Remove
pmdaelasticsearch 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
$PCP_PMDAS_DIR/elasticsearch/es.conf
optional configuration file for pmdaelasticsearch
elasticsearch PMDA for PCP
$PCP_PMDAS_DIR/elasticsearch/Install
installation script for the pmdaelasticsearch agent
$PCP_PMDAS_DIR/elasticsearch/Remove
undo installation script for the pmdaelasticsearch agent
$PCP_LOG_DIR/pmcd/elasticsearch.log
default log file for error messages from pmdaelasticsearch
SEE ALSO pmcd(1).
3.8.10 Performance Co-Pilot PMDAELASTICSEARCH(1)
ok im not exactly a unix expert but i purchased a workstation online it has hp ux 11i on it and i would like to make a cd for hp ux 11i is there a way at all to copy the installation files to a cd... im not exaclty sure where the instalation files might be but thats what i was also hoping that you... (18 Replies)
Discussion started by: bbutler3295
18 Replies
2. Post Here to Contact Site Administrators and Moderators
Hi all,
I am planning to give a presentation on performance measure. I have decided to focus on the commands which are used to know the performance of the server. I have a idea of prstat,vmstat,netstat, and iostat. Could anybody suggest me any other commands which are used for perforamance... (7 Replies)
I am interested in setting up some High Performance Computing clusters and would like to get people's views and experiences on this.
I have 2 requirements:
1. Compute clusters to do fast cpu intensive computations
2. Storage clusters of parallel and extendable filesystems spread across many... (6 Replies)
Hi,
I am a newbie in unix.
I have to solve a problem.
I have a file ( properties.file) with different (key=value) values, as below
agent.x=xyz
agent.y=xyz
agent.z=xyz
I have some other files in the system in different locations with different (key=value) values.
... (5 Replies)
Hi all,
I'm using an HP Proliant server with double NIC and Debian 5 (Lenny) as its OS. I used link bonding on it for several years with no problem.
Today, (now only one interface connected to switch) the interface went down. I restarted networking service (/etc/init.d/networking restart) and... (7 Replies)
Me again :)
I'm trying to find a page describing the L2, L3 und L4 modes of dladm.
It's nice to read "hashed by ip header", but how should I use that?
On the file-server it's ok to have the six interfaces serving six clients each on it's own. But an rsync connection via switch between two... (8 Replies)
I am looking for a way to measure performance metrics of streaming audio/video from a contecnt server, e.g. YouTube for example. Im keen to see if I can look at duration it took for contecnt to download.
I know from the output of wget's log file you can see duration a url is downloaded in.... (5 Replies)
I've just been handed a hot potato from a colleague who left :(... our client has been complaining about slow performance on one of our servers.
I'm not very experienced in investigating performance issues so I hoping someone will be so kind to provide some guidance
Here is an overview of the... (8 Replies)
Hi! I'm sure that somebody here installed freeBSD from a download of a virtual disc (.iso). But I made 5 downloads of 5 differents freeBSD installation (and no one has worked).Can somebody tell me where to download and how (if needed) to prepare the cd? (8 Replies)
hi,
I am trying to remove the last field before the period (.) from a list of file names in a directory in a shell script.
Below is the list of file names.
ENVID_archival_20120214092258.log
ENVID_Get_Source_Files_20120214091828.log
ENVID_Get_Source_Files_20120214092523.log... (6 Replies)
Let's say I have a file called test.out. In this file I want to do the following:
1. Search for DIP-10219 and with this:
2. Remove everything in front of cn=
3. Remove everything after *com
4. Remove duplicate lines
5. Replace ( with \(
6. Replace ) with \)
For 1-3 I have figured out this... (11 Replies)
Hello to everyone.
This is my first post. I want to make one perl agent which calculate following things from Linux Server. Actually I want to pull all this information from 2 linux client and wants to display on web interface.
First I want to calculate below details
1) CPU
2) MEMORY
3)... (6 Replies)