Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

How to Measure and Reduce Data Center Energy Consumption

Data center energy consumption is on the rise as the demand for computing power and digital services continues to grow. To reduce data center carbon emissions, many data center managers now have corporate sustainability goals that they must comply with. According to KPMG, 80% of companies now report on their sustainability. The benefits of increasing data center energy efficiency are vast.

Linux Command Cheat Sheet

As we know that many of our users are system administrators, network and software engineers as well as cloud infrastructure leaders who use Linux primarily, we've created a helpful cheat sheet as a reference guide to help you with understanding the most common Linux commands. Feel free to save the sheet below and share it with any team members that you think would appreciate learning some of the most essential commands for Linux.

Database monitoring - Do's and Don'ts

Enterprises evolve and transform into data-driven businesses, which take valuable insights from the data collected to grow and develop their business. This means that massive chunks of data are collected every second and companies search for ways to process it faster, secure and more accurately. The more data is processed, the smarter is the organisation and the greater potential for data-driven decisions is available.

How to Unit Test with Python

Confidence in the quality, robustness, and reliability of a product are among the most valuable qualities sought after by consumers as well as businesses. This confidence is built through the rigorous testing of a product. In software engineering, practices like extreme programming (XP) and test-driven development (TDD) champion the belief that automated testing should be used from the start of a project.