Netdata


Netdata[2] is an open source[3][4] tool to visualize and monitor real-time metrics, optimized to accumulate all types of data, such as CPU usage, disk activity, SQL queries, visits to a website, etc.

Netdata
Initial release24 October 2013 (2013-10-24) [1]
Stable release
1.19.0 / 27 November 2019 (2019-11-27)
Repositoryhttps://github.com/netdata/netdata
Operating systemLinux, FreeBSD, and MacOS.
Websitehttps://www.netdata.cloud/

The tool is designed to visualize activity in the greatest possible detail, allowing the user to obtain an overview of what is happening and what has just happened in their system or application.

Overview

Netdata consists of a daemon that, when executed, is responsible for collecting and displaying information in real-time.

It is a lightweight tool, mostly written in C, which uses minimal resources: about 2% on a single-CPU system.

It can be run in any GNU / Linux kernel to monitor any system or application, being able to run it on PCs, servers or embedded Linux devices.

Features

Designed to be installed on each system, without interrupting applications running on it. It operates according to the memory requirements specified by the user, using only idle CPU cycles. Once the application begins, it will not perform disk I/O beyond logging. The tool saves to disk at the end of its execution and reloads at startup.

By default it contains certain plugins that collect key system metrics, but its behavior is extensible by using its plugin API.

Netdata can be run anywhere running a Linux kernel and its graphics can be embedded in web pages. It has an interface with customizable themes and is customizable through HTML.

There are no dependencies since it operates as its own web server, with its static web files.

Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics, a feature which can be disabled via manual configuration[5].

Operation

When executing the daemon on Linux using the netdata command, threads are generated that collect information from each resource, using internal and/or external plugins. In turn, it keeps a record of the values collected in memory (without doing any Disk I/O).

It operates as a stand-alone web server for its own static files, necessary for the representation of its dashboards.[6][7] It provides a REST API so that the browser can access the information.

Each installation of the application works autonomously. Although it is installed on all systems there will not be a central netdata. Only the browser can connect all installations of different systems, unifying graphics from different sources as if they came from the same server.

References

netdata on GitHub

How To Monitor Ubuntu 18 Server With Netdata & Enable Go Collectors

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.