mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 18:50:36 +00:00
![]() 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> |
||
---|---|---|
.. | ||
Graphite.pm | ||
InfluxDB.pm | ||
Makefile | ||
Plugin.pm |