
{ CML$RHFAM_USAGE_DATA
{
{ PURPOSE:  This statistic provides the performance information that
{    is required for SQC analysis.
{
{ FREQUENCY:  This statistic is emitted once every hour while the
{    RHFAM/VE system task is running.  The initial timer is set
{    when the RHFAM/VE system task is initiated.  The following
{    are exceptions to the hourly logging:
{
{    1)  The statistics are logged at the time a NAD is
{        removed from access method service.
{
{    2)  The statistics are not logged again until an attempt has been
{        made to restart the NAD.
{
{ CONTENT:
{    Descriptive Data:
{
{    '<mf>.<iou>.<pp>.<channel>.<element>'
{
{      where <mf> is the identification of the mainframe in the form
{        $SYSTEM_mmmm_ssss.  Where 'mmmm' is the model number of
{        central processor zero and 'ssss' is the serial number of
{        that processor.
{
{      where <iou> specifies the string 'IOUn' where n identifies
{        the resident IOU of the channel (either 0 or 1).
{
{      where <pp> specifies the the string 'PPn' where n is the decimal
{        representation of the logical PP used to access the channel.
{
{      where <channel> specifies the string 'CHn' where n is the decimal
{        representation of the physical channel used to access the NAD.
{
{      where <element> is the element name, specified in the PCU,
{        used to logically identify the NAD.
{
{    Counters:
{
{      1 - Channel Number.
{          Bit 57 = 1 implies that the channel is an I4 concurrent
{          channel.
{          Bits 46 thru 51 contain the IOU number of the channel.
{
{      2 - Bytes sent.
{
{      3 - Bytes received.
{
{      4 - Controlware reloads.
{
{      5 - Connections established.

  CONST
      cml$rhfam_usage_data = cmc$min_ecc + 7202;

*copyc cmc$condition_limits

