- Found working solution: system unifi_mcp package - API key authentication working (10.10.20.3) - Uses stdio transport (not HTTP) - 25 tools registered - Documented: projects/unifi-mcp-fixed.md - Todo marked complete
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
---
|
|
description: Real-time system statistics - auto-updated via cron every 10 minutes (replaces file)
|
|
cron_command: "fastfetch --structure OS:Host:Kernel:Uptime:Packages:Shell:DE:WM:Terminal:CPU:GPU:Memory:Swap:Disk:LocalIP --logo none"
|
|
last_updated: "2026-03-22T15:54:00Z"
|
|
---
|
|
|
|
# System Statistics
|
|
|
|
**Hardware:**
|
|
- Host: KVM/QEMU Standard PC (Fedora VM on Proxmox)
|
|
- CPU: Intel Core i7-6700 @ 3.41 GHz
|
|
- GPU: NVIDIA GeForce GTX 1070 Ti
|
|
- Local IP: 10.10.20.19/24
|
|
|
|
**Current Status:**
|
|
```
|
|
OS: Fedora Linux 42 (Workstation Edition) x86_64
|
|
Host: KVM/QEMU Standard PC (i440FX + PIIX, 1996) (pc-i440fx-9.0)
|
|
Kernel: Linux 6.17.7-200.fc42.x86_64
|
|
Uptime: 31 days, 3 hours, 16 mins
|
|
Packages: 2698 (rpm), 8 (flatpak)
|
|
Shell: node
|
|
Terminal: node
|
|
CPU: Intel(R) Core(TM) i7-6700 (7) @ 3.41 GHz
|
|
GPU: NVIDIA GeForce GTX 1070 Ti [Discrete]
|
|
Memory: 8.83 GiB / 19.03 GiB (46%)
|
|
Swap: 4.77 GiB / 8.00 GiB (60%)
|
|
Disk (/): 2.47 TiB / 2.93 TiB (84%) - btrfs
|
|
Local IP (ens18): 10.10.20.19/24
|
|
```
|
|
|
|
**Update Pattern:**
|
|
Cron job runs fastfetch every 10 minutes (replaces entire file)
|
|
|
|
**Cron:**
|
|
```cron
|
|
*/10 * * * * { echo "---"; echo "description: Real-time system stats"; echo "---"; echo ""; fastfetch --structure OS:Host:Kernel:Uptime:Packages:CPU:GPU:Memory:Swap:Disk:LocalIP --logo none; } > /home/ani/.letta/agents/agent-e2b683bf-5b3e-4e0c-ac62-2bbb47ea8351/memory/system/dynamic/system_stats.md
|
|
```
|