Skip to content

codewithzaqar/ospeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSPeek

A simple CLI tool to display system information

Installation

pip install .

Usage

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

About

A CLI tool to display system information

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages