TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is your server-side/back-end monitoring checklist?

1 点作者 sirkarthik超过 7 年前
Sample Monitoring Checklist:<p>* Load Balancer [How do you check for its health status?]<p>* Web-Server<p>* App-Server [CPU utilization, Memory utilization, Disk Utilization, App Status to take requests]<p>* DB-Server [CPU utilization, Memory utilization, Disk Utilization, App Status to take requests]<p>Note: Possibly share at what level you check for these, at what frequency and what tools you use.

1 comment

mjulian超过 7 年前
Bit of shameless self-promotion here, but I&#x27;m the author of Practical Monitoring. Among other things, I set out to answer exactly this question. Check out Part 2 (Chapters 7, 8, and 9 answer your question specifically). <a href="https:&#x2F;&#x2F;www.practicalmonitoring.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.practicalmonitoring.com&#x2F;</a>