Operations | Monitoring | ITSM | DevOps | Cloud

Stackify

What are Linux Logs? How to View Them, Most Important Directories & More

In software, it’s essential to monitor logs of system activities. Today we’ll unravel what Linux logs are and how you can view them. Logging is a must for today’s developers and why Retrace was designed with a built-in, centralized log management tool.

Best Practices to Monitor Node.js Performance

Built on the V8 JavaScript engine of Chrome, Node.js is a very lightweight, open-source framework with minimum modules. And since it is an asynchronous system by default, it is faster than most other frameworks. DevOps still need Node.js monitoring to ensure performance better than other frameworks. In order to understand how relevant Node.js still is, note that PayPal, Reddit, LinkedIn, Amazon, Netflix and other high-use, high-visibility service providers use the framework.

The Different Types Of Cloud Deployment And Their Pros And Cons

Cloud computing is the on-demand availability of computer system resources without direct active management by the user. Instead, the delivery of said resources is available over the internet, which has made cloud computing a popular digital service that various industries use to operate and manage work tasks. How cloud computing services are implemented, hosted and accessed by users is called cloud deployment. There are different types of deployments, each with defined advantages for users.

Website Performance Monitoring and Optimization Best Practices

Websites are a must-have for any business that wants to survive in a highly competitive environment. Many people mistakenly think that only e-commerce projects need a website, but this is not the case. Absolutely every company needs website performance monitoring and virtually every initiative should be armed with its own webpage. But this article is not about why you need a website, but about how to track and manage its performance.

AWS Fargate Monitoring

How do you perform AWS Fargate monitoring? Today, we’ll discuss the background of AWS Fargate and using Retrace to monitor your code. As companies evolve from a monolithic architecture to microservice architectures, some common challenges often surface that companies must address during the journey. In this post, we’ll discuss one of these challenges: observability and how to do it in AWS Fargate.

Node.js Performance Monitoring

Software developers use the Node.js environment to develop robust and innovative applications. But the bigger the goal, the higher the risk. Learn about Node.js performance monitoring to ensure quality and risk-free software products. Part of diligent software development is making sure all system applications work well individually and as a whole.

What to Do About Java Memory Leaks: Tools, Fixes, and More

Memory management is Java’s strongest suit and one of the many reasons developers choose Java over other platforms and programming languages. On paper, you create objects, and Java deploys its garbage collector to allocate and free up memory. But that’s not to say Java is flawless. As a matter of fact, memory leaks happen and they happen a lot in Java applications. We put together this guide to arm you with the know-how to detect, avoid and fix memory leaks in Java.

The Top 5 Node.js Performance Measurement Metrics

Using Node.js as a JavasScript runtime has its advantages. However, it requires significant maintenance to keep it working as expected. Here are the top metrics you should monitor for Node.js performance measurement analysis. Application programming interfaces or APIs that use the Node.js runtime environment are scalable. Node.js is asynchronous and event-driven, which means the application can handle multiple connections at the same time.

How to Find Hibernate Performance Issues in Development and Production

The Java Persistence API (JPA) is used in most Java applications to interact with a relational database. One of its most popular implementations is the Hibernate ORM, because it uses object-relational mapping to abstract database interactions and makes implementing simple CRUD operations very simple. But this abstraction also has its downsides. Hibernate uses a lot of internal optimizations and hides all database interactions behind its API.