Code

statsd plugin: Don't use strtok_r() to split multi-metric packets.
authorFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 11:08:11 +0000 (13:08 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 11:16:04 +0000 (13:16 +0200)
commit57fcbb129aa789857f5028a5195f1e23f444a58a
tree0f77e6af3fc639a6ce806e1e6ac1b9478a92e04a
parentf234b329b148bd1203ea2b68110d85766e6615f7
statsd plugin: Don't use strtok_r() to split multi-metric packets.

Profiling has shown that it is one of the bottle-necks.
src/statsd.c