Add content statistics to system info and 500 error pages

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Fix
    • None
    • Component/s: 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''

            Assignee:
            Unassigned
            Reporter:
            Matt Ryall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: