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: 6 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:58:28.000Z (11 months ago)
- Last Synced: 2024-06-29T02:46:18.242Z (11 months ago)
- Topics: analysis, metrics, pandas, python, rich, seekr, seekr-nano, storage-analysis, windows-tools
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- 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 thresholdPerformance 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 timeNetwork 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
```