Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.6 KB

File metadata and controls

42 lines (34 loc) · 1.6 KB

System Monitor Gadget Tips & Tricks

General Usage

  • 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

Keyboard Shortcuts

  • Esc: Exit the application
  • Space: Pause/Resume monitoring
  • F11: Toggle fullscreen mode
  • Ctrl + C: Copy current metrics to clipboard

Performance Tips

  • 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

Troubleshooting

  • 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

Development Tips

  • Use virtual environments for dependency management
  • Follow the project's coding standards and guidelines
  • Document any new features or changes thoroughly

Recommended Settings

  • 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)

Known Issues

  • High CPU usage may cause inaccurate readings
  • Some network interfaces may not report statistics correctly
  • Window position may reset after system sleep/hibernate

Getting Help

  • 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