-
Suggestion
-
Resolution: Won't Fix
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
1. The size of the Confluence home directory
2. The number of users, spaces and pages in Confluence, generated from the following SQL queries:
mysql> select count(*) from os_user;
mysql> select count(*) from users;
mysql> select count(*) from spaces;
mysql> select count(*) from content where prevver is null and contenttype = 'PAGE''
- relates to
-
CONFCLOUD-9463 Add content statistics to system info and 500 error pages
- Closed
-
CONFSERVER-11481 Umbrella issue for User Access / analytics and Content Statistics feature/improvement requests
- Gathering Interest