Wesley13 Wesley13
3年前
SNMP基础配置
!(https://oscimg.oschina.net/oscnet/up53eb5cd018620d2b6979b998697cbc8940e.png)\Huawei\snmpagent 开启agent服务\Huawei\displaysnmpagentsysinfo查看SNMP信息!(https://osci
Stella981 Stella981
3年前
Flume使用Kafka Sink导致CPU过高的问题
在日志收集服务器上使用Flume(1.6)的KafkaSink将日志数据发送至Kafka,在FlumeAgent启动之后,发现每个Agent的CPU使用率都非常高,而我们需要在每台机器上启动多个FlumeAgent来收集不同类型的日志,如果每个Agent都这样,那肯定会把机器的CPU吃满了,刚开始使用jstack定位到是org.apache.flume
Stella981 Stella981
3年前
RSyslog Windows Agent 安装配置
下载地址:https://www.rsyslog.com/windowsagent/windowsagentdownload/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.rsyslog.com%2Fwindowsagent%2Fwindowsagentdownl
Wesley13 Wesley13
3年前
Unity 用ml
目录本次示例:训练一个追踪红球的白球AI1\.新建Unity项目,导入package2\.编写Agent脚本voidOnEpisodeBegin()voidCollectObservations(VectorSensorsensor)voidOnActionRe
Stella981 Stella981
3年前
Grafana + Prometheus 监控PostgreSQL
 效果图!(https://img2018.cnblogs.com/blog/1178572/201905/117857220190526141011952929637180.png)部署环境服务器名称IP地址监控指标部署agent备注shtsgmhadoopcm01172.16.101.54OSnod
Stella981 Stella981
3年前
Jenkins Pipeline
https://jenkins.io/zh/doc/book/pipeline/syntax/https://blog.csdn.net/taishanduba/article/details/61423121https://www.cnblogs.com/kevingrace/p/6022447.html通用规则Agent
Wesley13 Wesley13
3年前
vivo 调用链 Agent 原理及实践
一、项目背景2017年,vivo互联网研发团队认为调用链系统对实际业务具有较大的价值,于是开始了研发工作。3年的时间,调用链系统整体框架不断演进……本文将介绍vivo调用链系统Agent技术原理及实践经验。vivo调用链系统的研发,始于对Google的《Dapper,aLargeScaleDistributedSyst
Stella981 Stella981
3年前
Nginx打印请求头和响应头
http{log_formatlog_req_resp'$remote_addr$remote_user$time_local''"$request"$status$body_bytes_sent'"$http_referer""$http_user_agent"$http_x_real_
yandex bot user agent
网站收集和整理了所有的,方便大家识别yandexbot。yandexbotuseragent列表Mozilla/5.0(compatible;YandexAccessibilityBot/3.0;http://yandex.com/bots)说明:YandexAccessibilityBot下载页面以检查用户的可访问性。它每秒最多向站
手把手教你编写自定义Categraf插件
Categraf是一个监控采集Agent,类似Telegraf、GrafanaAgent、DatadogAgent,希望对所有常见监控对象提供监控数据采集能力,采用Allinone的设计,不但支持指标采集,也希望支持日志和调用链路的数据采集。相比于其他采集器,Categraf的优势在于:支持remote_write写入协议,支持将数据写入promethues、M3DB、VictoriaMetrics、InfluxDB;指标数据只采集数值,不采集字符串,标签维持稳态结构;采用allinone的设计,所有的采集工作用一个agent搞定;未来也可以把日志和trace的采集纳入agent;纯Go代码编写,静态编译依赖少,容易分发,易于安装。