-
Suggestion
-
Resolution: Won't Fix
-
None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? 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''
- is related to
-
CONFSERVER-9463 Add content statistics to system info and 500 error pages
- Closed
- relates to
-
CONFCLOUD-11481 Umbrella issue for User Access / analytics and Content Statistics feature/improvement requests
- Gathering Interest