Produced by Araxis Merge on 10/18/2018 2:02:23 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | VIX_SIV_v3_0_patch_201_build_8.zip\v3.0_patch_201_build_8\VISA\Java\VixServerHealthWebApp\WebRoot\secure | MyVix.jsp | Thu Oct 11 13:30:19 2018 UTC |
2 | VIX_SIV_v3_0_patch_201_build_8.zip\v3.0_patch_201_build_8\VISA\Java\VixServerHealthWebApp\WebRoot\secure | MyVix.jsp | Wed Oct 17 19:20:38 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 750 |
Changed | 1 | 2 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | <%@ page l anguage="j ava" impor t="java.ut il.*" page Encoding=" ISO-8859-1 "%> | |
2 | <%@page im port="gov. va.med.ima ging.vixse rverhealth .configura tion.VixSe rverHealth WebAppConf iguration" %> | |
3 | <%@ taglib uri='http ://java.su n.com/jsp/ jstl/core' prefix='c ' %> | |
4 | <%@ taglib uri="http :// URL /vix/vixSe rverHealth " | |
5 | pr efix="vixS erverHealt h"%> | |
6 | <% | |
7 | St ring path = request. getContext Path(); | |
8 | St ring baseP ath = requ est.getSch eme() + ": //" | |
9 | + requ est.getSer verName() + ":" + re quest.getS erverPort( ) | |
10 | + path + "/"; | |
11 | ||
12 | %> | |
13 | ||
14 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N"> | |
15 | <html> | |
16 | <h ead> | |
17 | <% | |
18 | Intege r refreshI nterval = VixServerH ealthWebAp pConfigura tion.getVi xServerHea lthWebAppC onfigurati on().getRe loadPageIn tervalSeco nds(); | |
19 | if(ref reshInterv al == null ) | |
20 | refreshI nterval = 120; | |
21 | %> | |
22 | <tit le>VIX Ser ver Health </title> | |
23 | ||
24 | <met a http-equ iv="pragma " content= "no-cache" > | |
25 | <met a http-equ iv="cache- control" c ontent="no -cache"> | |
26 | <met a http-equ iv="expire s" content ="0"> | |
27 | <met a http-equ iv="keywor ds" conten t="keyword 1,keyword2 ,keyword3" > | |
28 | <met a http-equ iv="descri ption" con tent="This is my pag e"> | |
29 | <met a http-equ iv="refres h" content ="<%= refr eshInterva l %>"> | |
30 | <lin k rel="sty lesheet" t ype="text/ css" href= "../style/ vix.css"> | |
31 | </ head> | |
32 | ||
33 | <b ody> | |
34 | <vix ServerHeal th:VixServ erHealthLo calViewTag > | |
35 | <div i d="header" > | |
36 | <vixServ erHealth:V ixSiteName /> | |
37 | </div> | |
38 | <div i d="content "> | |
39 | <div id= "sidebar"> | |
40 | </div> | |
41 | ||
42 | <div id= "main-cont ent"> | |
43 | <div id="s ection-hea der"> | |
44 | VI X | |
45 | </div> | |
46 | <div id="s ection-des cription"> | |
47 | Ge neral VIX informatio n. | |
48 | </div> | |
49 | <table bor der="1"> | |
50 | <t r> | |
51 | <th> | |
52 | VIX Ho stname: | |
53 | </th > | |
54 | <td> | |
55 | <vixSe rverHealth :Hostname /> | |
56 | </td > | |
57 | </ tr> | |
58 | <t r> | |
59 | <th> | |
60 | VIX He alth Updat ed: | |
61 | </th > | |
62 | <td> | |
63 | <vixSe rverHealth :HealthUpd atedTime / > | |
64 | </td > | |
65 | </ tr> | |
66 | <t r> | |
67 | <th> | |
68 | VIX Ve rsion: | |
69 | </th > | |
70 | <td> | |
71 | <vixSe rverHealth :VixVersio n /> | |
72 | </td > | |
73 | </ tr> | |
74 | <t r> | |
75 | <th> | |
76 | VIX St art Time: | |
77 | </th > | |
78 | <td> | |
79 | <vixSe rverHealth :JvmStartT ime /> | |
80 | </td > | |
81 | </ tr> | |
82 | <t r> | |
83 | <th> | |
84 | VIX Up Time: | |
85 | </th > | |
86 | <td> | |
87 | <vixSe rverHealth :JvmUpTime /> | |
88 | </td > | |
89 | </ tr> | |
90 | <t r> | |
91 | <th> | |
92 | VIX St atus: | |
93 | </th > | |
94 | <td> | |
95 | <vixSe rverHealth :StatusChe ck /> | |
96 | </td > | |
97 | </ tr> | |
98 | </table> | |
99 | <form meth od="GET" | |
100 | ac tion="MyVi x.jsp"> | |
101 | <i nput type= "submit" v alue="Refr esh" /> | |
102 | </form> | |
103 | <hr> | |
104 | <div id="s ection-hea der"> | |
105 | Ja va Logs | |
106 | </div> | |
107 | <div id="s ection-des cription"> | |
108 | Th is is wher e debug lo g informat ion is sto red. These logs are automatica lly purged after 30 days. | |
109 | </div> | |
110 | <table bor der="1"> | |
111 | <t r> | |
112 | <th> | |
113 | Tomcat Java Logs Dir: | |
114 | </th > | |
115 | <td> | |
116 | <vixSe rverHealth :TomcatLog sDir /> | |
117 | </td > | |
118 | </ tr> | |
119 | <t r> | |
120 | <th> | |
121 | Direct ory Size: | |
122 | </th > | |
123 | <td> | |
124 | <vixSe rverHealth :TomcatLog sDirSize / > | |
125 | </td > | |
126 | </ tr> | |
127 | </table> | |
128 | <hr> | |
129 | <div id="s ection-hea der"> | |
130 | Re alm Config uration | |
131 | </div> | |
132 | <div id="s ection-des cription"> | |
133 | The realm is used to authentic ate users to secure web pages hosted by the VIX. I f the serv er/port li sted here is not cor rect then the VIX wi ll not be able to au thenticate users pro perly to V istA. | |
134 | </div> | |
135 | <table bor der="1"> | |
136 | <t r> | |
137 | <th> | |
138 | VistA Server: | |
139 | </th > | |
140 | <td> | |
141 | <vixSe rverHealth :RealmVist aServer /> | |
142 | </td > | |
143 | <td> | |
144 | <vixSe rverHealth :RealmVist aServerChe ck /> | |
145 | </td > | |
146 | </ tr> | |
147 | <t r> | |
148 | <th> | |
149 | VistA Port: | |
150 | </th > | |
151 | <td> | |
152 | <vixSe rverHealth :RealmVist aPort /> | |
153 | </td > | |
154 | <td> | |
155 | <vixSe rverHealth :RealmVist aPortCheck /> | |
156 | </td > | |
157 | </ tr> | |
158 | </table> | |
159 | <hr> | |
160 | <div id="s ection-hea der"> | |
161 | To mcat Threa d Details | |
162 | </div> | |
163 | <div id="s ection-des cription"> | |
164 | Th is lists t he number of current ly active threads on the VIX. | |
165 | </div> | |
166 | <table bor der="1"> | |
167 | <t r> | |
168 | <th> | |
169 | HTTP 8 080 Thread s Busy: | |
170 | </th > | |
171 | <td> | |
172 | <vixSe rverHealth :Http8080T hreadsBusy /> | |
173 | </td > | |
174 | <td> | |
175 | <vixSe rverHealth :VixServer Http8080Th readsBusyC heck /> | |
176 | </td > | |
177 | <td> The number of active requests from clien ts (Clinic al Display , VistARad , web user s). Maximu m of <vixS erverHealt h:VixServe rConfigura tionMaximu m8080Reque sts /> at a time sup ported</td > | |
178 | </ tr> | |
179 | <t r> | |
180 | <th> | |
181 | HTTP 8 442 Thread s Busy: | |
182 | </th > | |
183 | <td> | |
184 | <vixSe rverHealth :Http8442T hreadsBusy /> | |
185 | </td > | |
186 | <td> | |
187 | <vixSe rverHealth :VixServer Http8442Th readsBusyC heck /> | |
188 | </td > | |
189 | <td> The number of active requests from other VIX servi ces. Maxim um of <vix ServerHeal th:VixServ erConfigur ationMaxim um8442Requ ests /> at a time su pported</t d> | |
190 | </ tr> | |
191 | <t r> | |
192 | <th> | |
193 | HTTP 8 443 Thread s Busy: | |
194 | </th > | |
195 | <td> | |
196 | <vixSe rverHealth :Http8443T hreadsBusy /> | |
197 | </td > | |
198 | <td> | |
199 | <vixSe rverHealth :VixServer Http8443Th readsBusyC heck /> | |
200 | </td > | |
201 | <td> The number of active requests from other VIX servi ces. Maxim um of <vix ServerHeal th:VixServ erConfigur ationMaxim um8443Requ ests /> at a time su pported</t d> | |
202 | </ tr> | |
203 | <t r> | |
204 | <th> | |
205 | Long R unning Thr eads: | |
206 | </th > | |
207 | <td> | |
208 | <vixSe rverHealth :LongRunni ngThreads /> | |
209 | </td > | |
210 | <td> | |
211 | <vixSe rverHealth :LongRunni ngThreadsC heck /> | |
212 | </td > | |
213 | <td> Long runni ng threads are reque sts taking longer th an <vixSer verHealth: VixServerC onfigurati onLongRunn ingThreads Time />. I f they do not clear up on thei r own they can use u p all reso urces on t he VIX. If long runn ing thread s appear t hey will l ikely reso lve on the ir own</td > </tr > | |
214 | </table> | |
215 | ||
216 | <hr> | |
217 | <div id="s ection-hea der"> | |
218 | Tr ansaction Log | |
219 | </div> | |
220 | <div id="s ection-des cription"> | |
221 | Every requ est to the VIX is st ored in th e transact ion log | |
222 | </div> | |
223 | <table bor der="1"> | |
224 | <t r> | |
225 | <th> | |
226 | Transa ction Log Directory: | |
227 | </th > | |
228 | <td> | |
229 | <vixSe rverHealth :VixServer Transactio nLogDirect ory /> | |
230 | </td > | |
231 | <td> Directory where the transactio ns logs ar e stored</ td> | |
232 | </ tr> | |
233 | <t r> | |
234 | <th> | |
235 | Transa ction Log Directory Size: | |
236 | </th > | |
237 | <td> | |
238 | <vixSe rverHealth :VixServer Transactio nLogDirect orySize /> | |
239 | </td > | |
240 | <td> Size of tr ansaction logs, logs are purge d automati cally</td> | |
241 | </ tr> | |
242 | <t r> | |
243 | <th> | |
244 | Transa ctions Wri tten: | |
245 | </th > | |
246 | <td> | |
247 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsWrit ten /> | |
248 | </td > | |
249 | <td> Number of transactio ns written since the VIX was l ast restar ted</td> | |
250 | </ tr> | |
251 | <t r> | |
252 | <th> | |
253 | Transa ctions/Min ute: | |
254 | </th > | |
255 | <td> | |
256 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsPerM inute /> | |
257 | </td > | |
258 | <td> Number of transactio ns per min ute writte n since th e VIX was last resta rted</td> | |
259 | </ tr> | |
260 | <t r> | |
261 | <th> | |
262 | Transa ction Writ e Errors: | |
263 | </th > | |
264 | <td> | |
265 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionWrite Errors /> | |
266 | </td > | |
267 | <td> Number of errors try ing to wri te transac tions to t he transac tion log</ td> | |
268 | </ tr> | |
269 | ||
270 | <t r> | |
271 | <th> | |
272 | Transa ction Read Errors: | |
273 | </th > | |
274 | <td> | |
275 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionReadE rrors /> | |
276 | </td > | |
277 | <td> Number of errors try ing to rea d transact ions from the transa ction log< /td> | |
278 | </ tr> | |
279 | </table> | |
280 | ||
281 | <hr> | |
282 | <div id="s ection-hea der"> | |
283 | Si te Service | |
284 | </div> | |
285 | <div id="s ection-des cription"> | |
286 | The VIX ho lds a copy of the si te service and refre shes itsel f nightly | |
287 | </div> | |
288 | <table bor der="1"> | |
289 | <t r> | |
290 | <th> | |
291 | Site S ervice URL : | |
292 | </th > | |
293 | <td> | |
294 | <vixSe rverHealth :VixServer SiteServic eUrl /> | |
295 | </td > | |
296 | <td> | |
297 | <vixSe rverHealth :VixServer SiteServic eUrlCheck /> | |
298 | </td > | |
299 | <td> URL the VI X uses to retrieve a copy of t he site se rvice. Thi s must be accessible from the VIX servic e</td> | |
300 | </ tr> | |
301 | <t r> | |
302 | <th> | |
303 | Site S ervice Las t Updated: | |
304 | </th > | |
305 | <td> | |
306 | <vixSe rverHealth :VixServer SiteServic eLastUpdat ed /> | |
307 | </td > | |
308 | <td> | |
309 | <vixSe rverHealth :VixServer SiteServic eLastUpdat edCheck /> | |
310 | </td > | |
311 | <td> The date/t ime when t he site se rvice was last refre shed, it s hould occu r when the VIX resta rts and ni ghtly</td> | |
312 | </ tr> | |
313 | </table> | |
314 | ||
315 | <hr> | |
316 | <div id="s ection-hea der"> | |
317 | Re lease of I nformation (ROI) | |
318 | </div> | |
319 | <div id="s ection-des cription"> | |
320 | Release of Informati on disclos ure config uration pr operties. For more d etails abo ut the sta tus of ROI processin g and to c hange conf igurations go to the <a href=" /ROIWebApp ">ROI Stat us Page</a > | |
321 | </div> | |
322 | <table bor der="1"> | |
323 | <t r> | |
324 | <th> | |
325 | ROI Pr ocessing E nabled: | |
326 | </th > | |
327 | <td> | |
328 | <vixSe rverHealth :VixServer ROIProcess ingEnabled Check /> | |
329 | </td > | |
330 | <td> ROI proces sing requi res either periodic processing enabled a nd/or imme diate proc essing ena bled. If n either are enabled t hen ROI di sclosures will NOT b e generate d by the V IX</td> | |
331 | </ tr> | |
332 | </table> | |
333 | </div> | |
334 | <hr> | |
335 | <div id="s ection-hea der"> | |
336 | DI COM Servic es Transmi t Failures | |
337 | </div> | |
338 | <div id="s ection-des cription"> | |
339 | DICOM Serv ices C-Sto rage Trans mit failur es to conf igured DIC OM destina tion devic es. | |
340 | </div> | |
341 | <c:forEach var="dsst ats" items ="${view.d icomservic estats}"> | |
342 | <t able borde r="1"> | |
343 | <t r> | |
344 | <th> | |
345 | AETitl e: | |
346 | </th > | |
347 | <td> | |
348 | <c:out value="${ dsstats.ae Title}" /> | |
349 | </td > | |
350 | </ tr> | |
351 | <t r> | |
352 | <th> | |
353 | SOP Cl ass: | |
354 | </th > | |
355 | <td> | |
356 | <c:out value="${ dsstats.so pClass}" / > | |
357 | </td > | |
358 | </ tr> | |
359 | <t r> | |
360 | <th> | |
361 | Number of Failur es: | |
362 | </th > | |
363 | <td> | |
364 | <c:out value="${ dsstats.to talObjects Failed}" / > | |
365 | ||
366 | </td > | |
367 | </ tr> | |
368 | </ table> | |
369 | <br /> | |
370 | </c:forE ach> | |
371 | </div> | |
372 | </div> | |
373 | </vi xServerHea lth:VixSer verHealthL ocalViewTa g> | |
374 | <jsp :include f lush="fals e" page=". ./footer.h tml"></jsp :include> | |
375 | </ body> | |
376 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.