Improve performance of Ceph stats gathering #97
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ceph stats gathering during keepalives is excruciatingly slow, mostly due to the time needed to spawn and then parse the output. This results in a razor-thin line for the primary coordinator getting its stats for a keepalive. Investigate possible solutions including (a) native python bindings, and (b) additional subthreads to gather information from commands before parsing.
changed milestone to %3
closed via commit
9b65d3271a