Hello all,
I have to calculate the Max utilization of HDD partitions daily on hourly basis, below is the example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]17:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 158"]
<tbody>[TR]
[TD="class: xl66, width: 158"]18:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl66, width: 108"]19:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]20:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 273"]
<tbody>[TR]
[TD="class: xl66, width: 273"][TABLE="width: 273"]
<tbody>[TR]
[TD="class: xl66, width: 273"]21:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]partitions are below threshold[/TD]
[TD][TABLE="width: 158"]
<tbody>[TR]
[TD="class: xl66, width: 158"]65% /advdata/datashareB[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl66, width: 108"]"/ " Partition 89%[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]All the partitions are below threshold[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]61% /advdata/datashareB, 90%/advdata/core[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in this case I write the [TABLE="width: 500"]
<tbody>[TR]
[TD]61% /advdata/datashareB, 90%/advdata/core[/TD]
[/TR]
</tbody>[/TABLE]
in my report because this cell have max percentage '90%'.
There are hundreds of servers so I need a formula to calculate this.
Please help.
I have to calculate the Max utilization of HDD partitions daily on hourly basis, below is the example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]17:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 158"]
<tbody>[TR]
[TD="class: xl66, width: 158"]18:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl66, width: 108"]19:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]20:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 273"]
<tbody>[TR]
[TD="class: xl66, width: 273"][TABLE="width: 273"]
<tbody>[TR]
[TD="class: xl66, width: 273"]21:00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]partitions are below threshold[/TD]
[TD][TABLE="width: 158"]
<tbody>[TR]
[TD="class: xl66, width: 158"]65% /advdata/datashareB[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl66, width: 108"]"/ " Partition 89%[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD="class: xl66, width: 222"]All the partitions are below threshold[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]61% /advdata/datashareB, 90%/advdata/core[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in this case I write the [TABLE="width: 500"]
<tbody>[TR]
[TD]61% /advdata/datashareB, 90%/advdata/core[/TD]
[/TR]
</tbody>[/TABLE]
in my report because this cell have max percentage '90%'.
There are hundreds of servers so I need a formula to calculate this.
Please help.