Attached stats and valgrind logs. Let me know if I can do anything else.

rsyslog was built with a few modules, debug and rtinst.

Run:

   valgrind --tool=memcheck --log-file=/data/valgrind.log
   --show-possibly-lost=yes --track-origins=yes --trace-children=yes
   --leak-check=full --show-leak-kinds=all rsyslogd -n

Receiving 100m/s for a few minutes

With the following config:

   module(load="builtin:omfile")
   module(load="imrelp")
   module(load="impstats" log.file="/data/stats.log" interval="65")
   global(
   MaxMessageSize="32k"
   workDirectory="/data"
   parser.escapeControlCharactersOnReceive="off"
   )
   input(
        port="20514"
        type="imrelp"
        name="imrelp"
        ruleset="relp"
   )
   template(name="json" type="string" string="%$!%\n")
   template(name="index" type="string" string="%$.index%@%$.interval%")
   template(name="type" type="string" string="%$.type%")
   template(name="ts" type="string" string="%timestamp:::date-rfc3339%")
   ruleset(
        name="relp"
   queue.filename="relp"
   queue.maxdiskspace="1G"
   queue.SaveOnShutdown="on"
   #queue.lowwatermark
   #queue.highwatermark
   #queue.size
   queue.type="LinkedList"
        ) {
        set $.index="unknown";
        set $.type="unknown";
   set $.interval=$$now & ":" & $$hour;
        set $!host_forwarded=$hostname;
        set $!host_received=$$myhostname;
        set $!time_received=$timegenerated;
        set $@timestamp=exec_template("ts");
        #action(
        # name="elastic"
        # action.resumeRetryCount="-1"
        # action.reportsuspension="on"
        # type="omelasticsearch"
        # server="server"
        # serverport="9200"
        # searchIndex="index"
        # dynSearchIndex="on"
        # searchType="type"
        # dynSearchType="on"
        # template="json"
        #)
        action(
   name="tofile"
   type="omfile"
   file="/data/out.log"
   template="json"
        )
   }


