Explain the process from the perspective of source code

Full text outline It's not easy to create. I hope I can praise, comment and collect. Students who want to study together can chat privately. We can add groups and study together!! Process is the most basic concept in the operating system. The definition of a process in Linux kernel design is "a process is a program in execution". Pr ...

Posted by 7awaka on Mon, 07 Mar 2022 08:07:08 +0100

Source code analysis of go open source project influxdb relay (1)

The address of the influxdb relay project: https://github.com/influxdata/influxdb-relay, which is mainly used as a load balancing node and writes to multiple influxdb nodes for high availability. Don't talk about it~ 1,main.go 1 package main 2 3 import ( 4 "flag" 5 "fmt" 6 "log" 7 "os" 8 "os/signal" 9 ...

Posted by scifo on Sun, 29 Dec 2019 15:41:11 +0100

Practical production environment: 1.13.3 latest k8s cluster deployment Heapster plug-in

This article, any image and yaml I use will send a link to the online disk for you to download and learn!Links: https://pan.baidu.com/s/1inmW... Password: 92uagithub: https://github.com/heyangguangYou can contact me directly if you have any questions: heyangev@cn.ibm.com Heapster is a collector that summarizes the data of C advisor on each Nod ...

Posted by nawal on Wed, 04 Dec 2019 03:18:54 +0100

Monitoring TcpState of docker container with ccadvisor influxdb grafana

problem After setting up the monitoring cluster of ccadvisor influxdb grafana, it is found that there is no tcp related data Source version: https://github.com/google/cad...git commit hash:9db8c7dee20a0c41627b208977ab192a0411bf93 Build a cfisor influxdb grafana reference https://botleg.com/stories/mo... Positioning process Is there no tcp state ...

Posted by dshevnock on Tue, 26 Nov 2019 18:10:52 +0100

Snpshot and memory optimization of InfluxDB # in Ali Cloud

brief introduction As Alibaba's important layout in APM and IOT, time series database carries Alibaba's future and platoon leader in physical network and future application monitoring market, and InfluxDB, the industry's number one time series database, has a large number of users both at home and abroad. Alibaba timely launched ALiyun InfluxD ...

Posted by dreado on Mon, 30 Sep 2019 08:34:41 +0200

Installing prometheus in k8s cluster

In earlier versions, Kubernetes provided a combination of heapster, influxDB and grafana to monitor and control systems. Now the more popular monitoring tool is prometheus, which is an open source version of Google's internal monitoring and alarm system. Compared with other traditional monitoring tools, Prometheus has the following characteris ...

Posted by vegnadragon on Sat, 24 Aug 2019 17:20:00 +0200