[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

4344.0. "poor performance - do I Need ALPHA?" by TAV02::KALAI () Thu Jan 07 1993 02:40

just to confirm my feeling.
we are running:
decmcc ssb 1.2
registered entity node4 100
 '"               circuit 70
alarms function with 30 entity dna4,4 polls per hours.
data collector 300 event per hour
sinking decnet event with 300 per hour.
exporter 180 dna4 entity ,4 polls per hour
historian 180 dna4 entity ,4 polls per hour

we are using vax 4000/60  vms 5.5

the performance is very poor (cpu utilization 90-100 percent).
before adding the EXPORTER we had pb when we had a lot of events NOW with 
the exporter it is ...... ,and above the performance pb the historian and
the exporter has quite a lot of "failed poll" .

any idea what I can do ?

upgrade to 4000/90 wait for alpha or what?
just for information we sell the project so it's digital who pay for the upgrade.


Regards,
Yael Kalai.
T.RTitleUserPersonal
Name
DateLines
4344.1some ideas...TOOK::MCPHERSONpre-retinal integrationThu Jan 07 1993 08:1717
So you're CPU-bound, not memory-bound?  That seems odd for a 4000 class
system...   

Out of curiosity, how much memory do you have?

Did you install the DECmcc V1.2 mandatory update?  If you haven't then it 
should fix some of the performance problems...

It *does*sound like you have a lot of exporting going on... Did you put all of
the objects you're exporting in a single domain? Or at least try to *minimize*
the number of domains you're exporting from?

BTW:
If you decide to wait for DECmcc on Alpha/VMS , you'll be waiting a while....

/doug

4344.2limit historical pollingCTHQ::WOODCOCKThu Jan 07 1993 09:5328
decmcc ssb 1.2
registered entity node4 100
 '"               circuit 70
alarms function with 30 entity dna4,4 polls per hours.
data collector 300 event per hour
sinking decnet event with 300 per hour.
exporter 180 dna4 entity ,4 polls per hour
historian 180 dna4 entity ,4 polls per hour

we are using vax 4000/60  vms 5.5

-----------------------------------------------------
Are you EXPORTing and RECORDing on the same entities? At a glance from the 
above info it looks like you are. You should only need to do ONE of the two.
If this is the case pick one and use it exclusively. Also the historical polls
are every 15 minutes, do you absolutely need this granularity 7x24 for all
entities? We only poll hourly for long term trend analysis and if an individual
entity gets into trouble we may set something up more granular just for that
entity. EXPORT probably consumes lots more of everything compared to RECORD so
if you are really in a bind make do with RECORD. For example, in order to get
NODE4 stats you have to RECORD node4 ckt counters (hourly), ckt char (daily),
and line char. (daily). This would be 26 polls per day per ckt. If you EXPORT
hourly you will poll for ckt counters/status/id/char/ref/etc hourly. This is
probably about 6 times more polling for each entity and statistics will also
be calculated each interval (each entity) costing CPU cycles.

this help??
brad... 
4344.3What does the sizer say...RACER::daveAhh, but fortunately, I have the key to escape reality.Thu Jan 07 1993 10:292
What did the system sizer tool say bout cpu and memory requiremnts?
I would be interested in what it said about your system....
4344.4re .0ANOSWS::COMFORTCold iron shackle, ball & chainFri Jan 08 1993 11:269
    
    What is generating 300 DECnet events per hour?
    
    What kind of events? We filter most events here (ie. node unreachables,
    adjacency up and down, etc) partly because of overrunning the system.
    
    What is the data collector doing?
    
    Dave
4344.5Thanks for the replies but..TAV02::KALAISat Jan 09 1993 04:5022
This project concerns the army ,it was signed 3 years ago and we make quite
a lot of mistakes not knowing what DECMCC can do and what hardware DECMCC
need.

ans.1
No I didn't installed the v1.2 MUP,I'll do it Sunday.
I have only one domain for the HISTORIAN.I did try to get the EXPORTER
from the past but it take ages.

ans.2
Yes you are right it's kind of stupid think to do HISTORIAN and EXPORTER
in the same time for the same entities .The reason is that we have allot 
of WAN and the error percent on these lines is quite high (that's why
we poll the counters each 15 min and char each 14 day).The customer want
to be able to analyze the last seven day from the MIR and get report for
one month throw the RDB.We promise to give him this two versions.

Do you believe the 4000/90 will help??

Thanks
Yael Kalai                
4344.6ans .4TAV02::KALAISat Jan 09 1993 09:3312
ans. 4

; What is generating 300 DECnet events hour?  ;

The customer during the acceptance tests, most of the events are Circuit Up
Circuit Down.

The data collector is used for the DCM events and for painting Circuit
entity for Error ,Utilization ,DECnet events.

Yael