Regards
==104== Memcheck, a memory error detector
==104== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==104== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==104== Command: rsyslogd -n
==104== Parent PID: 1
==104== 
==104== 
==104== HEAP SUMMARY:
==104==     in use at exit: 53,282,914 bytes in 196,139 blocks
==104==   total heap usage: 10,618,745 allocs, 10,422,606 frees, 1,004,774,708 bytes allocated
==104== 
==104== 4 bytes in 1 blocks are still reachable in loss record 1 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x42BD32: InfoConstruct (obj.c:151)
==104==    by 0x43917B: varClassInit (var.c:122)
==104==    by 0x42D8A6: objClassInit (obj.c:1409)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 4 bytes in 1 blocks are still reachable in loss record 2 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x42BD32: InfoConstruct (obj.c:151)
==104==    by 0x4223DB: msgClassInit (msg.c:5005)
==104==    by 0x40E637: rsrtInit (rsyslog.c:177)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 5 bytes in 1 blocks are still reachable in loss record 3 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x42BD32: InfoConstruct (obj.c:151)
==104==    by 0x438ADB: strmClassInit (stream.c:2291)
==104==    by 0x42D8BE: objClassInit (obj.c:1411)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 6 bytes in 1 blocks are still reachable in loss record 4 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56705: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 6 bytes in 1 blocks are still reachable in loss record 5 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5672E: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 6 bytes in 1 blocks are still reachable in loss record 6 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56836: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are still reachable in loss record 7 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x42BD32: InfoConstruct (obj.c:151)
==104==    by 0x4448FB: qqueueClassInit (queue.c:3252)
==104==    by 0x40E6A7: rsrtInit (rsyslog.c:185)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are still reachable in loss record 8 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5675A: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are still reachable in loss record 9 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56786: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are still reachable in loss record 10 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F567B2: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are still reachable in loss record 11 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56862: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 7 bytes in 1 blocks are definitely lost in loss record 12 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x567E4D7: es_str2cstr (in /usr/lib/x86_64-linux-gnu/libestr.so.0.0.0)
==104==    by 0x68743EE: ???
==104==    by 0x416023: inputProcessCnf (rsconf.c:363)
==104==    by 0x416023: cnfDoObj (rsconf.c:437)
==104==    by 0x469F3A: yyparse (grammar.y:137)
==104==    by 0x41588C: load (rsconf.c:1306)
==104==    by 0x45B1E6: initAll (rsyslogd.c:1276)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 8 bytes in 1 blocks are still reachable in loss record 13 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x5A8BF48: stdlog_init (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x40E4DE: rsrtInit (rsyslog.c:142)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 8 bytes in 1 blocks are still reachable in loss record 14 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x5A8BE27: stdlog_open (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x5A8BF69: stdlog_init (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x40E4DE: rsrtInit (rsyslog.c:142)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 8 bytes in 1 blocks are still reachable in loss record 15 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x46A529: yyensure_buffer_stack (lexer.c:3332)
==104==    by 0x46A658: yy_switch_to_buffer (lexer.c:3131)
==104==    by 0x46A776: yy_scan_buffer (lexer.c:3394)
==104==    by 0x46AD10: cnfSetLexFile (lexer.l:370)
==104==    by 0x4155BE: load (rsconf.c:1304)
==104==    by 0x45B1E6: initAll (rsyslogd.c:1276)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 8 bytes in 1 blocks are still reachable in loss record 16 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F567DE: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 8 bytes in 1 blocks are still reachable in loss record 17 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430217: addManagedCounter (statsobj.c:215)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5680A: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 9 bytes in 1 blocks are still reachable in loss record 18 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5A8C50A: ??? (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x5A8BE54: stdlog_open (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x5A8BF69: stdlog_init (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x40E4DE: rsrtInit (rsyslog.c:142)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 9 bytes in 1 blocks are still reachable in loss record 19 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x42BD32: InfoConstruct (obj.c:151)
==104==    by 0x426F72: datetimeClassInit (datetime.c:1278)
==104==    by 0x42D891: objClassInit (obj.c:1407)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 9 bytes in 1 blocks are still reachable in loss record 20 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x430042: setOrigin (statsobj.c:165)
==104==    by 0x7F566E0: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 12 bytes in 1 blocks are still reachable in loss record 21 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x428AE5: dbgSetThrdName (debug.c:723)
==104==    by 0x42A27B: dbgClassInit (debug.c:1439)
==104==    by 0x40DF7D: main (rsyslogd.c:1673)
==104== 
==104== 15 bytes in 1 blocks are still reachable in loss record 22 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x44867C: ratelimitNew (ratelimit.c:301)
==104==    by 0x45B248: rsyslogd_InitStdRatelimiters (rsyslogd.c:451)
==104==    by 0x45B248: initAll (rsyslogd.c:1295)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 15 bytes in 1 blocks are still reachable in loss record 23 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x4300A2: setName (statsobj.c:178)
==104==    by 0x7F566C6: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 16 bytes in 1 blocks are still reachable in loss record 24 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x567DDC9: es_newStr (in /usr/lib/x86_64-linux-gnu/libestr.so.0.0.0)
==104==    by 0x567DF8D: es_newStrFromSubStr (in /usr/lib/x86_64-linux-gnu/libestr.so.0.0.0)
==104==    by 0x4742CB: es_strdup (libestr.h:189)
==104==    by 0x4742CB: nvlstGetParam (rainerscript.c:1067)
==104==    by 0x4742CB: nvlstGetParams (rainerscript.c:1138)
==104==    by 0x410AFA: glblProcessCnf (glbl.c:954)
==104==    by 0x415F5F: cnfDoObj (rsconf.c:424)
==104==    by 0x469F3A: yyparse (grammar.y:137)
==104==    by 0x41588C: load (rsconf.c:1306)
==104==    by 0x45B1E6: initAll (rsyslogd.c:1276)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 18 bytes in 1 blocks are still reachable in loss record 25 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x5A8BDDF: stdlog_open (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x5A8BF69: stdlog_init (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x40E4DE: rsrtInit (rsyslog.c:142)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 24 bytes in 1 blocks are indirectly lost in loss record 26 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7F1F0: ???
==104==    by 0x6A7DC1A: ???
==104==    by 0x6A7D0EA: ???
==104==    by 0x6A7EE1E: ???
==104==    by 0x6A7D3FA: ???
==104==    by 0x6A7C9C0: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 28 bytes in 1 blocks are still reachable in loss record 27 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5D1A8D9: strdup (strdup.c:42)
==104==    by 0x44867C: ratelimitNew (ratelimit.c:301)
==104==    by 0x45B345: rsyslogd_InitStdRatelimiters (rsyslogd.c:453)
==104==    by 0x45B345: initAll (rsyslogd.c:1295)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 32 bytes in 1 blocks are still reachable in loss record 28 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5272626: _dlerror_run (dlerror.c:141)
==104==    by 0x5271FA0: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
==104==    by 0x42F93C: Load (modules.c:1209)
==104==    by 0x42BFE9: UseObj (obj.c:1238)
==104==    by 0x412E86: confClassInit (conf.c:628)
==104==    by 0x40E6C3: rsrtInit (rsyslog.c:187)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 32 bytes in 1 blocks are definitely lost in loss record 29 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7C2D0: ???
==104==    by 0x6A7C9A7: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 30 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56705: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 31 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5672E: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 32 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5675A: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 33 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56786: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 34 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F567B2: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 35 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F567DE: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 36 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F5680A: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 37 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56836: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 48 bytes in 1 blocks are still reachable in loss record 38 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4301F1: addManagedCounter (statsobj.c:212)
==104==    by 0x43037D: addCounter (statsobj.c:257)
==104==    by 0x7F56862: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 56 bytes in 1 blocks are still reachable in loss record 39 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x447960: propConstruct (prop.c:56)
==104==    by 0x410302: GenerateLocalHostNameProperty (glbl.c:599)
==104==    by 0x4598F7: queryLocalHostname (rsyslogd.c:169)
==104==    by 0x45AD75: initAll (rsyslogd.c:1129)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 56 bytes in 1 blocks are still reachable in loss record 40 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x447960: propConstruct (prop.c:56)
==104==    by 0x410064: storeLocalHostIPIF (glbl.c:282)
==104==    by 0x4100FF: GetLocalHostIP (glbl.c:487)
==104==    by 0x45A6C6: logmsgInternalSubmit (rsyslogd.c:755)
==104==    by 0x45A6C6: logmsgInternal (rsyslogd.c:807)
==104==    by 0x45B59B: initAll (rsyslogd.c:1342)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 56 bytes in 1 blocks are indirectly lost in loss record 41 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x447960: propConstruct (prop.c:56)
==104==    by 0x45AD1E: rsyslogd_InitGlobalClasses (rsyslogd.c:511)
==104==    by 0x45AD1E: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 64 bytes in 1 blocks are indirectly lost in loss record 42 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A821BA: ???
==104==    by 0x6A7F0E9: ???
==104==    by 0x6A7DC1A: ???
==104==    by 0x6A7D0EA: ???
==104==    by 0x6A7EE1E: ???
==104==    by 0x6A7D3FA: ???
==104==    by 0x6A7C9C0: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 64 bytes in 2 blocks are indirectly lost in loss record 43 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7C2D0: ???
==104==    by 0x6A7CF30: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 96 bytes in 1 blocks are still reachable in loss record 44 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x44861D: ratelimitNew (ratelimit.c:291)
==104==    by 0x45B248: rsyslogd_InitStdRatelimiters (rsyslogd.c:451)
==104==    by 0x45B248: initAll (rsyslogd.c:1295)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 96 bytes in 1 blocks are still reachable in loss record 45 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x44861D: ratelimitNew (ratelimit.c:291)
==104==    by 0x45B345: rsyslogd_InitStdRatelimiters (rsyslogd.c:453)
==104==    by 0x45B345: initAll (rsyslogd.c:1295)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 112 bytes in 1 blocks are still reachable in loss record 46 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x42BD0C: InfoConstruct (obj.c:146)
==104==    by 0x426F72: datetimeClassInit (datetime.c:1278)
==104==    by 0x42D891: objClassInit (obj.c:1407)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 112 bytes in 1 blocks are still reachable in loss record 47 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x42BD0C: InfoConstruct (obj.c:146)
==104==    by 0x43917B: varClassInit (var.c:122)
==104==    by 0x42D8A6: objClassInit (obj.c:1409)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 112 bytes in 1 blocks are still reachable in loss record 48 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x42BD0C: InfoConstruct (obj.c:146)
==104==    by 0x438ADB: strmClassInit (stream.c:2291)
==104==    by 0x42D8BE: objClassInit (obj.c:1411)
==104==    by 0x40E5AC: rsrtInit (rsyslog.c:159)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 112 bytes in 1 blocks are still reachable in loss record 49 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x42BD0C: InfoConstruct (obj.c:146)
==104==    by 0x4223DB: msgClassInit (msg.c:5005)
==104==    by 0x40E637: rsrtInit (rsyslog.c:177)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 112 bytes in 1 blocks are still reachable in loss record 50 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x42BD0C: InfoConstruct (obj.c:146)
==104==    by 0x4448FB: qqueueClassInit (queue.c:3252)
==104==    by 0x40E6A7: rsrtInit (rsyslog.c:185)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 115 bytes in 1 blocks are indirectly lost in loss record 51 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x41E6FC: MsgSetRawMsg (msg.c:2852)
==104==    by 0x45A682: logmsgInternalSubmit (rsyslogd.c:752)
==104==    by 0x45A682: logmsgInternal (rsyslogd.c:807)
==104==    by 0x40E31C: deinitAll (rsyslogd.c:1605)
==104==    by 0x40E31C: main (rsyslogd.c:1678)
==104== 
==104== 128 (64 direct, 64 indirect) bytes in 1 blocks are definitely lost in loss record 52 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7CEDF: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 128 (40 direct, 88 indirect) bytes in 1 blocks are definitely lost in loss record 53 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A82113: ???
==104==    by 0x6A7DC6B: ???
==104==    by 0x6A7D0EA: ???
==104==    by 0x6A7EE1E: ???
==104==    by 0x6A7D3FA: ???
==104==    by 0x6A7C9C0: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 144 bytes in 1 blocks are still reachable in loss record 54 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x431266: statsobjConstruct (statsobj.c:131)
==104==    by 0x7F566AC: ???
==104==    by 0x414170: tellModulesActivateConfig (rsconf.c:720)
==104==    by 0x414170: activate (rsconf.c:865)
==104==    by 0x45B542: initAll (rsyslogd.c:1334)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 200 bytes in 1 blocks are still reachable in loss record 55 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x5A8BDCB: stdlog_open (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x5A8BF69: stdlog_init (in /usr/lib/x86_64-linux-gnu/liblogging-stdlog.so.0.0.0)
==104==    by 0x40E4DE: rsrtInit (rsyslog.c:142)
==104==    by 0x45AA95: rsyslogd_InitGlobalClasses (rsyslogd.c:473)
==104==    by 0x45AA95: initAll (rsyslogd.c:1122)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 267 bytes in 1 blocks are indirectly lost in loss record 56 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7ED87: ???
==104==    by 0x6A7D3FA: ???
==104==    by 0x6A7C9C0: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 363 (96 direct, 267 indirect) bytes in 1 blocks are definitely lost in loss record 57 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x6A7EADA: ???
==104==    by 0x6A7ECDB: ???
==104==    by 0x6A7D3FA: ???
==104==    by 0x6A7C9C0: ???
==104==    by 0x6A7CF46: ???
==104==    by 0x68756BC: ???
==104==    by 0x451F37: thrdStarter (threads.c:221)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 672 (616 direct, 56 indirect) bytes in 1 blocks are definitely lost in loss record 58 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x418C3B: msgBaseConstruct (msg.c:796)
==104==    by 0x419110: msgConstruct (msg.c:889)
==104==    by 0x45A5E9: logmsgInternalSubmit (rsyslogd.c:750)
==104==    by 0x45A5E9: logmsgInternal (rsyslogd.c:807)
==104==    by 0x45B59B: initAll (rsyslogd.c:1342)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 731 (616 direct, 115 indirect) bytes in 1 blocks are definitely lost in loss record 59 of 64
==104==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x418C3B: msgBaseConstruct (msg.c:796)
==104==    by 0x419110: msgConstruct (msg.c:889)
==104==    by 0x45A5E9: logmsgInternalSubmit (rsyslogd.c:750)
==104==    by 0x45A5E9: logmsgInternal (rsyslogd.c:807)
==104==    by 0x40E31C: deinitAll (rsyslogd.c:1605)
==104==    by 0x40E31C: main (rsyslogd.c:1678)
==104== 
==104== 888 bytes in 1 blocks are still reachable in loss record 60 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x474759: nvlstGetParams (rainerscript.c:1112)
==104==    by 0x410AFA: glblProcessCnf (glbl.c:954)
==104==    by 0x415F5F: cnfDoObj (rsconf.c:424)
==104==    by 0x469F3A: yyparse (grammar.y:137)
==104==    by 0x41588C: load (rsconf.c:1306)
==104==    by 0x45B1E6: initAll (rsyslogd.c:1276)
==104==    by 0x40DF87: main (rsyslogd.c:1674)
==104== 
==104== 1,632 bytes in 6 blocks are possibly lost in loss record 61 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x58843F7: fjson_object_new_string (in /usr/lib/libfastjson.so.4.0.0)
==104==    by 0x42211C: msgSetJSONFromVar (msg.c:4915)
==104==    by 0x44621D: execSet (ruleset.c:218)
==104==    by 0x44621D: scriptExec (ruleset.c:540)
==104==    by 0x446BBB: processBatch (ruleset.c:595)
==104==    by 0x459BC7: msgConsumer (rsyslogd.c:596)
==104==    by 0x44154D: ConsumerReg (queue.c:2000)
==104==    by 0x43BDE3: wtiWorker (wti.c:363)
==104==    by 0x439B76: wtpWorker (wtp.c:389)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 6,040 bytes in 1 blocks are still reachable in loss record 62 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x4284A6: dbgGetThrdInfo (debug.c:659)
==104==    by 0x4296E9: dbgEntrFunc (debug.c:1017)
==104==    by 0x42D6A7: objGetObjInterface (obj.c:1342)
==104==    by 0x42A011: dbgClassInit (debug.c:1418)
==104==    by 0x40DF7D: main (rsyslogd.c:1673)
==104== 
==104== 13,056 bytes in 272 blocks are still reachable in loss record 63 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x428582: dbgMutLogAddEntry (debug.c:333)
==104==    by 0x428ED1: dbgMutexPreLockLog (debug.c:467)
==104==    by 0x4293CD: dbgCondWait (debug.c:607)
==104==    by 0x43BE70: doIdleProcessing (wti.c:295)
==104==    by 0x43BE70: wtiWorker (wti.c:373)
==104==    by 0x439B76: wtpWorker (wtp.c:389)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== 53,257,328 bytes in 195,799 blocks are definitely lost in loss record 64 of 64
==104==    at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==104==    by 0x58843F7: fjson_object_new_string (in /usr/lib/libfastjson.so.4.0.0)
==104==    by 0x42211C: msgSetJSONFromVar (msg.c:4915)
==104==    by 0x44621D: execSet (ruleset.c:218)
==104==    by 0x44621D: scriptExec (ruleset.c:540)
==104==    by 0x446BBB: processBatch (ruleset.c:595)
==104==    by 0x459BC7: msgConsumer (rsyslogd.c:596)
==104==    by 0x44154D: ConsumerReg (queue.c:2000)
==104==    by 0x43BDE3: wtiWorker (wti.c:363)
==104==    by 0x439B76: wtpWorker (wtp.c:389)
==104==    by 0x505B6B9: start_thread (pthread_create.c:333)
==104== 
==104== LEAK SUMMARY:
==104==    definitely lost: 53,258,799 bytes in 195,806 blocks
==104==    indirectly lost: 590 bytes in 7 blocks
==104==      possibly lost: 1,632 bytes in 6 blocks
==104==    still reachable: 21,893 bytes in 320 blocks
==104==         suppressed: 0 bytes in 0 blocks
==104== 
==104== For counts of detected and suppressed errors, rerun with: -v
==104== ERROR SUMMARY: 9 errors from 9 contexts (suppressed: 0 from 0)
Thu Jan 19 18:20:10 2017: global: origin=dynstats 
Thu Jan 19 18:20:10 2017: tofile: origin=core.action processed=15878 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:20:10 2017: imrelp[20514]: origin=imrelp submitted=15991 
Thu Jan 19 18:20:10 2017: resource-usage: origin=impstats utime=55836000 stime=1604000 maxrss=214668 minflt=55863 majflt=0 inblock=0 oublock=3131 nvcsw=34437 nivcsw=3964 
Thu Jan 19 18:20:10 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:20:10 2017: relp: origin=core.queue size=129 enqueued=15999 full=0 discarded.full=0 discarded.nf=0 maxqsize=1180 
Thu Jan 19 18:20:10 2017: main Q: origin=core.queue size=2 enqueued=6 full=0 discarded.full=0 discarded.nf=0 maxqsize=3 
Thu Jan 19 18:21:15 2017: global: origin=dynstats 
Thu Jan 19 18:21:15 2017: tofile: origin=core.action processed=39196 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:21:16 2017: imrelp[20514]: origin=imrelp submitted=39888 
Thu Jan 19 18:21:16 2017: resource-usage: origin=impstats utime=119932000 stime=3228000 maxrss=246872 minflt=63934 majflt=0 inblock=0 oublock=7632 nvcsw=84351 nivcsw=7248 
Thu Jan 19 18:21:16 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:21:16 2017: relp: origin=core.queue size=705 enqueued=39901 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:21:16 2017: main Q: origin=core.queue size=1 enqueued=13 full=0 discarded.full=0 discarded.nf=0 maxqsize=3 
Thu Jan 19 18:22:21 2017: global: origin=dynstats 
Thu Jan 19 18:22:21 2017: tofile: origin=core.action processed=60222 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:22:21 2017: imrelp[20514]: origin=imrelp submitted=60244 
Thu Jan 19 18:22:21 2017: resource-usage: origin=impstats utime=184352000 stime=4784000 maxrss=248192 minflt=64261 majflt=0 inblock=0 oublock=11793 nvcsw=129327 nivcsw=8813 
Thu Jan 19 18:22:21 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:22:21 2017: relp: origin=core.queue size=12 enqueued=60247 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:22:21 2017: main Q: origin=core.queue size=4 enqueued=20 full=0 discarded.full=0 discarded.nf=0 maxqsize=4 
Thu Jan 19 18:23:27 2017: global: origin=dynstats 
Thu Jan 19 18:23:27 2017: tofile: origin=core.action processed=80072 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:23:27 2017: imrelp[20514]: origin=imrelp submitted=81869 
Thu Jan 19 18:23:27 2017: resource-usage: origin=impstats utime=248856000 stime=6492000 maxrss=260072 minflt=67232 majflt=0 inblock=0 oublock=15475 nvcsw=175245 nivcsw=10572 
Thu Jan 19 18:23:27 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:23:27 2017: relp: origin=core.queue size=2913 enqueued=81961 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:23:27 2017: main Q: origin=core.queue size=0 enqueued=27 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:24:32 2017: global: origin=dynstats 
Thu Jan 19 18:24:32 2017: tofile: origin=core.action processed=100875 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:24:32 2017: imrelp[20514]: origin=imrelp submitted=107678 
Thu Jan 19 18:24:32 2017: resource-usage: origin=impstats utime=311932000 stime=8404000 maxrss=267348 minflt=87092 majflt=3129 inblock=30352 oublock=19684 nvcsw=229061 nivcsw=13210 
Thu Jan 19 18:24:32 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:24:32 2017: relp: origin=core.queue size=7832 enqueued=107683 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:24:32 2017: main Q: origin=core.queue size=0 enqueued=34 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:25:37 2017: global: origin=dynstats 
Thu Jan 19 18:25:37 2017: tofile: origin=core.action processed=124086 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:25:37 2017: imrelp[20514]: origin=imrelp submitted=124413 
Thu Jan 19 18:25:37 2017: resource-usage: origin=impstats utime=375844000 stime=9948000 maxrss=267348 minflt=87927 majflt=3371 inblock=32656 oublock=24267 nvcsw=271732 nivcsw=16384 
Thu Jan 19 18:25:37 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:25:37 2017: relp: origin=core.queue size=387 enqueued=124436 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:25:38 2017: main Q: origin=core.queue size=3 enqueued=41 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:26:43 2017: global: origin=dynstats 
Thu Jan 19 18:26:43 2017: tofile: origin=core.action processed=143474 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:26:43 2017: imrelp[20514]: origin=imrelp submitted=149145 
Thu Jan 19 18:26:43 2017: resource-usage: origin=impstats utime=439544000 stime=11648000 maxrss=267536 minflt=92448 majflt=3462 inblock=33504 oublock=27888 nvcsw=318739 nivcsw=18094 
Thu Jan 19 18:26:43 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:26:43 2017: relp: origin=core.queue size=6627 enqueued=149206 full=0 discarded.full=0 discarded.nf=0 maxqsize=11316 
Thu Jan 19 18:26:43 2017: main Q: origin=core.queue size=0 enqueued=48 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:27:48 2017: global: origin=dynstats 
Thu Jan 19 18:27:48 2017: tofile: origin=core.action processed=153843 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:27:48 2017: imrelp[20514]: origin=imrelp submitted=174569 
Thu Jan 19 18:27:50 2017: resource-usage: origin=impstats utime=492912000 stime=15712000 maxrss=267736 minflt=229765 majflt=26902 inblock=553016 oublock=30089 nvcsw=380194 nivcsw=22688 
Thu Jan 19 18:27:50 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:27:50 2017: relp: origin=core.queue size=20769 enqueued=174612 full=0 discarded.full=0 discarded.nf=0 maxqsize=21783 
Thu Jan 19 18:27:50 2017: main Q: origin=core.queue size=1 enqueued=55 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:28:55 2017: global: origin=dynstats 
Thu Jan 19 18:28:55 2017: tofile: origin=core.action processed=164174 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:28:55 2017: imrelp[20514]: origin=imrelp submitted=186778 
Thu Jan 19 18:28:55 2017: resource-usage: origin=impstats utime=533772000 stime=22888000 maxrss=267816 minflt=552349 majflt=79552 inblock=2043592 oublock=32091 nvcsw=457014 nivcsw=31612 
Thu Jan 19 18:28:55 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:28:55 2017: relp: origin=core.queue size=22698 enqueued=186781 full=0 discarded.full=0 discarded.nf=0 maxqsize=24170 
Thu Jan 19 18:28:55 2017: main Q: origin=core.queue size=1 enqueued=62 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:30:03 2017: global: origin=dynstats 
Thu Jan 19 18:30:03 2017: tofile: origin=core.action processed=175353 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:30:03 2017: imrelp[20514]: origin=imrelp submitted=192976 
Thu Jan 19 18:30:03 2017: resource-usage: origin=impstats utime=566780000 stime=31712000 maxrss=268020 minflt=996293 majflt=151511 inblock=4108128 oublock=34293 nvcsw=547562 nivcsw=42291 
Thu Jan 19 18:30:03 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:30:03 2017: relp: origin=core.queue size=17629 enqueued=192976 full=0 discarded.full=0 discarded.nf=0 maxqsize=24170 
Thu Jan 19 18:30:03 2017: main Q: origin=core.queue size=1 enqueued=69 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:31:08 2017: global: origin=dynstats 
Thu Jan 19 18:31:08 2017: tofile: origin=core.action processed=184443 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:31:08 2017: imrelp[20514]: origin=imrelp submitted=199452 
Thu Jan 19 18:31:08 2017: resource-usage: origin=impstats utime=596648000 stime=40740000 maxrss=268180 minflt=1429466 majflt=223546 inblock=6167408 oublock=35894 nvcsw=636102 nivcsw=53485 
Thu Jan 19 18:31:08 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:31:08 2017: relp: origin=core.queue size=15915 enqueued=199454 full=0 discarded.full=0 discarded.nf=0 maxqsize=24170 
Thu Jan 19 18:31:09 2017: main Q: origin=core.queue size=3 enqueued=76 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:32:14 2017: global: origin=dynstats 
Thu Jan 19 18:32:14 2017: tofile: origin=core.action processed=192811 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:32:14 2017: imrelp[20514]: origin=imrelp submitted=207538 
Thu Jan 19 18:32:14 2017: resource-usage: origin=impstats utime=626108000 stime=49380000 maxrss=268180 minflt=1885707 majflt=298377 inblock=8316264 oublock=37696 nvcsw=728448 nivcsw=65080 
Thu Jan 19 18:32:14 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:32:14 2017: relp: origin=core.queue size=14796 enqueued=207551 full=0 discarded.full=0 discarded.nf=0 maxqsize=24170 
Thu Jan 19 18:32:14 2017: main Q: origin=core.queue size=1 enqueued=83 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
Thu Jan 19 18:32:37 2017: global: origin=dynstats 
Thu Jan 19 18:32:37 2017: tofile: origin=core.action processed=194909 failed=0 suspended=0 suspended.duration=0 resumed=0 
Thu Jan 19 18:32:37 2017: imrelp[20514]: origin=imrelp submitted=211825 
Thu Jan 19 18:32:37 2017: resource-usage: origin=impstats utime=637440000 stime=52636000 maxrss=268180 minflt=2034900 majflt=323328 inblock=9050832 oublock=38097 nvcsw=760297 nivcsw=69006 
Thu Jan 19 18:32:37 2017: relp[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0 
Thu Jan 19 18:32:37 2017: relp: origin=core.queue size=17022 enqueued=211825 full=0 discarded.full=0 discarded.nf=0 maxqsize=24170 
Thu Jan 19 18:32:38 2017: main Q: origin=core.queue size=0 enqueued=90 full=0 discarded.full=0 discarded.nf=0 maxqsize=5 
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to