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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.8/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct aspect of system performance: specific subsystems (CPU, memory, disk, network, processes), a comprehensive overview, a brief summary, system info, process profiling, and process search. There is no overlap that would confuse an agent.

Naming Consistency4/5

The majority of tools follow a consistent 'get_<subsystem>_metrics' pattern. Two tools use 'get_' with different objects (summary, info), and two use different verbs (profile, search). This is mostly consistent with minor deviations.

Tool Count5/5

10 tools is well-suited for a Linux profiler server. Each tool serves a clear purpose without being redundant or excessive, covering the necessary scope for performance monitoring and profiling.

Completeness5/5

The tool set covers all major performance domains (CPU, memory, disk, network, processes) and includes a comprehensive report, a summary, system info, and advanced per-process profiling. This provides a complete surface for typical Linux performance analysis.

Maintenance

ActivityInactive
ResponsivenessNo issues