- The application automatically starts monitoring system resources when launched
- The window can be moved by clicking and dragging the title bar
- Right-click the window for additional options
Esc: Exit the applicationSpace: Pause/Resume monitoringF11: Toggle fullscreen modeCtrl + C: Copy current metrics to clipboard
- For better performance, minimize the application when not in use
- Reduce the update interval in settings for lower CPU usage
- Close unnecessary background applications for more accurate readings
- If the application freezes, try restarting it
- Ensure you have the latest version of Python and all dependencies
- Check the logs in the application directory for error messages
- Use virtual environments for dependency management
- Follow the project's coding standards and guidelines
- Document any new features or changes thoroughly
- Update interval: 1000ms (balance between accuracy and performance)
- Theme: Dark (reduces eye strain during prolonged use)
- Window opacity: 0.9 (for better visibility while still seeing through to other windows)
- High CPU usage may cause inaccurate readings
- Some network interfaces may not report statistics correctly
- Window position may reset after system sleep/hibernate
- Check the project's README.md for documentation
- Review the project's issue tracker for known problems
- Submit a new issue if you encounter a bug or have a feature request