https://github.com/tegridydev/seekr-nano
scan directories ~ generate reports ~ metrics ~ optimize system
https://github.com/tegridydev/seekr-nano
analysis metrics pandas python rich seekr seekr-nano storage-analysis windows-tools
Last synced: 5 months ago
JSON representation
scan directories ~ generate reports ~ metrics ~ optimize system
- Host: GitHub
- URL: https://github.com/tegridydev/seekr-nano
- Owner: tegridydev
- License: other
- Created: 2024-06-20T02:46:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:58:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T12:03:15.474Z (about 1 year ago)
- Topics: analysis, metrics, pandas, python, rich, seekr, seekr-nano, storage-analysis, windows-tools
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# seekr~nano
## Scan directories|networks ~ Generate reports ~ Metrics ~ Optimize system

## Goodies
Storage Analysis
- Scan Specific Directories: Analyze the size of specific directories
- Scan All Drives: Analyze the size of directories across all drives
- Generate Storage Report: Create a CSV report of directory sizes
- Find Large Files: Identify and list files above a specified size threshold
Performance Analysis
- Show Performance Metrics: Display CPU, memory, and disk usage metrics
- Optimize System Performance: Perform various system optimization tasks
- Analyze Running Processes: View top CPU-consuming processes
- Generate Resource Usage Graph: Visualize CPU and memory usage over time
Network Analysis
- Discover Network Devices: Scan and list devices on your local network
- Analyze Open Ports: Scan for open ports on specific devices
- Perform Network Speed Test: Measure download and upload speeds
- Analyze Network Connections: View current network connections
## how2
install required packages
pip install -r requirements.txt
run the script using Python
```sh
python seekr.py
```