monitor_memory_usage
Detect memory leaks and monitor memory usage on a target URL. Optionally force garbage collection or take heap snapshots for analysis.
Instructions
💾 メモリ使用量監視・リーク検出
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 監視対象URL | |
| gc_trigger | No | ガベージコレクション強制実行 | |
| heap_snapshot | No | ヒープスナップショット取得 | |
| interaction_script | No | メモリ負荷テスト用スクリプト(任意) | |
| monitoring_duration | No | 監視時間(ミリ秒) |