Produced by Araxis Merge on 7/10/2017 1:02:04 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 | C:\AraxisMergeCompare\Pri_un\WAR\VixServerHealthWebApp-0.1\secure | ViewVix.jsp | Sat Oct 1 19:34:16 2016 UTC |
| 2 | C:\AraxisMergeCompare\Pri_re\WAR\VixServerHealthWebApp-0.1\secure | ViewVix.jsp | Thu Jul 6 17:18:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 738 |
| 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 ://imaging . URL /vix/vixSe rverHealth " | |
| 4 | pr efix="vixS erverHealt h"%> | |
| 5 | <% | |
| 6 | St ring path = request. getContext Path(); | |
| 7 | St ring baseP ath = requ est.getSch eme() + ": //" | |
| 8 | + requ est.getSer verName() + ":" + re quest.getS erverPort( ) | |
| 9 | + path + "/"; | |
| 10 | ||
| 11 | St ring siteN umber = re quest.getP arameter(" siteNumber "); | |
| 12 | St ring refre sh = reque st.getPara meter("for ceRefresh" ); | |
| 13 | bo olean forc eRefresh = false; | |
| 14 | if (refresh != null) | |
| 15 | forc eRefresh = Boolean.p arseBoolea n(refresh) ; | |
| 16 | %> | |
| 17 | ||
| 18 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N"> | |
| 19 | <html> | |
| 20 | <h ead> | |
| 21 | <% | |
| 22 | Intege r refreshI nterval = VixServerH ealthWebAp pConfigura tion.getVi xServerHea lthWebAppC onfigurati on().getRe loadPageIn tervalSeco nds(); | |
| 23 | if(ref reshInterv al == null ) | |
| 24 | refreshI nterval = 120; | |
| 25 | %> | |
| 26 | <tit le>View VI X Server H ealth</tit le> | |
| 27 | ||
| 28 | <met a http-equ iv="pragma " content= "no-cache" > | |
| 29 | <met a http-equ iv="cache- control" c ontent="no -cache"> | |
| 30 | <met a http-equ iv="expire s" content ="0"> | |
| 31 | <met a http-equ iv="keywor ds" conten t="keyword 1,keyword2 ,keyword3" > | |
| 32 | <met a http-equ iv="descri ption" con tent="This is my pag e"> | |
| 33 | <met a http-equ iv="refres h" content ="<%= refr eshInterva l %>"> | |
| 34 | <lin k rel="sty lesheet" t ype="text/ css" href= "../style/ vix.css"> | |
| 35 | </ head> | |
| 36 | ||
| 37 | <b ody> | |
| 38 | <vix ServerHeal th:VixServ erHealthVi ewTag site Number="<% =siteNumbe r%>" | |
| 39 | forceR efresh="<% =forceRefr esh%>"> | |
| 40 | <div i d="header" > | |
| 41 | <vixServ erHealth:V ixSiteName /> | |
| 42 | </div> | |
| 43 | <div i d="content "> | |
| 44 | <div id= "sidebar"> | |
| 45 | <div id="s idebar-ite m"> | |
| 46 | <b >VIX Curre nt Time:</ b> | |
| 47 | <b r /> | |
| 48 | <v ixServerHe alth:VixSe rverCurren tTime /> | |
| 49 | <b r /> | |
| 50 | <a href="Sel ectVix.jsp ">View VIX List</a> | |
| 51 | <b r /> | |
| 52 | <a href="Vie wVixRaw.js p?siteNumb er=<%=site Number%>"> View VIX | |
| 53 | Heal th Raw</a> | |
| 54 | </div> | |
| 55 | </div> | |
| 56 | ||
| 57 | <div id= "main-cont ent"> | |
| 58 | <h2> | |
| 59 | VI X: | |
| 60 | </h2> | |
| 61 | <table bor der="1"> | |
| 62 | <t r> | |
| 63 | <th> | |
| 64 | VIX Ho stname: | |
| 65 | </th > | |
| 66 | <td> | |
| 67 | <vixSe rverHealth :Hostname /> | |
| 68 | </td > | |
| 69 | </ tr> | |
| 70 | <t r> | |
| 71 | <th> | |
| 72 | VIX He alth Updat ed: | |
| 73 | </th > | |
| 74 | <td> | |
| 75 | <vixSe rverHealth :HealthUpd atedTime / > | |
| 76 | </td > | |
| 77 | </ tr> | |
| 78 | <t r> | |
| 79 | <th> | |
| 80 | VIX Ve rsion: | |
| 81 | </th > | |
| 82 | <td> | |
| 83 | <vixSe rverHealth :VixVersio n /> | |
| 84 | </td > | |
| 85 | </ tr> | |
| 86 | <t r> | |
| 87 | <th> | |
| 88 | JVM St art Time: | |
| 89 | </th > | |
| 90 | <td> | |
| 91 | <vixSe rverHealth :JvmStartT ime /> | |
| 92 | </td > | |
| 93 | </ tr> | |
| 94 | <t r> | |
| 95 | <th> | |
| 96 | JVM Up Time: | |
| 97 | </th > | |
| 98 | <td> | |
| 99 | <vixSe rverHealth :JvmUpTime /> | |
| 100 | </td > | |
| 101 | </ tr> | |
| 102 | <t r> | |
| 103 | <th> | |
| 104 | VIX St atus: | |
| 105 | </th > | |
| 106 | <td> | |
| 107 | <vixSe rverHealth :StatusChe ck /> | |
| 108 | </td > | |
| 109 | </ tr> | |
| 110 | </table> | |
| 111 | <form meth od="POST" | |
| 112 | ac tion="View Vix.jsp?si teNumber=< %=siteNumb er%>"> | |
| 113 | <i nput type= "hidden" n ame="force Refresh" v alue="true " /> | |
| 114 | <i nput type= "submit" v alue="Forc e Refresh" /> | |
| 115 | </form> | |
| 116 | <hr> | |
| 117 | <h2> | |
| 118 | To mcat Java Logs: | |
| 119 | </h2> | |
| 120 | <table bor der="1"> | |
| 121 | <t r> | |
| 122 | <th> | |
| 123 | Tomcat Java Logs Dir: | |
| 124 | </th > | |
| 125 | <td> | |
| 126 | <vixSe rverHealth :TomcatLog sDir /> | |
| 127 | </td > | |
| 128 | </ tr> | |
| 129 | <t r> | |
| 130 | <th> | |
| 131 | Direct ory Size: | |
| 132 | </th > | |
| 133 | <td> | |
| 134 | <vixSe rverHealth :TomcatLog sDirSize / > | |
| 135 | </td > | |
| 136 | </ tr> | |
| 137 | </table> | |
| 138 | <hr> | |
| 139 | <h2> | |
| 140 | VI X Cache: | |
| 141 | </h2> | |
| 142 | <table bor der="1"> | |
| 143 | <t r> | |
| 144 | <th> | |
| 145 | VIX Ca che Dir: | |
| 146 | </th > | |
| 147 | <td> | |
| 148 | <vixSe rverHealth :VixCacheD ir /> | |
| 149 | </td > | |
| 150 | <td> </td > | |
| 151 | </ tr> | |
| 152 | <t r> | |
| 153 | <th> | |
| 154 | Direct ory Size: | |
| 155 | </th > | |
| 156 | <td> | |
| 157 | <vixSe rverHealth :VixCacheD irSize /> | |
| 158 | </td > | |
| 159 | <td> </td > | |
| 160 | </ tr> | |
| 161 | <t r> | |
| 162 | <th> | |
| 163 | Direct ory Capaci ty: | |
| 164 | </th > | |
| 165 | <td> | |
| 166 | <vixSe rverHealth :VixCacheD irCapacity /> | |
| 167 | </td > | |
| 168 | <td> </td > | |
| 169 | </ tr> | |
| 170 | <t r> | |
| 171 | <th> | |
| 172 | Direct ory Availa ble: | |
| 173 | </th > | |
| 174 | <td> | |
| 175 | <vixSe rverHealth :VixCacheD irAvailabl e /> | |
| 176 | </td > | |
| 177 | <td> </td > | |
| 178 | </ tr> | |
| 179 | <t r> | |
| 180 | <th> | |
| 181 | Percen t Used: | |
| 182 | </th > | |
| 183 | <td> | |
| 184 | <vixSe rverHealth :VixCacheD irPercentU sed /> | |
| 185 | </td > | |
| 186 | <td> | |
| 187 | <vixSe rverHealth :VixCacheD irPercentU sedCheck / > | |
| 188 | </td > | |
| 189 | </ tr> | |
| 190 | <t r> | |
| 191 | <th> | |
| 192 | Operat ions Initi ated: | |
| 193 | </th > | |
| 194 | <td> | |
| 195 | <vixSe rverHealth :VixCacheO perationsI nitiated / > | |
| 196 | </td > | |
| 197 | <td> </td > | |
| 198 | </ tr> | |
| 199 | <t r> | |
| 200 | <th> | |
| 201 | Operat ions Succe ssful: | |
| 202 | </th > | |
| 203 | <td> | |
| 204 | <vixSe rverHealth :VixCacheO perationsS uccessful /> | |
| 205 | </td > | |
| 206 | <td> </td > | |
| 207 | </ tr> | |
| 208 | <t r> | |
| 209 | <th> | |
| 210 | Operat ions Not F ound: | |
| 211 | </th > | |
| 212 | <td> | |
| 213 | <vixSe rverHealth :VixCacheO perationsN otFound /> | |
| 214 | </td > | |
| 215 | <td> </td > | |
| 216 | </ tr> | |
| 217 | <t r> | |
| 218 | <th> | |
| 219 | Operat ions Error : | |
| 220 | </th > | |
| 221 | <td> | |
| 222 | <vixSe rverHealth :VixCacheO perationsE rror /> | |
| 223 | </td > | |
| 224 | <td> </td > | |
| 225 | </ tr> | |
| 226 | </table> | |
| 227 | <hr> | |
| 228 | <h2> | |
| 229 | Re alm Config uration: | |
| 230 | </h2> | |
| 231 | <table bor der="1"> | |
| 232 | <t r> | |
| 233 | <th> | |
| 234 | VistA Server: | |
| 235 | </th > | |
| 236 | <td> | |
| 237 | <vixSe rverHealth :RealmVist aServer /> | |
| 238 | </td > | |
| 239 | <td> | |
| 240 | <vixSe rverHealth :RealmVist aServerChe ck /> | |
| 241 | </td > | |
| 242 | </ tr> | |
| 243 | <t r> | |
| 244 | <th> | |
| 245 | VistA Port: | |
| 246 | </th > | |
| 247 | <td> | |
| 248 | <vixSe rverHealth :RealmVist aPort /> | |
| 249 | </td > | |
| 250 | <td> | |
| 251 | <vixSe rverHealth :RealmVist aPortCheck /> | |
| 252 | </td > | |
| 253 | </ tr> | |
| 254 | </table> | |
| 255 | <hr> | |
| 256 | <h2> | |
| 257 | To mcat Threa d Details: | |
| 258 | </h2> | |
| 259 | <table bor der="1"> | |
| 260 | <t r> | |
| 261 | <th> | |
| 262 | HTTP 8 080 Thread Pool Size : | |
| 263 | </th > | |
| 264 | <td> | |
| 265 | <vixSe rverHealth :Http8080T hreadPoolS ize /> | |
| 266 | </td > | |
| 267 | <td> | |
| 268 | <vixSe rverHealth :Http8080T hreadPoolS izeCheck / > | |
| 269 | </td > | |
| 270 | </ tr> | |
| 271 | <t r> | |
| 272 | <th> | |
| 273 | HTTP 8 080 Thread s Busy: | |
| 274 | </th > | |
| 275 | <td> | |
| 276 | <vixSe rverHealth :Http8080T hreadsBusy /> | |
| 277 | </td > | |
| 278 | <td> </td > | |
| 279 | </ tr> | |
| 280 | <t r> | |
| 281 | <th> | |
| 282 | HTTP 8 443 Thread Pool Size : | |
| 283 | </th > | |
| 284 | <td> | |
| 285 | <vixSe rverHealth :Http8443T hreadPoolS ize /> | |
| 286 | </td > | |
| 287 | <td> | |
| 288 | <vixSe rverHealth :Http8443T hreadPoolS izeCheck / > | |
| 289 | </td > | |
| 290 | </ tr> | |
| 291 | <t r> | |
| 292 | <th> | |
| 293 | HTTP 8 443 Thread s Busy: | |
| 294 | </th > | |
| 295 | <td> | |
| 296 | <vixSe rverHealth :Http8443T hreadsBusy /> | |
| 297 | </td > | |
| 298 | <td> </td > | |
| 299 | </ tr> | |
| 300 | <t r> | |
| 301 | <th> | |
| 302 | Long R unning Thr eads: | |
| 303 | </th > | |
| 304 | <td> | |
| 305 | <vixSe rverHealth :LongRunni ngThreads /> | |
| 306 | </td > | |
| 307 | <td> | |
| 308 | <vixSe rverHealth :LongRunni ngThreadsC heck /> | |
| 309 | </td > | |
| 310 | </ tr> | |
| 311 | </table> | |
| 312 | ||
| 313 | <hr> | |
| 314 | <h2> | |
| 315 | Tr ansaction Log Statis tics: | |
| 316 | </h2> | |
| 317 | <table bor der="1"> | |
| 318 | <t r> | |
| 319 | <th> | |
| 320 | Transa ction Log Directory: | |
| 321 | </th > | |
| 322 | <td> | |
| 323 | <vixSe rverHealth :VixServer Transactio nLogDirect ory /> | |
| 324 | </td > | |
| 325 | <td> </td > | |
| 326 | </ tr> | |
| 327 | <t r> | |
| 328 | <th> | |
| 329 | Transa ction Log Directory Size: | |
| 330 | </th > | |
| 331 | <td> | |
| 332 | <vixSe rverHealth :VixServer Transactio nLogDirect orySize /> | |
| 333 | </td > | |
| 334 | <td> </td > | |
| 335 | </ tr> | |
| 336 | <t r> | |
| 337 | <th> | |
| 338 | Transa ctions Wri tten: | |
| 339 | </th > | |
| 340 | <td> | |
| 341 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsWrit ten /> | |
| 342 | </td > | |
| 343 | <td> </td > | |
| 344 | </ tr> | |
| 345 | <t r> | |
| 346 | <th> | |
| 347 | Transa ctions Que ried: | |
| 348 | </th > | |
| 349 | <td> | |
| 350 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsQuer ied /> | |
| 351 | </td > | |
| 352 | <td> </td > | |
| 353 | </ tr> | |
| 354 | <t r> | |
| 355 | <th> | |
| 356 | Transa ctions Pur ged: | |
| 357 | </th > | |
| 358 | <td> | |
| 359 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsPurg ed /> | |
| 360 | </td > | |
| 361 | <td> </td > | |
| 362 | </ tr> | |
| 363 | ||
| 364 | </table> | |
| 365 | </div> | |
| 366 | </div> | |
| 367 | </vi xServerHea lth:VixSer verHealthV iewTag> | |
| 368 | <jsp :include f lush="fals e" page=". ./footer.h tml"></jsp :include> | |
| 369 | </ body> | |
| 370 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.