Skip to main content
Glama
TrackLine
by TrackLine

system_stats

Retrieve comprehensive panel statistics including users, nodes, traffic, memory, and CPU usage to monitor system performance and resource allocation.

Instructions

Get overall Remnawave panel statistics (users, nodes, traffic, memory, CPU)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the 'system_stats' tool handler. It calls `client.getStats()` and wraps the result.
    server.tool(
        'system_stats',
        'Get overall Remnawave panel statistics (users, nodes, traffic, memory, CPU)',
        {},
        async () => {
            try {
                const result = await client.getStats();
                return toolResult(result);
            } catch (e) {
                return toolError(e);
            }
        },
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrackLine/mcp-remnawave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server