From 45fe4faa381a512a7c73b2cea5a67eab57f810d6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 01 Nov 2007 20:54:43 +0000
Subject: [PATCH] Added a server property to use nanoseconds instead of milliseconds in etime measurements.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 55ac28e..8a557d7 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2752,6 +2752,14 @@
"org.opends.server.UseLastKnownGoodConfiguration";
+ /**
+ * The name of the system property that can be used to configure the
+ * server to report etimes in nanoseconds instead of milliseconds.
+ */
+ public static final String PROPERTY_ETIME_NANO =
+ "org.opends.server.etime.nano";
+
+
/**
* The column at which to wrap long lines of output in the command-line tools.
--
Gitblit v1.10.0