> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrumpbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Server Statistics

> Track and display comprehensive server statistics

<Note>Requires **Manage Channels** permission</Note>

<img src="https://scrumpbot.com/static/images/feature-server-statistics.png" alt="Server Statistics feature" className="w-full" />

## Viewing Server Statistics

<Steps>
  <Step title="View member count graph">
    Use `/graph members` to view a graph of your server's member count over time
  </Step>

  <Step title="View join count graph">
    Use `/graph joins` to view a graph of how many members have joined your server over time
  </Step>

  <Step title="View message count graph">
    Use `/graph messages` to view a graph of message activity in your server
  </Step>
</Steps>

## Advanced Message Statistics

<Steps>
  <Step title="View channel-specific statistics">
    Use `/graph messages channel:` to view message statistics for a specific channel

    * `channel:` = The channel to view statistics for

    ```
    /graph messages channel: #general
    ```
  </Step>

  <Step title="View user-specific statistics">
    Use `/graph messages user:` to view message statistics for a specific user

    * `user:` = The user to view statistics for

    ```
    /graph messages user: @User123
    ```
  </Step>

  <Step title="View user statistics in a channel">
    Use `/graph messages channel: user:` to view a user's statistics in a specific channel

    * `channel:` = The channel to view statistics for
    * `user:` = The user to view statistics for

    ```
    /graph messages channel: #general user: @User123
    ```
  </Step>
</Steps>

## How Statistics Work

* Statistics are automatically collected and updated every 15 seconds
* Graphs show data from days when Scrump has been in your server
* Message statistics include total messages, channel breakdowns, and user activity
* Member statistics track joins, leaves, and total member count
* All graphs are generated as images for easy sharing
