linux-profiler
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROFILER_HOST | No | HTTP default address | 0.0.0.0 |
| PROFILER_PORT | No | HTTP default port | 22222 |
| PROFILER_TRANSPORT | No | Default transport type | streamable |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_system_infoA | Get basic system information including hostname, OS, kernel version, and architecture. |
| get_cpu_metricsB | Collects CPU usage, frequency, load average, and time distribution metrics. |
| get_memory_metricsA | Collects virtual memory and swap usage metrics including buffers and cache. |
| get_disk_metricsA | Collects disk partition usage and I/O statistics including read/write counts and times. |
| get_network_metricsA | Collects network I/O statistics, interface addresses, and connection states. |
| get_process_metricsA | Collects process statistics including top 10 CPU and memory consumers. |
| get_all_metricsB | Get a comprehensive performance report including CPU, memory, disk, network, and process metrics. |
| get_performance_summaryB | Get a brief performance summary with key metrics and potential issues. |
| search_processesA | Search for processes by keyword (name or command line). Returns matching process IDs and details. |
| profile_processA | Profile a specific process using perf to collect performance data for flame graph generation. Requires perf tool to be installed on the system. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/yuezhongtao/linux-profiler-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server