diff --git a/hwmonDaemon.py b/hwmonDaemon.py index 7a764bb..95d6df6 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -435,15 +435,6 @@ class SystemHealthMonitor: 'iops': drive_info.get('performance_metrics', {}).get('iops', 'N/A') } - description += f""" -┏━ PERFORMANCE METRICS ━{'━' * 48}┓ -┃ Read Speed │ {perf_metrics['read_speed']} MB/s {' ' * 45}┃ -┃ Write Speed │ {perf_metrics['write_speed']} MB/s {' ' * 45}┃ -┃ Access Time │ {perf_metrics['access_time']} ms {' ' * 47}┃ -┃ IOPS │ {perf_metrics['iops']}{' ' * 52}┃ -┗{'━' * 71}┛ - """ - description += """ ┏━ DRIVE TIMELINE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Power-On Hours │ {:<56} ┃