From 66739a5e92f4b4413a198efe27d8d2eec301e9ce Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 26 Apr 2022 09:37:31 +0000 Subject: deploy: 99ab45423a0677ea816eb4e81c28f46dd22fc76c --- v1.58/room_and_user_statistics.html | 204 ++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 v1.58/room_and_user_statistics.html (limited to 'v1.58/room_and_user_statistics.html') diff --git a/v1.58/room_and_user_statistics.html b/v1.58/room_and_user_statistics.html new file mode 100644 index 0000000000..a01004a768 --- /dev/null +++ b/v1.58/room_and_user_statistics.html @@ -0,0 +1,204 @@ + + + + + + Room and User Statistics - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ +
+ +
+ +

Room and User Statistics

+

Synapse maintains room and user statistics in various tables. These can be used +for administrative purposes but are also used when generating the public room +directory.

+

Synapse Developer Documentation

+

High-Level Concepts

+

Definitions

+
    +
  • subject: Something we are tracking stats about – currently a room or user.
  • +
  • current row: An entry for a subject in the appropriate current statistics +table. Each subject can have only one.
  • +
+

Overview

+

Stats correspond to the present values. Current rows contain the most up-to-date +statistics for a room. Each subject can only have one entry.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1