You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2018/05/18 14:29:57 UTC

[4/4] james-project git commit: JAMES-2401 Provide documentation

JAMES-2401 Provide documentation


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/cb9ccb5d
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/cb9ccb5d
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/cb9ccb5d

Branch: refs/heads/master
Commit: cb9ccb5d5e29a5c08bb1b73603e938519c6530bf
Parents: 91b90f0
Author: benwa <bt...@linagora.com>
Authored: Fri May 18 17:07:49 2018 +0700
Committer: Matthieu Baechler <ma...@apache.org>
Committed: Fri May 18 16:29:11 2018 +0200

----------------------------------------------------------------------
 src/site/markdown/server/manage-webadmin.md | 30 ++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/cb9ccb5d/src/site/markdown/server/manage-webadmin.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md
index 420825e..0748379 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -282,10 +282,31 @@ The answer is the details of the quota of that user.
 
 ```
 {
-  "global": {"count":252,"size":242},
-  "domain": {"count":152,"size":142},
-  "user": {"count":52,"size":42},
-  "computed": {"count":52,"size":42}
+  "global": {
+    "count":252,
+    "size":242
+  },
+  "domain": {
+    "count":152,
+    "size":142
+  },
+  "user": {
+    "count":52,
+    "size":42
+  },
+  "computed": {
+    "count":52,
+    "size":42
+  },
+  "occupation": {
+    "size":1000,
+    "count":10000,
+    "ratio": {
+      "size":0.8,
+      "count":0.6,
+      "max":0.8
+    }
+  }
 }
 ```
 
@@ -293,6 +314,7 @@ The answer is the details of the quota of that user.
  - The `domain` entry represent the quota limit allowed for the user of that domain.
  - The `user` entry represent the quota limit allowed for this specific user.
  - The `computed` entry represent the quota limit applied for this user, resolved from the upper values.
+ - The `occupation` entry represent the occupation of the quota for this user. This includes used count and size as well as occupation ratio (used / limit).
 
 Note that `quota` object can contain a fixed value, an empty value (null) or an unlimited value (-1):
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org