摘要:
1.安装elastic searchdump mkdir /data/nodejs cd /data/nodejs wget https://nodejs.org/dist/v10.16.2/node-v10.16.2-linux-x64.tar.xz tar xvf node-v10.16.2-l 阅读全文
摘要:
0.拓扑图 参考:https://www.cnblogs.com/JetpropelledSnake/p/10057545.html 官网: http://kafka.apache.org/documentation.html#introduction kafka原理 https://www.cnb 阅读全文
摘要:
1.es与MySQL的概念对比 2.概念理解 2.1 Index : 一个索引即是文档的集合 2.2 Document : 一个文档即是一个可被索引的基础单元信息,一条记录; 2.3 Replicas : 索引一份或多份存储,可以理解成冗余存储以防数据丢失; 2.4 shards : 一个索引被截断 阅读全文
摘要:
1.安装部署 1.1 wget https://github.com/oliver006/redis_exporter/releases/download/v0.15.0/redis_exporter-v0.15.0.linux-amd64.tar.gz 1.2 cd /prometheus_exp 阅读全文
摘要:
1.磁盘使用率 1.other:((node_filesystem_size_bytes{fstype=~"xfs|ext4",instance="server2"} - node_filesystem_free_bytes{fstype=~"xfs|ext4",instance="server2" 阅读全文
摘要:
1.python脚本 阅读全文
摘要:
1.修改服务的启动脚本 [root@do1cloud01 init.d]# vim learn-school nohup ${JAVA_HOME}/bin/java -javaagent:/usr/local/prometheus_jmx_export_0.3.1/jmx_prometheus_ja 阅读全文
摘要:
1.安装exporter 1.wget https://github.com/prometheus/blackbox_exporter/releases/download/v0.12.0/blackbox_exporter-0.12.0.linux-amd64.tar.gz 2.tar -zxf b 阅读全文
摘要:
1.jvm类型 8563的grafanadashboard: gc时间,使用的现场,加载的类数 2.apache , nginx 用户连接状态,waiting数量 (使用nginx_status) current total apache access - irate(apache_accesses 阅读全文
摘要:
1.zookeeper的规则 [root@do1cloud01 prometheus]# cat zookeeper.yml rules: - pattern: "org.apache.ZooKeeperService<name0=ReplicatedServer_id(\\d+)><>(\\w+) 阅读全文