Operations | Monitoring | ITSM | DevOps | Cloud

opsdemon

Latest posts

A Guide to MQTT Messaging Brokers and Client Software

MQTT is a machine-to-machine communication protocol. Devices publish messages to a broker under specific topics, and other devices subscribe to those topics to receive information. It’s popular because it doesn’t take up a lot of bandwidth, so IoT devices with limited network connectivity can use it. MQTT works because of brokers. Each device sending and receiving data can communicate with potentially millions of other devices while only connecting to one broker.

Synthetic Monitoring for Windows, VDI & 2FA | 2 Steps

We relate synthetic monitoring to a heart rate monitor for application performance. It fits hand in glove with real user monitoring and provides insights into how real customers and employees are experiencing the application. Historically, we’ve seen limitations with real user monitoring. If nobody is on the network or using the application, then you're not receiving any performance data. Also, the performance data that you typically receive is from a panel rather than every single user.

HAProxy: [Live Webinar] What's New in HAProxy Data Plane API 2.6

Returning from summer vacation? Eager to discover new ways you can leverage HAProxy and the HAProxy Data Plane API for load balancing? In version 2.6, the API gained support for a huge number of new keywords, moved to a newer version of the Go programming language, upgraded its version of Swagger for client library code generation, and had other important updates.
Sponsored Post

Top Tools to Help Debug Kubernetes Applications

When building cloud-based applications, managing the infrastructure becomes a bigger challenge as you scale. Kubernetes brings order to the chaos, letting you control and automate the containers used to deploy your application. Debugging in the cloud presents further challenges, and the complexities of distributed applications make it hard for many debugging setups to keep pace. Tools designed to run locally aren't effective. However, there are Kubernetes debugging tools that can handle the shift in paradigm. In this article, you'll read about several options that make debugging Kubernetes applications much easier.

Middleware Software Market Is Expected To Expand at Significant Cagr Over 2022-2028

The global Middleware Software market gives a better understanding of the market picture of the local and international markets. It helps the key market players understand the market and product strategies better that can help them survive the global market. The study report gives information on the market volume, market value, predictions of the market share size, and statistics of the international and national level industries.

Grafana Mimir and VictoriaMetrics: performance tests

Grafana Labs Mimir is a new time series database under AGPLv3-license. The engineering team did a great job by taking the best from Cortex TSDB, reducing its complexity and improving scalability in the same time. According to tests by Grafana Labs, Mimir can scale to a billion active time series and 50 million samples/s ingestion rate.