T.R | Title | User | Personal Name | Date | Lines |
---|
4738.1 | Is any body out there? | USOPS::HARB | | Mon Mar 29 1993 12:43 | 8 |
| Could someone please respond to this note. I can't keep my historian
up. Everytime I start it up a few minutes later, it dies with the same
error message as noted in .0.
Thanks,
George
|
4738.2 | | TOOK::SHMUYLOVICH | | Mon Mar 29 1993 15:36 | 28 |
|
Sorry for long silence I just came from my vacation.
This problem is already described in this conference.
The Historian Background process can handle up to 500 individual
recording requests ( it means up to 500 different entity/partition pairs).
The message "maximum thread count reached" indicates that you are trying
to create 501-st request.
If you need to record more that 500 entity/partitions you should break
the recordings into several domains and set up a background process
for each domain.
From .0:
"In the domain, I have around 45 nodes, each with about
2-3 active circuits."
With this numbers you should not create more 500 recording requests.
Did you specify In Domain qualifier in the Record command? If not
the wildcard expansion gives you "all known" nodes instead of "all
nodes from the given domain".
Also note that you can not record Statistics attribute partition.
Sam
|
4738.3 | Is it 1 per request, or per entity/partition? | USOPS::HARB | | Wed Mar 31 1993 14:14 | 22 |
| Thanks for the reply Sam.
The record directive does specify the 'in domain' qualifier.
I did count up the number of entities I am recording on. I have a
total of 192 circuits on 45 nodes. I am using one record command for
each partition and specifying the wildcard for the entity. Does that
count as one request or 192 requests?
Thanks for the note on the 'statistics recording'. I'll not do that.
Which leaves me with just three record requests:
LINE COUNTERS, LINE CHAR, CIRCUIT CHAR.
That makes for either 3 record requests, or 3 * 192 = 576 requests. If
it's the first, I should be ok, if it's the second, then I am in
trouble. I really don't want to break up this domain.
Any further advise.
George
|
4738.4 | use CIRCUIT counters | CTHQ::WOODCOCK | | Wed Mar 31 1993 16:19 | 11 |
| >> LINE COUNTERS, LINE CHAR, CIRCUIT CHAR.
George,
I'm not sure if the above records will work for getting stats. We always use
*CIRCUIT* counters, LINE CHAR, CIRCUIT CHAR. LINE counters might work but if
not switch to circuit counters.
best regards,
brad...
|