pve-manager/PVE/Status
Thomas Lamprecht 108e0c8b9f status/graphite: refactor write_graphite to send all at once
Instead of doing multiple sends, for each status metric line one,
assemble it all in a string and send it out in a single go.
Per VM/CT/Node we had >10 lines to send, so this is quite the
reduction. But, also note that thanks to Nagler's delay algorithm
this may not had a big effect for TCP, as it buffered those small
writes anyhow.
For UDP it can reduce the packet count on the line dramatically,
though.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-07 18:59:06 +01:00
..
Graphite.pm status/graphite: refactor write_graphite to send all at once 2019-11-07 18:59:06 +01:00
InfluxDB.pm cleanup Status plugins use statements 2019-04-11 09:22:04 +02:00
Makefile Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
Plugin.pm cleanup Status plugins use statements 2019-04-11 09:22:04 +02:00