Archives Dec. 14, 2013

Saturday, 14th December 2013 - 16:41:01

Python Logo

Just wrote a multi threaded SNMP tool for fetching SNMP from over 170 cPanel hosts doing 20 requests in parallel. This is my first multi-thteaded python script. It uses python threads and zeromq to hand out jobs, receive results and to control the worker threads.

Much faster than the old for loop.

Now I wish the new elasticsearch box would arrive so I can dump the data in there!