Remove performance from tt
This commit is contained in:
@ -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} ┃
|
||||
|
||||
Reference in New Issue
Block a user