# HG changeset patch
# User robcast
# Date 1055356011 -7200
# Node ID a934824c894d14c4b8663fcb7dbfcce022747e3b
# Parent 55bc0e928ac5fd40109ffcb10a74a7ceefcc8a2f
config with cache info
diff -r 55bc0e928ac5 -r a934824c894d client/digitallibrary/server/dlConfig.jsp
--- a/client/digitallibrary/server/dlConfig.jsp Tue May 27 21:41:04 2003 +0200
+++ b/client/digitallibrary/server/dlConfig.jsp Wed Jun 11 20:26:51 2003 +0200
@@ -108,7 +108,7 @@
|
- DebugLevel | <%= dlConfig.getDebugLevel() %> |
+ DebugLevel | <%= dlConfig.getDebugLevel() %> (<%= dlConfig.getUtil().getDebugLevel() %>) |
|
@@ -137,5 +137,35 @@
+Directory cache
+
+
+
+ size (directories) | <%= dlConfig.getDirCache().size() %> |
+ |
+
+
+ numFiles | <%= dlConfig.getDirCache().getNumFiles() %> |
+ |
+
+
+ hits | <%= dlConfig.getDirCache().getHits() %> |
+ |
+
+
+ misses | <%= dlConfig.getDirCache().getMisses() %> |
+ |
+
+
+
+JVM configuration
+
+
+
+ java.awt.headless | <%= System.getProperty("java.awt.headless") %> |
+ |
+
+
+