Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Service Uptime Analyzer | Data-Driven DevOps Decisions
Python for DevOps Beginners

bookChallenge: Service Uptime Analyzer

In DevOps, maintaining high service uptime is a top priority, as even short outages can impact users and business operations. Being able to quickly analyze and identify servers that are underperforming helps you take proactive steps to ensure reliability. In this challenge, you will use your skills with pandas DataFrames to process and interpret service uptime data, making it easier to spot issues before they escalate.

Task

Swipe to start coding

You need to implement a script that analyzes service uptime data for a set of servers and highlights any that fall below a specified threshold.

  • Create a pandas DataFrame from the provided list of dictionaries.
  • Calculate the average uptime across all servers.
  • Identify servers with uptime less than the threshold.
  • Print the average uptime and a list of underperforming servers, or indicate if all meet the threshold.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 3
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

What kind of uptime data will I be working with?

Can you explain how pandas DataFrames can help analyze uptime?

What are some common indicators of underperforming servers?

close

bookChallenge: Service Uptime Analyzer

Swipe to show menu

In DevOps, maintaining high service uptime is a top priority, as even short outages can impact users and business operations. Being able to quickly analyze and identify servers that are underperforming helps you take proactive steps to ensure reliability. In this challenge, you will use your skills with pandas DataFrames to process and interpret service uptime data, making it easier to spot issues before they escalate.

Task

Swipe to start coding

You need to implement a script that analyzes service uptime data for a set of servers and highlights any that fall below a specified threshold.

  • Create a pandas DataFrame from the provided list of dictionaries.
  • Calculate the average uptime across all servers.
  • Identify servers with uptime less than the threshold.
  • Print the average uptime and a list of underperforming servers, or indicate if all meet the threshold.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 3
single

single

some-alt