InfluxDB query SUM for diskio (writes + reads) = total

It seems that there will be a progress.

SELECT MEAN(usage_system) + MEAN(usage_user) AS avg
FROM cpu
WHERE time > now() - 10s
GROUP BY host;
It’s not supported by Grafana GUI editor yet (but you can write it in manual mode).