-
Prometheus metrics to Pandas data frame
Hi, We are trying to implement a decision tree algorithm in order to see if our resource usage can classify our servers in different categories. First step in that process is querying Prometheus from Python and create some data frames with some basic information in order to get them aggregated. To that purpose, you can…
-
Renice until cgroup implementation for process of Yahoo CMAK
Hi, We saw that ex Kafka Manager, now called Yahoo CMAK was using more than enough CPU in some cases, in general related to bad SSL client config. It’s not really clear if the CPU usage was real or there was only wait time for resource like memory or I/O (I don’t have an example…