Google
IPC Status
A state-less EPAgent plugin script, that executes the ipcs command to retrieve Inter Process Command performance stats.
How it works
This Perl scripts executes the following commands
ipcs -s -uipcs -s -lipcs -m -uipcs -m -lipcs -q -uipcs -q -l
The various output is parsed and converted into Introscope metrics.
- Introscope metrics based on output from ipcs
- Sample output from the ipcs command
Configuration
Files
Requirements
- Perl 5
- The command ipcs, installed
Plugin configuration
introscope.epagent.plugins.stateless.names=IPC introscope.epagent.stateless.IPC.command=perl ./epaplugins/ribomation/ipc-status.pl introscope.epagent.stateless.IPC.delayInSeconds=15
Parameters
| Parameter | Default | Description |
|---|---|---|
| prefix | IPC Status | Metric root node name |
| debug | Enable DEBUG printouts to STDERR | |
| help | Print HELP and exit |



