Operations | Monitoring | ITSM | DevOps | Cloud

%term

What does OOMKilled mean and how do I prevent it?

When creating production-level applications, enterprises want to ensure the high availability of services. This often results in a lengthy development process that requires extensive testing for the applications or a new release. This involves testing the behavior of the application under load, measuring the performance metrics, and accounting for the resource consumption. All this is done to ensure that the application does not behave unexpectedly when being used by clients.
Sponsored Post

Capturing Network Traffic anytime

Capturing network traffic is usually done either for security reasons or to troubleshoot networking issues. But by the time you initiate a network capture (either manually or automatically) it’s often too late already – the train has already left the station. Point in case: Say your SIEM (obviously EventSentry) detects abnormal or suspicious behavior in a log and a network capture is initiated.

Tips on troubleshooting your network like a pro

Sometimes life can be pointless, and other times, it might just be that your network has stopped working, and now you have too much time to ponder the true purpose of life. If you are in that second situation, let’s get that network fixed before you start regretting your life choices. Troubleshooting is a repetitive yet rigorous process where you analyze and test individual network components like a chef checking every ingredient before cooking up a delicious dish.

Top 10 DigitalOcean Alternatives to Consider in 2025

The 2025 cloud computing landscape presents a diverse array of options beyond DigitalOcean's familiar waters. As businesses outgrow basic cloud solutions, they're discovering platforms that better match their evolving needs. From startups seeking cost-effective scaling to enterprises demanding robust security features, today's cloud providers offer specialized solutions for every use case.

Top 6 Distributed Tracing Tools in 2025

Distributed tracing is the functionality to trace requests or messages flowing through different systems or environments like frontend, Backend, middleware. Distributed tracing brings connectivity or visibility of various services using a unique identifier. This identifier is passed to different services to correlate them as a single flow. We track data from different services with distributed tracing, but how do we visualize them? Visualization is a tedious task.

Top 5 Azure Monitoring tools to maximize application and service performance

Many organizations migrate their workloads to the cloud or begin leveraging what the cloud offers. However, to keep their businesses up and running during this process, organizations still require integrating their systems in the cloud, like Dynamics365, Salesforce, and ServiceNow, with Azure Integration Services (AIS) and potentially on-premises. One crucial aspect of such integrations is keeping them healthy and available, which requires monitoring and diagnostics.

gRPC Golang Example: Using gRPC with Golang | Speedscale

In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple note-taking application. You will generate a gRPC client that is highly efficient and has a service implementation that handles a diverse range of request and response types. APIs and service-to-service communication are what make modern microservice architecture possible.