A simple CLI tool to display system information
pip install .
ospeek info [--json] [--verbose] # Show system, CPU, and memory info
ospeek disk [--json] # Show disk usage info
ospeek network [--json] # Show network interface info
ospeek processes [--json] [--verbose] [--sort {cpu,memory,pid}] [--refresh <seconds>] [--filter <name_or_pid>] # Show running processes info
ospeek uptime [--json] # Show system uptime and boot time
ospeek users [--json] [--verbose] [--refresh <seconds>] # Show logged-in users info
ospeek battery [--json] # Show battery status and capacity
ospeek temperature [--json] [--watch <seconds>] # Show temperature sensor data
ospeek fan [--json] [--watch <seconds>] # Show fan speed data
ospeek services [--json] [--count <number>] # Show system service info
ospeek logs [--json] [--count <number>] # Show recent system log entries
ospeek alerts [--json] [--watch <seconds>] [--threshold <cpu,memory,disk>] # Show system metric alerts
ospeek network-stats [--json] [--watch <seconds>] # Show detailed network statistics
ospeek summary [--json] [--watch <seconds>] [--detailed] # Show summary of key system metrics
ospeek history [--json] [--count <number>] [--clear] [--prune <period>] [--period <period>] # Show or clear historical system metrics
ospeek trends [--json] [--period <period>] # Show or manage historical system metrics
ospeek version [--json] # Show CLI version
ospeek help # Show help