- Add dummy CLI with
iometrics start
andiometrics replicate proc
[#cli]
- Add TRACK_METRICS_INTERVAL_SECS=10 to track metrics less often [#TRACK_METRICS_INTERVAL_SECS]
- Add "disk/io_wait%" for Disks I/O percentage of time that the CPU is waiting. [#io_wait]
- Add support for Python 3.7 [#py37]
- Devices like AWS EBS or USB drives can get dynamically detached so validate key [#detach]
- Add support for Python 3.7 [#py37]
- Fix bug in PyTorch-Lightning integration [#PyTorch-Lightning]
- Fix PyTorch-Lightning integration. [#PyTorch-Lightning]
- Add PyTorch-Lightning support via
from iometrics.pytorch_lightning.callbacks import NetworkAndDiskStatsMonitor
[#PyTorch-Lightning]