monitor_processes
Monitor and identify resource-intensive processes on remote servers by analyzing CPU and memory usage. Set custom parameters like top N processes, sorting criteria, and timeout for efficient server performance management.
Instructions
监控远程服务器进程,返回占用资源最多的进程
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | ||
| password | No | ||
| port | No | ||
| sort_by | No | cpu | |
| timeout | No | ||
| top_n | No | ||
| username | Yes |