1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
|
--MibName=raisecomSystem
-- =======================================================================
-- Version info
--
-- Version 0.1 Created 2003.12.17 by GONGGUIDONG
-- This version of MIB is created just for the use of Network Management Systems
-- display the memory and cpu.
--
-- Copyright(c) 2002-2005 by RAISECOM TECH, Ltd.
-- modify history
-- 01, 20131012, huxiangfeng, Add two traps.
-- 01, 20090915, qiyun, Add CPU monitor MIBs.
--
-- =======================================================================
ROSMGMT-SYSTEM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY ,
NOTIFICATION-TYPE,
Integer32,
OBJECT-TYPE
FROM SNMPv2-SMI
rosMgmt
FROM RAISECOM-BASE-MIB
EnableVar
FROM SWITCH-TC
TimeStamp,TEXTUAL-CONVENTION
FROM SNMPv2-TC;
rosMgmtSystem MODULE-IDENTITY
LAST-UPDATED "202004120000Z"
ORGANIZATION "RAISECOM TECH, Ltd."
CONTACT-INFO "www.raisecom.com"
DESCRIPTION
"raisecom System objects: objects common to all platforms."
REVISION "202004120000Z"
DESCRIPTION "MIB file check and modification"
::= { rosMgmt 1 }
--
-- Textual Conventions
--
ProcessStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Status of the process."
SYNTAX INTEGER
{
rrunning(1),
dinterruptiblesleep(2),
suninterruptiblesleep(3),
tstopped(4),
zzombie(5),
xdead(6),
wpaging(7)
}
CPUTimeStamp ::= TEXTUAL-CONVENTION
DISPLAY-HINT "4d.4d.4d.4d"
STATUS current
DESCRIPTION
"The time in seconds that could represent signed
quantities like time delay with respect to some
source. The signed integer part is in the first
32 bits and the fraction part is in the last 32 bits."
REFERENCE
"D.L. Mills, 'Network Time Protocol (Version 3)',
RFC-1305, March 1992, Sections 2, 3.2.1"
SYNTAX OCTET STRING (SIZE (16))
--
-- RAISECOM CPU objects
--
rosMgmtCpu OBJECT IDENTIFIER ::= { rosMgmtSystem 1 }
--rosMgmtCpuTrapGroup
rosMgmtCpuNotifications OBJECT IDENTIFIER ::= { rosMgmtCpu 0 }
rosMgmtCpuObjects OBJECT IDENTIFIER ::= { rosMgmtCpu 1 }
rosMgmtCpuConformance OBJECT IDENTIFIER ::= { rosMgmtCpu 2 }
--rosMgmtCpuNotifications
rosMgmtCpuRisingThreshold NOTIFICATION-TYPE
OBJECTS { rosMgmtProcessIndex, rosMgmtProcessUtilization,rosMgmtCpuUtilizationCpuIdx, rosMgmtCpuUtilization }
STATUS current
DESCRIPTION
"CPU utilization rising threshold trap transfer."
::= { rosMgmtCpuNotifications 1 }
rosMgmtCpuRisingThresholdRecover NOTIFICATION-TYPE
OBJECTS {rosMgmtCpuUtilizationCpuIdx, rosMgmtCpuUtilization }
STATUS current
DESCRIPTION
"CPU utilization rising threshold return to normal trap transfer."
::= { rosMgmtCpuNotifications 2 }
--rosMgmtCpuScalarGroup
rosMgmtCpuScalarGroup OBJECT IDENTIFIER
::= { rosMgmtCpuObjects 1}
rosMgmtCpuTotalProcNum OBJECT-TYPE
SYNTAX Integer32 (1..2000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of processes."
::= { rosMgmtCpuScalarGroup 1}
rosMgmtCpuHistoryTableSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value configured by the user which specifies
the number of reports in the history table."
DEFVAL { 60 }
::= { rosMgmtCpuScalarGroup 2}
rosMgmtCpuThresholdTrapEnable OBJECT-TYPE
SYNTAX EnableVar
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"The administration status of the CPU utilization threshold trap."
::= { rosMgmtCpuScalarGroup 3}
rosMgmtCpuRisingThresholdValue OBJECT-TYPE
SYNTAX Integer32 (2..99)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The percentage rising threshold value configured by the user.
The value indicates, if the CPU utilization which rise from
rosMgmtCpuFallingThresholdValue is equal to or above this value
for rosMgmtCpuThresholdInterval duration then send
a rosMgmtCpuRisingThreshold notification to the NMS."
DEFVAL { 99 }
::= { rosMgmtCpuScalarGroup 4}
rosMgmtCpuRecoverThresholdValue OBJECT-TYPE
SYNTAX Integer32 (0..98)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The percentage falling threshold value configured by the user.
The value indicates, if the CPU utilization which fell from
rosMgmtCpuRecoverThresholdValue is equal to or below this value
for rosMgmtCpuThresholdInterval duration then send
a rosMgmtCpuFallingThreshold notification to the NMS."
DEFVAL { 79 }
::= { rosMgmtCpuScalarGroup 5}
rosMgmtCpuThresholdInterval OBJECT-TYPE
SYNTAX Integer32 (5..36000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is an observation interval.
The value of this object indicates that the CPU utilization
should be above rosMgmtCpuRisingThresholdValue for this
duration to send a rosMgmtCpuRisingThreshold notification
to the NMS or below rosMgmtCpuFallingThresholdValue for
this duration to send a rosMgmtCpuFallingThreshold."
DEFVAL { 60 }
::= { rosMgmtCpuScalarGroup 6}
rosMgmtCpuNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of cpu."
::= { rosMgmtCpuScalarGroup 7}
--rosMgmtCpuTableGroup
rosMgmtCpuTableGroup OBJECT IDENTIFIER
::= { rosMgmtCpuObjects 2}
--rosMgmtCpuUtilizationGroup
rosMgmtCpuUtilizationGroup OBJECT IDENTIFIER
::= { rosMgmtCpuTableGroup 1 }
--rosMgmtCpuUtilizationTable
rosMgmtCpuUtilizationTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtCpuUtilizationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information about multi-core CPU utilization."
::= { rosMgmtCpuUtilizationGroup 1 }
rosMgmtCpuUtilizationEntry OBJECT-TYPE
SYNTAX RosMgmtCpuUtilizationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about the CPU utilization."
INDEX { rosMgmtCpuUtilizationPeriod,rosMgmtCpuUtilizationCpuIdx }
::= { rosMgmtCpuUtilizationTable 1 }
RosMgmtCpuUtilizationEntry ::= SEQUENCE {
rosMgmtCpuUtilizationPeriod INTEGER,
rosMgmtCpuUtilizationCpuIdx Integer32,
rosMgmtCpuUtilization Integer32
}
rosMgmtCpuUtilizationPeriod OBJECT-TYPE
SYNTAX INTEGER {
oneSec(1),
fiveSec(2),
oneMin(3),
tenMin(4),
twoHour(5)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Periods for computing CPU utilization."
::= { rosMgmtCpuUtilizationEntry 1 }
rosMgmtCpuUtilizationCpuIdx OBJECT-TYPE
SYNTAX Integer32 (0..16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The cpu core index"
::= { rosMgmtCpuUtilizationEntry 2 }
rosMgmtCpuUtilization OBJECT-TYPE
SYNTAX Integer32
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU busy percentage in the last specified period."
::= { rosMgmtCpuUtilizationEntry 3 }
--rosMgmtTotalCPUUtilizationTable
rosMgmtTotalCPUUtilizationTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtTotalCPUUtilizationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information about total CPU utilization."
::= { rosMgmtCpuUtilizationGroup 2 }
rosMgmtTotalCPUUtilizationEntry OBJECT-TYPE
SYNTAX RosMgmtTotalCPUUtilizationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { rosMgmtTotalCPUPeriod }
::= { rosMgmtTotalCPUUtilizationTable 1 }
RosMgmtTotalCPUUtilizationEntry ::= SEQUENCE {
rosMgmtTotalCPUPeriod INTEGER,
rosMgmtTotalCPUUtilization Integer32
}
rosMgmtTotalCPUPeriod OBJECT-TYPE
SYNTAX INTEGER {
oneSec(1),
fiveSec(2),
oneMin(3),
tenMin(4),
twoHour(5)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Periods for computing CPU utilization."
::= { rosMgmtTotalCPUUtilizationEntry 1 }
rosMgmtTotalCPUUtilization OBJECT-TYPE
SYNTAX Integer32 (0..10000)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU busy percentage in the last specified period."
::= { rosMgmtTotalCPUUtilizationEntry 2 }
--rosMgmtCpuHistoryTable
rosMgmtCpuHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtCpuHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains CPU hsitory utilization records."
::= { rosMgmtCpuUtilizationGroup 3}
rosMgmtCpuHistoryEntry OBJECT-TYPE
SYNTAX RosMgmtCpuHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"CPU history utilization record."
INDEX { rosMgmtCpuHistoryPeriod, rosMgmtCpuHistoryIndex,rosMgmtCpuHistoryCpuIdx }
::= { rosMgmtCpuHistoryTable 1 }
RosMgmtCpuHistoryEntry ::= SEQUENCE {
rosMgmtCpuHistoryPeriod INTEGER,
rosMgmtCpuHistoryIndex Integer32,
rosMgmtCpuHistoryCpuIdx Integer32,
rosMgmtCpuHistoryUtil Integer32
}
rosMgmtCpuHistoryPeriod OBJECT-TYPE
SYNTAX INTEGER {
fiveSec(1),
oneMin(2),
tenMin(3),
twoHour(4)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Periods for computing CPU history utilization, the first index of CPU history utilization table."
::= { rosMgmtCpuHistoryEntry 1 }
rosMgmtCpuHistoryIndex OBJECT-TYPE
SYNTAX Integer32 (1..60)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Process sequence number,the second index of CPU history utilization table."
::= { rosMgmtCpuHistoryEntry 2 }
rosMgmtCpuHistoryCpuIdx OBJECT-TYPE
SYNTAX Integer32 (0..16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The cpu core index"
::= { rosMgmtCpuHistoryEntry 3 }
rosMgmtCpuHistoryUtil OBJECT-TYPE
SYNTAX Integer32
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"History record of CPU utilization in the specified period. "
::= { rosMgmtCpuHistoryEntry 4 }
--rosMgmtTotalCPUHistoryTable
rosMgmtTotalCPUHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtTotalCPUHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains CPU hsitory utilization records."
::= { rosMgmtCpuUtilizationGroup 4}
rosMgmtTotalCPUHistoryEntry OBJECT-TYPE
SYNTAX RosMgmtTotalCPUHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"CPU history utilization record."
INDEX { rosMgmtTotalCPUHistoryPeriod, rosMgmtTotalCPUHistoryIndex }
::= { rosMgmtTotalCPUHistoryTable 1 }
RosMgmtTotalCPUHistoryEntry ::= SEQUENCE {
rosMgmtTotalCPUHistoryPeriod INTEGER,
rosMgmtTotalCPUHistoryIndex Integer32,
rosMgmtTotalCPUHistoryUtil Integer32
}
rosMgmtTotalCPUHistoryPeriod OBJECT-TYPE
SYNTAX INTEGER {
fiveSec(1),
oneMin(2),
tenMin(3),
twoHour(4)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Periods for computing CPU history utilization, the first index of CPU history utilization table."
::= { rosMgmtTotalCPUHistoryEntry 1 }
rosMgmtTotalCPUHistoryIndex OBJECT-TYPE
SYNTAX Integer32 (1..60)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Process sequence number,the second index of CPU history utilization table."
::= { rosMgmtTotalCPUHistoryEntry 2 }
rosMgmtTotalCPUHistoryUtil OBJECT-TYPE
SYNTAX Integer32
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"History record of CPU utilization in the specified period. "
::= { rosMgmtTotalCPUHistoryEntry 3 }
--rosMgmtCpuProcessesGroup
rosMgmtCpuProcessesGroup OBJECT IDENTIFIER
::= { rosMgmtCpuTableGroup 2 }
--rosMgmtProcessesTable
rosMgmtProcessesTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtProcessesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information about processes."
::= { rosMgmtCpuProcessesGroup 1 }
rosMgmtProcessesEntry OBJECT-TYPE
SYNTAX RosMgmtProcessesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about processes."
INDEX { rosMgmtProcessIndex }
::= { rosMgmtProcessesTable 1 }
RosMgmtProcessesEntry ::= SEQUENCE {
rosMgmtProcessIndex Integer32,
rosMgmtProcessPID Integer32,
rosMgmtProcessName OCTET STRING,
rosMgmtProcessRunTimeTotal CPUTimeStamp,
rosMgmtProcessInvokedTotal Integer32,
rosMgmtProcessTimeCreated TimeStamp,
rosMgmtProcessCurrentPriority Integer32,
rosMgmtProcessStatus ProcessStatus
}
rosMgmtProcessIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object index of processes table. This index is PID."
::= { rosMgmtProcessesEntry 1 }
rosMgmtProcessPID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the process ID."
::= { rosMgmtProcessesEntry 2 }
rosMgmtProcessName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name associated with this process."
::= { rosMgmtProcessesEntry 3 }
rosMgmtProcessRunTimeTotal OBJECT-TYPE
SYNTAX CPUTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time the process occupied, in microseconds."
::= { rosMgmtProcessesEntry 4 }
rosMgmtProcessInvokedTotal OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times since rosMgmtProcessTimeCreated
that the process has been invoked."
::= { rosMgmtProcessesEntry 5 }
rosMgmtProcessTimeCreated OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time when the process was created.
The process sequence number and the time
when the process was created, uniquely identifies a process."
::= { rosMgmtProcessesEntry 6 }
rosMgmtProcessCurrentPriority OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current priority at which the process is running."
::= { rosMgmtProcessesEntry 7 }
rosMgmtProcessStatus OBJECT-TYPE
SYNTAX ProcessStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the process."
::= { rosMgmtProcessesEntry 8 }
--rosMgmtProcessStatisticsTable
rosMgmtProcessStatisticsTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtProcessStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains statistics information for processes.
The first index is rosMgmtProcessIndex,
the second index is rosMgmtProcessStatisticsPeriod"
::= { rosMgmtCpuProcessesGroup 2 }
rosMgmtProcessStatisticsEntry OBJECT-TYPE
SYNTAX RosMgmtProcessStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Statistics information for processes."
INDEX { rosMgmtProcessIndex, rosMgmtProcessStatisticsPeriod }
::= { rosMgmtProcessStatisticsTable 1 }
RosMgmtProcessStatisticsEntry ::= SEQUENCE {
rosMgmtProcessStatisticsPeriod INTEGER,
rosMgmtProcessRunTime CPUTimeStamp,
rosMgmtProcessUtilization Integer32
}
rosMgmtProcessStatisticsPeriod OBJECT-TYPE
SYNTAX INTEGER {
fiveSec(1),
oneMin(2),
tenMin(3)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Periods for process statistics,
the second index of process statistics table."
::= { rosMgmtProcessStatisticsEntry 1 }
rosMgmtProcessRunTime OBJECT-TYPE
SYNTAX CPUTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time of the process occupied in the specified period."
::= { rosMgmtProcessStatisticsEntry 2 }
rosMgmtProcessUtilization OBJECT-TYPE
SYNTAX Integer32
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides a general idea of how busy
a process caused the processor to be over a specified period."
::= { rosMgmtProcessStatisticsEntry 3 }
--rosMgmtDeadProcessesTable
rosMgmtDeadProcessesTable OBJECT-TYPE
SYNTAX SEQUENCE OF RosMgmtDeadProcessesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains dead processes information."
::= { rosMgmtCpuProcessesGroup 3 }
rosMgmtDeadProcessesEntry OBJECT-TYPE
SYNTAX RosMgmtDeadProcessesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Dead processes information."
INDEX { rosMgmtDeadProcessIndex }
::= { rosMgmtDeadProcessesTable 1 }
RosMgmtDeadProcessesEntry ::= SEQUENCE {
rosMgmtDeadProcessIndex Integer32 ,
rosMgmtDeadProcessName OCTET STRING,
rosMgmtDeadProcessPriority Integer32,
rosMgmtDeadProcessTimeDelete TimeStamp,
rosMgmtDeadProcessDeadTimes Integer32,
rosMgmtDeadProcessStatus ProcessStatus
}
rosMgmtDeadProcessIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Process sequence number,the index of dead processes table. The index is PID."
::= { rosMgmtDeadProcessesEntry 1 }
rosMgmtDeadProcessName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name associated with this dead process."
::= { rosMgmtDeadProcessesEntry 2 }
rosMgmtDeadProcessPriority OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority at which the dead process."
::= { rosMgmtDeadProcessesEntry 3 }
rosMgmtDeadProcessTimeDelete OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time when the process was deleted."
::= { rosMgmtDeadProcessesEntry 4}
rosMgmtDeadProcessDeadTimes OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Times of the process dead."
::= { rosMgmtDeadProcessesEntry 5 }
rosMgmtDeadProcessStatus OBJECT-TYPE
SYNTAX ProcessStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the dead process."
::= { rosMgmtDeadProcessesEntry 6}
END
|