This article is a follow up after the Run podman/docker InfluxDB 1.8 container to collect statistics from collectd, where the time series database InfluxDB stores…
software
Create graph for CPU frequency grouped by processors/cores using Grafana, InfluxDB and collectd
This article shows how to make a graph showing a Linux machine’s CPU frequency changes. This plugin gathers CPU Frequency of all the virtual processors…
Create graph for swap usage using Grafana, InfluxDB and collectd
This article shows how to make a graph showing a Linux machine’s swap memory. This plugin gathers physical swap memory utilization – cached, free, and…
Run podman/docker InfluxDB 1.8 container to collect statistics from collectd
Yet another article on the topic of the InfluxDB 1.8 and collectd gathering statistics, in continuation of the articles Monitor and analyze with Grafana, influxdb…
Create graph for Physical Memory grouped by states using Grafana, InfluxDB and collectd
This article shows how to make a graph showing a Linux machine’s memory. This plugin gathers physical memory utilization – used, buffered, cached, and free….
Install and create a GlusterFS 11 replica cluster under CentOS Stream 9
At present, the latest version of GlusterFS is 11 and the latest version of CentOS is CentOS Stream 9. This article will present how to…
Migrate from NFS Kernel Server to NFS-Ganesha server under CentOS Stream 9
This article is to show how to migrate from the NFS kernel server to the NFS-Ganesha server under CentOS Stream 9. The most important thing…
Switch to a new master (primary) in MySQL InnoDB Cluster 8
Switching to a new master (or new primary if to use the new naming) in a MySQL 8 InnoDB Cluster is simple with the MySQL…
Viewing the progress of MySQL 8 Cluster InnoDB recovery
This article will show several handy MySQL commands for viewing the progress of MySQL 8 Cluster recovery and how the administrators may keep track of…
Move or backup all database measurements for a single host to another Influxdb server
This article demonstrates how to move part of the data from one InfluxDB server to another InfluxDB sThect, the data is split by criteria to…