3 Commits

Author SHA1 Message Date
root
795e430228 Clean up local changes 2025-10-14 23:08:14 +02:00
rwiegand
6b4b9e0b50 Add battery drain analysis tool and update documentation
- Add battery-drain-analysis.sh: Comprehensive tool to identify battery draining processes
  - Shows top CPU and memory consumers
  - Identifies network-intensive applications
  - Analyzes browser tab usage (counts renderers)
  - Provides actionable recommendations
  - Checks WiFi power management status

- Update README.md with new features:
  - Document CPU power management capabilities (400MHz-4.2GHz dynamic scaling)
  - Add browser optimization tips (tab suspenders, task manager usage)
  - Add application management best practices
  - Document new scripts: cpu-power-control.sh, monitor-cpu-freq.sh, battery-drain-analysis.sh
  - Add BIOS configuration guide reference

- Improve battery life tips:
  - Close heavy browser tabs (can use 77%+ CPU per tab)
  - Install tab suspender extensions (saves 50-70% browser CPU)
  - Manage chat applications (Element/Slack/Discord)
  - Pause file sync services when on battery
  - Screen brightness recommendations

Identified issue: Single browser tab was using 77% CPU, reducing overall browser usage from 268% to 96% CPU
2025-10-06 22:50:32 +02:00
root
ff38460eeb Initial commit: Battery Life Optimization toolkit with TLP and PowerTOP
- Complete installation and uninstallation scripts
- Optimized TLP configuration for maximum battery life
- PowerTOP analysis and auto-tune functionality
- Real-time battery monitoring with detailed stats
- ThinkPad-specific optimizations and battery thresholds
- Comprehensive documentation and usage guides
- Tested on ThinkPad T14 Gen 1 with 13% power reduction
2025-09-29 12:58:11 +02:00