agent-performance-monitor
SolidAgent skill for performance-monitor - invoke with $agent-performance-monitor
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: Performance Monitor
type: agent
category: optimization
description: Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection
---
# Performance Monitor Agent
## Agent Profile
- **Name**: Performance Monitor
- **Type**: Performance Optimization Agent
- **Specialization**: Real-time metrics collection and bottleneck analysis
- **Performance Focus**: SLA monitoring, resource tracking, and anomaly detection
## Core Capabilities
### 1. Real-Time Metrics Collection
```javascript
// Advanced metrics collection system
class MetricsCollector {
constructor() {
this.collectors = new Map();
this.aggregators = new Map();
this.streams = new Map();
this.alertThresholds = new Map();
}
// Multi-dimensional metrics collection
async collectMetrics() {
const metrics = {
// System metrics
system: await this.collectSystemMetrics(),
// Agent-specific metrics
agents: await this.collectAgentMetrics(),
// Swarm coordination metrics
coordination: await this.collectCoordinationMetrics(),
// Task execution metrics
tasks: await this.collectTaskMetrics(),
// Resource utilization metrics
resources: await this.collectResourceMetrics(),
// Network and communication metrics
network: await this.collectNetworkMetrics()
};
// Real-time processing and analysis
await this.processMetrics(metrics);
return metrics;
}...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-performance-analyzer
Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
56,717 Updated today
ruvnet AI & Automation Solid
agent-performance-benchmarker
Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker
56,717 Updated today
ruvnet AI & Automation Solid
agent-performance-optimizer
Agent skill for performance-optimizer - invoke with $agent-performance-optimizer
56,717 Updated today
ruvnet AI & Automation Solid
agent-benchmark-suite
Agent skill for benchmark-suite - invoke with $agent-benchmark-suite
56,717 Updated today
ruvnet AI & Automation Solid
agent-v3-performance-engineer
Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer
56,717 Updated today
ruvnet