Category: Real-time Analytics

Created with Sketch.

Anomaly Detection on Real-time Server Load Data

Let’s walk-through quickly on how to detect abnormal events with Metatron Discovery EX-pack: Anomaly Detection. Learn how to set alarm rules with real-time data and get alarms on abnormal events. The dataset for the test is describing usage levels on CPU, memory, I/O and network of 10 servers in the 2 clusters. They are updated…
Read more

Visualize Real-time Data with Metatron Discovery

Let’s find out how to create a real-time dashboard when having a streaming data. First of all, you need a streaming data. I just create an artificial one for this test. If you already have one, just skip this step. import sys import json import math from datetime import datetime from time import sleep from…
Read more