xxxx/xx/xx: Version 10.0.1 - Sebastien Godard (sysstat <at> orange.fr)
* sadf -p now displays the sensor device name for temperature,
voltage inputs and fans statistics.
+ * sar: Decrease column width for sensor device name (temperature,
+ voltage inputs and fans statistics).
* [Ivana Varekova]: Added option -h to iostat. This option makes
the device utilization report easier to read with long device
names.
}
if (dis) {
- printf("\n%-11s FAN rpm drpm %*s\n",
+ printf("\n%-11s FAN rpm drpm %*s\n",
timestamp[!curr], MAX_SENSORS_DEV_LEN, "DEVICE");
}
avg_fan_min[i] += spc->rpm_min;
}
- printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
+ printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
}
if (dispavg) {
}
if (dis) {
- printf("\n%-11s TEMP degC %%temp %*s\n",
+ printf("\n%-11s TEMP degC %%temp %*s\n",
timestamp[!curr], MAX_SENSORS_DEV_LEN, "DEVICE");
}
avg_temp_max[i] = spc->temp_max;
}
- printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
+ printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
}
if (dispavg) {
}
if (dis) {
- printf("\n%-11s IN inV %%in %*s\n",
+ printf("\n%-11s IN inV %%in %*s\n",
timestamp[!curr], MAX_SENSORS_DEV_LEN, "DEVICE");
}
avg_in_max[i] = spc->in_max;
}
- printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
+ printf(" %*s\n", MAX_SENSORS_DEV_LEN, spc->device);
}
if (dispavg) {