(186)
(1)
(3)
(11)
(42)
(21)
(9)
(18)
(46)
(35)
发布时间:2010-11-03 17:32:06
随便记录一些技术和生活的东西,当然只记录我个人认为比较有意义的,至于xxx软件安装配置一类的实在没什么意义,这种看readme或manual的东西。文章仅仅代表我个人的观点,也不是权威,各位姑且看之。也欢迎留言讨论。 原创:都是本人写的一些随笔,各位凑合看哈.........
发布时间:2018-03-25 09:30:49
转投有道云笔记和github了。旧的暂时保留。......
发布时间:2017-03-10 11:15:16
grok { match => { "message" => "%{timestamp_iso8601:timestamp} %{notspace:elb_name} %{ip:elb_client_ip}:%{int:elb_client_port:int} (?:%{ip:elb_backend_ip}:%{number:elb_backend_port:int}|-) (?:%{number:request_processing_time:float}|-1) (?:%{number:backend_processing_t.........
发布时间:2017-01-17 21:36:06
grafana的官方文档写的太简单,要自动化创建一个metrics,经过反复测试,下面一个例子就可以了。{ "dashboard": { "title": "gorouter", "editable": true, "rows": [.........
发布时间:2017-01-17 21:27:50
很久不写了,发一个最近的ruby多线程例子,没有线程同步问题,比较简单。require 'json'require 'rest-client'require 'thread'$contenct=[]def get_metricsget_json($content).select do |item|if /^opents.........