jpskill.com
💬 コミュニケーション コミュニティ

monitoring-analytics

Monitor Proxmox infrastructure health and performance. Track node statistics, analyze resource utilization, and identify optimization opportunities across your cluster.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o monitoring-analytics.zip https://jpskill.com/download/18317.zip && unzip -o monitoring-analytics.zip && rm monitoring-analytics.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18317.zip -OutFile "$d\monitoring-analytics.zip"; Expand-Archive "$d\monitoring-analytics.zip" -DestinationPath $d -Force; ri "$d\monitoring-analytics.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して monitoring-analytics.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → monitoring-analytics フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1
📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

Monitoring & Analytics Skill

Monitor and analyze your Proxmox infrastructure health and performance.

What this skill does

This skill enables you to:

  • Get node statistics and performance metrics
  • Monitor CPU, memory, and disk utilization
  • Track network performance
  • Analyze VM/container performance
  • Monitor resource allocation efficiency
  • Identify performance bottlenecks
  • Generate performance reports
  • Track usage trends over time
  • Plan capacity based on metrics
  • Establish baselines and thresholds

When to use this skill

Use this skill when you need to:

  • Check cluster health and performance
  • Monitor node resource usage
  • Analyze VM/container performance
  • Identify performance bottlenecks
  • Troubleshoot performance issues
  • Plan capacity expansion
  • Generate performance reports
  • Establish monitoring baselines
  • Forecast resource needs
  • Optimize resource allocation

Available Tools

  • get_node_status - Get node statistics and performance
  • get_vm_status - Get VM performance metrics
  • get_container_status - Get container performance metrics
  • get_cluster_resources - Get overall cluster metrics

Typical Workflows

Infrastructure Health Check

  1. Use get_cluster_resources for overall health
  2. Use get_node_status for each node
  3. Use get_vm_status and get_container_status for workload analysis
  4. Generate comprehensive health report

Performance Analysis

  1. Use get_node_status to analyze node performance
  2. Use get_vm_status to check VM performance
  3. Identify high-utilization resources
  4. Analyze performance trends
  5. Recommend optimizations

Capacity Planning

  1. Use get_cluster_resources for current utilization
  2. Use get_node_status for detailed metrics
  3. Analyze growth trends
  4. Project future capacity needs
  5. Plan scaling or upgrades

Bottleneck Identification

  1. Use get_node_status to find high CPU/memory nodes
  2. Use get_vm_status for resource-hungry VMs
  3. Use get_storage for disk bottlenecks
  4. Analyze performance impact
  5. Recommend solutions

Example Questions

  • "What's the current cluster health and performance?"
  • "Which nodes are running at high utilization?"
  • "Show me the performance metrics for all VMs"
  • "Are there any performance bottlenecks?"
  • "Get a complete performance analysis report"
  • "Which containers are consuming the most resources?"
  • "What are the resource trends over time?"

Response Format

When using this skill, I provide:

  • Node statistics with CPU, memory, disk metrics
  • VM/container performance data
  • Utilization trends and analysis
  • Bottleneck identification
  • Capacity planning recommendations
  • Optimization suggestions

Best Practices

  • Monitor metrics continuously
  • Establish performance baselines
  • Set appropriate alert thresholds
  • Track metrics over time for trends
  • Identify and optimize peak usage periods
  • Balance load across nodes
  • Monitor both physical and virtual resources
  • Analyze before and after optimization
  • Keep historical data for trend analysis
  • Use metrics to justify capacity investments
  • Monitor network performance
  • Consider both current and future growth