Skip to main content
Glama
yuezhongtao

linux-profiler

by yuezhongtao

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROFILER_HOSTNoHTTP default address0.0.0.0
PROFILER_PORTNoHTTP default port22222
PROFILER_TRANSPORTNoDefault transport typestreamable

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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