How Does X-Multicast Computes dataRecvRate and MsgRecvRate Values? Jose Mari de Leon June 30, 2017 23:09 Follow The dataRecvRate is calculated below as follows:samplingInterval = currentTime - timeOfLastReadingdataRecvRate = (dataSize / samplingInterval) / 1024 NOTE: 1024 - datasize being sent is in bytes therefore we divide to 1024 since our unit as displayed is in KB/sec The msgRecvRate is calculated as follows:samplingInterval = currentTime - timeOfLastReadingmsgRecvRate = messageCount/samplingInterval Related articles Part 2 of "How to configure the connectivity between the Geneos components and the 32-bit Sybase Database client for DB Logging/SQL Toolkit in Linux?" If an Action is defined with Repeat Interval or Escalation, what would be the value captured when it is run? Comments 0 comments Please sign in to leave a comment.
Comments
0 comments
Please sign in to leave a comment.