wenlxie
wenlxie
看了下ioutil的计算,只要有IO请求在处理,就会给对应设备加上io_tick。因为xfs的性能问题,导致了io请求几乎串行到block层,所以ioutil算出来会是100%。
@bobrik Can you help to take a look? thanks.
@bobrik Thanks for the suggestion. I will take care of them. After move to CORE mode, BCC related will be removed, so I raised this PR for your to review...
How to run ebpf_exporter with CORE mode? 1. Run `make container` generate the image directly, the default image is ebpf-exporter-build:lastest 2. Run the image ebpf-exporter-build:lastest with cmd like: docker run...
@bobrik I addressed some comments today but not finished all of these, will continue to do this tomorrow. Thanks . The image (https://github.com/cloudflare/ebpf_exporter/pull/130#issuecomment-1002443298 ) runs well on my workstation, you...
I update the code: 1. Remove bcc dependency 2. Add tag support back 3. Make lib to be static linked 4. benchmark folder removed because of 1, will add it...
> When you say "Remove bcc dependency", does that mean that there is no need to have bcc installed/built anymore, and that I can remove it from the script? When...
> I was able to build this locally with some modifications. My plan is to clean this up and see how we can get this merged. > > Apologies for...
@bobrik Thanks for the information. Maybe this can be the example: https://github.com/prometheus/influxdb_exporter/blob/master/main.go#L275 which consider about to add const labels to the metrics. For the cases that I mentioned, `metric_relabel_configs` can...
This local port parameter is only for UDP https://github.com/traviscross/mtr/blob/master/ui/mtr.c#L112