Open johnmurtari opened 3 years ago
Recent releases have dropped Python 2.x support, so no investigation will be done unless the environment is upgraded to a supported Python version, 3.8+ right now.
Besides, you might read GitHub Markdown guide to learn more about code formatting. The current formatting is problematic and not easy to understand what you wrote.
Folks, I like this package, sorry to the developer is in bad health. Very close to using it on a project, it requires custom MIBs and it's just too slow... I think I'm missing something obvious....
I really like the package. I've spent days reviewing documentation, posts on Google. I think I understand what to do, tried several different things, but can't make headway. I'm downloaded the files for 2.6 and am running on RedHat 6.9, python 2.6. I've tried to simplify the issue below:
$:~/jm1/python$ time snmpget.py -v 2c -c public 1.2.3.4 SNMPv2-MIB::sysDescr.0 SNMPv2-MIB::sysDescr.0 = DisplayString: BIG-IP Virtual Edition : Linux 3.10.0-862.14.4.el7.ve.x86_64 : BIG-IP software release 15.1.0.5, build 0.51.8
real 0m0.439s user 0m0.411s sys 0m0.026s
$:~/jm1/python$ time snmpget.py -v 2c -c public 1.2.3.4 F5-BIGIP-SYSTEM-MIB::sysStatClientPktsIn.0 F5-BIGIP-SYSTEM-MIB::sysStatClientPktsIn.0 = Counter64: 162
real 0m5.622s user 0m5.576s sys 0m0.032s
Best regards!
John