# Terminal:System Monitoring

**Page:** api/terminal-system-monitoring

[Download Raw Markdown](./api/terminal-system-monitoring.md)

---

## API Endpoints Summary

- **POST** `/api/v1/system/process/signal` — Send signal to process(es)
- **POST** `/api/v1/system/shutdown` — Shutdown the system
- **POST** `/api/v1/system/reboot` — Reboot the system
- **GET** `/api/v1/system/displays` — Get display information
- **GET** `/api/v1/system/ports` — List all listening network ports
- **GET** `/api/v1/system/daemon` — Get daemon programs configuration
- **GET** `/api/v1/system/processes` — List all system processes
- **GET** `/api/v1/system/processes/{pid}` — Get process details by PID
- **GET** `/api/v1/system/resources` — Get system resources and statistics

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```