The 3.13 releases of EPICS base provided support for vxStats. This support has been modified so that EPICS base 3.14 applications can use the 3.14 build rules to include the support. The support will only work on vxWorks since the code still uses vxWorks specific library calls. The current module owner has no plans to upgrade this support or to provide additional documentation.
The module provides statistics for CPU, Memory, and File descriptor usage.
You can download the software from the link in the table below:
Module Version | EPICS Release | Filename | Documentation | Release Notes |
---|---|---|---|---|
R1-2 | 3.14.5 | vxStats1-2.tar.gz | None | None |
After obtaining a copy of the distribution, it must be installed and built for use at your site.
support/vxStats
cd
to this subdirectory.make
in the top level directoryIn order to use the support in an application do the following:
<top>/configure/RELEASE
VX_STATS=<full path to installation directory>
Makefile
.
<app>_LIBS_vxWorks += vxStats
app>Include.dbd
.
include "vxStats.dbd"
The support consists of the following components:
devVXStats.c vxStats.dbd
Please email any comments and bug reports to Marty Kraimer who is responsible for coordinating development and releases.