TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby sirkarthikover 7 years ago
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

mjulianover 7 years ago
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>