arrisNpmResultWebPageDlTestResult

ARRIS-NET-PERF-MONITOR-MIB · .1.3.6.1.4.1.4115.1.3.13.2.4.1.1

Object

column OctetString
This object contains a JSON formatted string containing the results 
associated with running the webpage download test using the URL in the
corresponding arrisNpmSetupWebPageDlTestTable. The string follows the
following format
              
{ 'results': {
   'time':'<in the format YYYY-MM-DD HH:MM:SS>'
   'cm':'cm-mac-addr',
   'group':'<group the selected CM is configured with>',
   'url':'<fill in corresponding URL>',
   'bytes':'<total bytes transferred>',
   'time':'<total time measured in milliseconds>',
   'run':'<1 if test was run, 0 if test was NOT run>',
   'fail':'<1 if test failed, 0 if test was successful>'
   }
}
              
<time> defines the time the actual test was run
<cm> defines the CM MAC addres value
<group> is taken from the arrisNpmSetupGroupReference MIB object
<url> is taken from the arrisNpmSetupWebPageDlTestConfigUrl MIB object
<bytes> identifies the number of bytes downloaded for this URL entry
<duration> includes the total time in milliseconds to download the 
           web page. This value excludes the inital DNS resolve for 
           the URL, but includes the DNS resolve time for all embedded
           links in the downloaded content
<run>  indicates if the test was actually run (1). If the test was not
       allowed to run due to background traffic rates, then this will
       return a (0).
<fail> indicates, when the test was actually run, whether the URL was
       successfully downloaded or if the transfer was interrupted or
       could not resolve the URL. 
              
An example of this format is as follows 
              
{ 'results': { 'time':'2011-02-08 08:49:37', 'cm':'00ca.1231.3939', 
    'group':'CMTS-MD-1-0-2', 'url':'www.cnn.com', 
    'bytes':'12023291', 'duration':'8923', 'run':'1', 'fail':'0' } }
              
This information should be sufficiently detailed so as to ensure every
retrieved result can be interpretted on its own, without requiring 
other lookups to retrieve associated data.

Context

MIB
ARRIS-NET-PERF-MONITOR-MIB
OID
.1.3.6.1.4.1.4115.1.3.13.2.4.1.1
Type
column
Access
readonly
Status
current
Parent
arrisNpmResultWebPageDlTestEntry
Table
arrisNpmResultWebPageDlTestTable

Syntax

OctetString

Values & Constraints

No enumerated values or constraints recorded.