EPICS realTimePerform: Real Time Performance Measurements of

EPICS IOCcore

Module Owner: Shifu Xu

Description

EPICS Input/Output Controller core (IOCcore) software has been ported to several different operating systems (OSs) and many hardware platforms. This module measures the EPICS IOCcore runtime performance on vxWorks, RTEMS, and Linux (for Linux additional kernel support is required that is not part of this module).

Please email any comments and bug reports to Shifu Xu who is responsible for coordinating development and releases.

Releases

You can download the software from the links in the table below:

Module Version

EPICS Release

Filename

Documentation

Release Notes

Known Problems

R1-1

3.14.7

realTimePerform1-1.tar.gz

testDescription.html
results.html

Release Notes

Known Problems

Installation and Building

EPICS base and Asyn module must be built first. After they are built and the tar file has been untared:

cd configure
vi RELEASE  Define the path for EPICS_BASE and ASYN
cd ..
make
 
Shifu Xu