How about option 1 and the following:
>> sub diskszsummary {
>> …
>> if ($pcnt > threshold) {
>> $pcnt = int($pcnt / margin) * margin;
>> }
>> …
> heasley <heas at shrubbery.net> 於 2024年2月1日 上午8:33 寫道:
>
>> sub diskszsummary {
>> …
>> if ($pcnt > 10) {
>> $pcnt = int($pcnt / 5) * 5;
>> }
>> …