User's Manual

Table Of Contents
B. MIBS
237 "A table containing partition statistics ."
238 ::= { tteEndSystem1 -7 12 }
239
240 parStatEntry OBJECT -TYPE
241 SYNTAX ParStatEntry
242 ACCESS not -accessible
243 STATUS mandatory
244 DESCRIPTION
245 "Information about a particular table row ."
246 INDEX { tteDropFull }
247 ::= { parStatTable 1 }
248
249 ParStatEntry ::=
250 SEQUENCE {
251 tteDropFull
252 Counter ,
253 tteMemThreshold
254 Counter
255 }
256
257 tteDropFull OBJECT -TYPE
258 SYNTAX Counter
259 ACCESS read -only
260 STATUS mandatory
261 DESCRIPTION
262 "This counter is incremented when a message that could be
stored
263 in an input port of partition i was dropped because
264 the corresponding input port was already full (only in case of
265 a queue). The counter is 24 bits wide and does not wrap."
266 ::= { parStatEntry 1 }
267
268 tteMemThreshold OBJECT -TYPE
269 SYNTAX Counter
270 ACCESS read -only
271 STATUS mandatory
272 DESCRIPTION
273 "Indicator that the amount of free memory buffers exceeds
274 the configured threshold on the partition . 0 means threshold
275 was not reached. 1 means the threshold was reached."
276 ::= { parStatEntry 2 }
277
278 tteRmDropSpecial OBJECT -TYPE
279 SYNTAX INTEGER
280 ACCESS read -only
281 STATUS mandatory
282 DESCRIPTION
283 "This flag will be set whenever the MAC drops a frame because
of
284 ARINC 664 redundancy management if the sequence number of
285 the frame received did not match the sequence number of
286 the frame of the same VL that most recently passed RM."
287 ::= { tteEndSystem1 -7 13 }
288
289 tteRmIdxSpecial OBJECT -TYPE
290 SYNTAX INTEGER
© TTTech Computertechnik AG 2019. All rights reserved.
Confidential and Proprietary Information
52
Document Number:
D-863-M-05-001