Coder Social home page Coder Social logo

monitoring's Introduction

Proxy Server Monitoring

Overview

A requierement for a server that is used for SSL offloading and proxies thousands of request, is in need of capture critical and evaluation of metric data, to identify issues, set preventive actions, and capacity planning.

This document is very abstract about key metrics and their challenges/goals.

Metrics must retain a historical data for capacity planning, SLA calculation, and all metrics will trigger an alert when a threshold is reached. Several thresholds can be combined into a single alert to help in indentifying a root cause. Additionaly, an alert could trigger an action script that would fix an issue without human intervention.

Key Metrics

Hardware related

  • CPU load average (1, 5, 15): Keep track of CPU usage for capacity planning or find an issue in combination with other metrics.
  • RAM usage: Keep track of RAM usage for capacity planning or find an issue in combination with other metrics.
  • Disk free space/inodes: Keep track of Disk usage for capacity planning or find any issue in combination with other metrics.
  • SMART status: Preventive actions (replacement) maybe needed for a physical disk drive.
  • NIC inbound/outbound traffic: Keep track of resource usage for capacity planning or find any issue in combination with other metrics.
  • NIC Link Aggregation status: Identify if a NIC or switch could be failing.

Proxy related

  • Request per second: Find any abnormal behaviour to detect DDOS (in combination with NIC traffic), or a unusual drop in the RPS due to backend node failing, a network issue, or CPU/RAM overload.
  • Error logs: To identify any error within the proxy configuration, or the SSL offloading.
  • SSL certificates (public): Validate expiration date, domains, and root certificate authorities.

Backend pool related

  • Node health checks: Combined with RPS to help in identifiying if a specific issue with a node.
  • SSL certificates (internal): Validate expiration date, domains, and root certificate authorities.

monitoring's People

Contributors

zingaya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.