gescheit
gescheit
@robshakir ping
@marcushines-zz
Could you please provide code which triggers error?
Hi! Thanks for request, but i can't merge it because method has_key removed in python3. Please use operator "in" instead.
Hi! It will break python3 with `NameError: name 'unicode' is not defined`
Please, collect debug information with ```python fastsnmp.snmp_poller.DEBUG = True logging.basicConfig(level= logging.DEBUG, format="%(asctime)s %(name)s - %(filename)s:%(lineno)d - %(funcName)s() - %(levelname)s - %(message)s") .... ```
Check this example https://github.com/gescheit/fastsnmp/blob/master/examples/graphite_sender.py
Hi! Main bottleneck of performance is decoding of SNMP-payload. My laptop is able to decode about 30k OIDs per second on localhost tests on 1 CPU. But in real life...