system_monitor 1.0.3 system_monitor: ^1.0.3 copied to clipboard
A package to monitor system CPU and RAM usage.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2023-08-03 #
- Initial release of the
system_monitor
package. - Added support for getting RAM and CPU usage on demand.
- Added support for real-time monitoring of CPU and RAM usage.
- Added
startRealtimeMonitoring()
method to start the real-time monitoring. - Added
getRamUsage()
method to get the current RAM usage in GB. - Added
getCpuUsage()
method to get the current CPU usage in percentage. - Added
close()
method to close the connection to the Python backend.
1.0.1 - 2023-08-03 #
- Update README.md
1.0.2 - 2023-08-24 #
- Update pubspec.yaml
1.0.3 - 2023-08-24 #
- Add system_monitor.podspec