セクション 3. 章 3
single
Challenge: 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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください