码迷,mamicode.com
首页 >  
搜索关键字:exporter    ( 176个结果
Prometheus Node_exporter 之 Memory Detail Meminfo /proc/meminfo
1. Memory Active / Inactive type: GraphUnit: bytesLabel: BytesInactive - 最近使用较少的内存, 优先被回收利用 /proc/meminfo Inactivemetrics: node_memory_Inactive_bytes{ ...
分类:其他好文   时间:2019-03-05 21:38:49    阅读次数:409
Prometheus Node_exporter 之 Basic CPU / Mem / Disk Gauge
1. CPU Busy :收集所有 cpu 内核 busy 状态占比 type: SinglestatUnit: perent(0-100)(所有 cpu使用情况 - 5分钟内 cpu 空闲的平均值) / 所有 cpu使用情况metrics: (((count(count(node_cpu_seco ...
分类:其他好文   时间:2019-03-05 21:19:56    阅读次数:365
Prometheus Node_exporter metrics 之 Basic CPU / Mem / Disk Info
Basic CPU / Mem / Disk Info 1. CPU Cores 物理 CPU 的核数 cat /proc/cpuinfo| grep "cpu cores"| uniq type:SinglestatUnit: shortmetrics: count(count(node_cpu_ ...
分类:其他好文   时间:2019-03-05 21:12:59    阅读次数:450
Prometheus Node_exporter 之 Basic Net / Disk Info
1. Network Traffic Basic 每个接口的基本网络信息 type: GraphUnit: bytesrecv {{device}} 各个网络接口的下载量recv lo: 本地环回接口recv eth0: 以太网接口recv docker0: docker0 网络接口metrics: ...
分类:Web程序   时间:2019-03-05 21:12:03    阅读次数:217
关于监控网页白屏时间所遇到的问题
之前尝试使用Prometheus的webdriver_exporter来监控网页白屏时间,但是一直有问题,于是就自己写了一个脚本来监控。目前了解到的白屏时间=responseStart-navigationStart大致代码如下:fromseleniumimportwebdriversource="https://www.baidu.com"chrome_options=webdriver.Chr
分类:Web程序   时间:2019-01-29 14:58:24    阅读次数:305
Aria2GUI for macOS - 百度网盘高速下载
[TOC] 一. aria2gui aria2gui是一款集成 的多线程下载工具。通过它我们可以完美绕过百度云,实现高速下载。 1.1 下载地址: "aria2gui" 1.2 安装 1.2.1 方式一: "手动安装" 在 "Releases 页面" 中下载对应版本的压缩包并解压后, 。 1.2.2 ...
分类:系统相关   时间:2019-01-16 22:44:52    阅读次数:249
Prometheus监控 Redis , redis-cli_exporter
用Prometheus监控Redis的时候,发现redis_exporter不能对redis里面的队列(list)进行监控,Google了一下,发现官网也没有redis-cli_exporter。索性就自己用Python写了一个Rediscli_exporter.#!/usr/bin/envpython#coding:utf-8#Author:shuaibing.huo@gmail.comimpo
分类:其他好文   时间:2019-01-12 20:59:23    阅读次数:183
haproxy prometheus 监控docker-compose 运行试用
haproxy prometheus 的监控metrics 使用的是exporter ,因为haproxy 对于状态统计报告处理的 比较好,我们可以了stats 同时支持一个csv的api 接口,所以exporter也是基于这个搞的开发,同时 里面对于不同版本的haproxy 做了适配 环境准备 d ...
分类:其他好文   时间:2019-01-07 17:25:51    阅读次数:471
Prometheus 监控进程
Process-exporter process-exporter可以用来检测所选进程的存活状态 下载process-exporter 下载地址:https://github.com/ncabatoff/process-exporter/releases/tag/v0.4.0 安装部署process ...
分类:系统相关   时间:2018-12-25 15:57:51    阅读次数:903
prometheus consul docker redis_exporter 自动注册配置
0、启动redis_exporter redis_exporter: version: '2'services: redis_exporter: image: oliver006/redis_exporter container_name: redis_exporter_test ports: - ...
分类:其他好文   时间:2018-12-19 19:37:43    阅读次数:552
176条   上一页 1 ... 11 12 13 14 15 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!