Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Service Uptime Analyzer | Data-Driven DevOps Decisions
Python for DevOps Beginners
セクション 3.  3
single

single

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.

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt