Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-9463

Add content statistics to system info and 500 error pages

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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''

            Unassigned Unassigned
            matt@atlassian.com Matt Ryall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: