auto: system stats 01:27
This commit is contained in:
@@ -1,38 +1,22 @@
|
||||
---
|
||||
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"
|
||||
description: Real-time system statistics - auto-updated via cron
|
||||
---
|
||||
|
||||
# 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
|
||||
**Last Updated:** Wed Mar 25 01:27:45 AM EDT 2026
|
||||
|
||||
**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
|
||||
Uptime: 18 hours, 32 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
|
||||
Memory: 6.73 GiB / 19.03 GiB (35%)
|
||||
Swap: 637.08 MiB / 8.00 GiB (8%)
|
||||
Disk (/): 2.48 TiB / 2.93 TiB (85%) - 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user