mirror of
https://opendev.org/x/pyghmi
synced 2025-07-21 19:51:12 +00:00
cdef6531caf7ec430cb0e1b4964d748be1e3dcfd
eventlet only cares about multiple readers. Multiple threads doing send do not bother it. As such, just call the sendto directly rather than going through the hoop of an io_apply and the associated event creation and wait and general confusion of jumbling up the IO worker thread. This seems to buy about 10% performance gain in the ~100 server scenario doing get_health. Change-Id: Ia671f201a43f32589324b37aadf79f21548aef35
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%