-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathSYNOLOGY-FLASHCACHE-MIB.txt
218 lines (191 loc) · 6 KB
/
SYNOLOGY-FLASHCACHE-MIB.txt
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
SYNOLOGY-FLASHCACHE-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
OBJECT-TYPE, Integer32, Counter64, enterprises, MODULE-IDENTITY
FROM SNMPv2-SMI;
flashCache MODULE-IDENTITY
LAST-UPDATED "201407170000Z"
ORGANIZATION "www.synology.com"
CONTACT-INFO
"postal: Awon Lai
email: awonlai@synology.com"
DESCRIPTION
"Characteristics of the flash cache information"
REVISION "201407170000Z"
DESCRIPTION
"First draft."
::= { synology 103 }
synology OBJECT IDENTIFIER
::= { enterprises 6574 }
flashCacheTable OBJECT-TYPE
SYNTAX SEQUENCE OF FlashCacheEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of flash cache devices and how much data they have read/written."
::= { flashCache 1 }
flashCacheEntry OBJECT-TYPE
SYNTAX FlashCacheEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing a device and its statistics."
INDEX { flashCacheIndex }
::= { flashCacheTable 1 }
FlashCacheEntry ::= SEQUENCE {
flashCacheIndex Integer32,
flashCacheSSDDev DisplayString,
flashCacheSpaceDev DisplayString,
flashCacheReadHits Counter64,
flashCacheWriteHits Counter64,
flashCacheDiskRead Counter64,
flashCacheDiskWrite Counter64,
flashCacheTotalRead Counter64,
flashCacheTotalWrite Counter64,
flashCacheReadHitRate Integer32,
flashCacheWriteHitRate Integer32,
flashCacheReadSeqSkip Counter64,
flashCacheWriteSeqSkip Counter64,
flashCacheWriteMissSsd Counter64,
flashCacheSsdUuid DisplayString,
}
flashCacheIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Reference index for each observed device."
::= { flashCacheEntry 1 }
flashCacheSSDDev OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ssd device on flashcache we are counting/checking."
::= { flashCacheEntry 2 }
flashCacheSpaceDev OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The space device on flashcache we are counting/checking."
::= { flashCacheEntry 3 }
flashCacheReadHits OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of reads on flash cache."
::= { flashCacheEntry 4 }
flashCacheWriteHits OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of writes on flash cache."
::= { flashCacheEntry 5 }
flashCacheDiskRead OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of reads on disk."
::= { flashCacheEntry 6 }
flashCacheDiskWrite OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of writes on disk."
::= { flashCacheEntry 7 }
flashCacheTotalRead OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of reads on volume with flash cache."
::= { flashCacheEntry 8 }
flashCacheTotalWrite OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of writes on volume with flash cache."
::= { flashCacheEntry 9 }
flashCacheReadHitRate OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The read hit rate of flash cache (%)"
::= { flashCacheEntry 10 }
flashCacheWriteHitRate OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The write hit rate of flash cache (%)"
::= { flashCacheEntry 11 }
flashCacheReadSeqSkip OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of skipped sequential reads on flash cache."
::= { flashCacheEntry 12 }
flashCacheWriteSeqSkip OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of skipped sequential writes on flash cache."
::= { flashCacheEntry 13 }
flashCacheWriteMissSsd OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data writes to SSD for the first time."
::= { flashCacheEntry 14 }
flashCacheSsdUuid OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ssd UUID on flashcache we are counting/checking."
::= { flashCacheEntry 15 }
flashCacheConformance OBJECT IDENTIFIER ::= { flashCache 2 }
flashCacheCompliances OBJECT IDENTIFIER ::= { flashCacheConformance 1 }
flashCacheGroups OBJECT IDENTIFIER ::= { flashCacheConformance 2 }
flashCacheCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for flash cache entities which
implement the SYNOLOGY FLASHCACHE MIB."
MODULE -- this module
MANDATORY-GROUPS { flashCacheGroup }
::= { flashCacheCompliances 1 }
flashCacheGroup OBJECT-GROUP
OBJECTS { flashCacheSSDDev,
flashCacheSpaceDev,
flashCacheReadHits,
flashCacheWriteHits,
flashCacheDiskRead,
flashCacheDiskWrite,
flashCacheTotalRead,
flashCacheTotalWrite,
flashCacheReadHitRate,
flashCacheWriteHitRate,
flashCacheReadSeqSkip,
flashCacheWriteSeqSkip,
flashCacheWriteMissSsd,
flashCacheSsdUuid}
STATUS current
DESCRIPTION
"A collection of objects providing basic information
of an synology flash cache entity."
::= { flashCacheGroups 1 }
END