canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
33 stars 38 forks source link

Check stats for application interfaces #70

Open dosaboy opened 3 years ago

dosaboy commented 3 years ago

For example check interface/bond used by Ceph and Openstack services and report high levels of error/dropped packets.

dosaboy commented 3 years ago

ftr we already present interface stats for application interfaces in the summary. the part that remains to be done is to decide at what point we raise issues due to discovered interface issues. This will require issues such as https://github.com/canonical/hotsos/issues/133 and https://github.com/canonical/hotsos/issues/113 and https://github.com/canonical/hotsos/issues/112 to be implemented.

dosaboy commented 2 years ago

There is already some level of this implemented via e.g. https://github.com/canonical/hotsos/blob/6b3ef51cadca25efe0c8d7927041676197ca62b2/hotsos/core/host_helpers/network.py#L89 which is used is some current scenarios.