[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

4179.0. "Report graphs from export at <1hr interval?" by CX3PT1::SHOTO::W_MCGAW () Tue Dec 01 1992 16:40

Hi,

I have a customer that is interested in customizing his own report
to produce a graph based on exported data.  He is exporting counter
data for node, line and circuit counters from 25 routers on a 15 
minute interval.  His question is, can he generate a graph with 15
minute granularity from this data or does DECmcc normalize collected
data to 1hour the way that NMCC DECnet Monitor does.  There are some
statistics that get calculated during exporting, does that information
get calculated on a 1hour interval or is the calculation based on the
polling interval?

Thanks'
Walt
T.RTitleUserPersonal
Name
DateLines
4179.1TOOK::SHMUYLOVICHWed Dec 02 1992 09:4511
DECmcc Exporter does not do any normalization.
 
Calculation of the statistics is based on the export period specified
in the export command. In reality duration for exported statistics
is less that the value of the export period. In the exported database
you can find a column "DURATION" which shows the actual value of 
duration for each poll.

 SAm 
    
4179.2how does this affect the graph?CX3PT2::SHOTO::W_MCGAWWed Dec 02 1992 18:216
    Hi Sam,
    
    Does this mean the customer can generate a graph with the granularity
    of the export period or the duration or do neither of these matter?
    
    Walt
4179.3TOOK::SHMUYLOVICHThu Dec 03 1992 14:1922
    Walt,

    Below is an example from a real exported database for export 
period = 5 min (300 sec).

SQL> select time_stamp, time_statistics,duration from mcc_node4;
 TIME_STAMP                TIME_STATISTICS                          DURATION

 29-JUN-1992 16:10:13.70   29-JUN-1992 16:09:39.47    2.500000000000000E+002
 29-JUN-1992 16:15:13.71   29-JUN-1992 16:14:39.08    2.490000000000000E+002
 29-JUN-1992 16:20:13.71   29-JUN-1992 16:19:39.93    2.500000000000000E+002
 29-JUN-1992 16:25:13.66   29-JUN-1992 16:24:38.72    2.480000000000000E+002
 29-JUN-1992 16:30:13.76   29-JUN-1992 16:29:38.99    2.490000000000000E+002
 29-JUN-1992 16:35:13.71   29-JUN-1992 16:34:38.90    2.480000000000000E+002
 29-JUN-1992 16:40:13.63   29-JUN-1992 16:39:33.65    2.380000000000000E+002
 29-JUN-1992 16:45:13.69   29-JUN-1992 16:44:36.96    2.450000000000000E+002
 29-JUN-1992 16:50:13.73   29-JUN-1992 16:49:37.32    2.450000000000000E+002


	Hope this helps,
                         Sam
    
4179.4it does helpCX3PT1::SHOTO::W_MCGAWTue Dec 15 1992 17:403
    Thanks Sam... It does help.
    
    Walt