Topic

monitoring

Collection size
1767 articles
Page 88 of 89
Open Source Linux
Open Source Linux
Mar 15, 2021 · Databases

Mastering MongoDB Clusters: Setup, Monitoring, and Performance Tuning

This comprehensive guide explains MongoDB cluster components, common use cases, monitoring commands, basic operational tasks, data migration procedures, troubleshooting of production issues, and optimization recommendations to achieve high performance and scalability.

ClusterMongoDBMonitoring
0 likes · 20 min read
Mastering MongoDB Clusters: Setup, Monitoring, and Performance Tuning
Open Source Linux
Open Source Linux
Feb 3, 2021 · Operations

Top 4 Linux Monitoring Tools Every Sysadmin Should Use

Discover four essential Linux monitoring utilities—iotop, htop, IPTraf, and Monit—that help quickly diagnose I/O, CPU, memory, network traffic, and process health, offering detailed per-process insights and flexible alerting for effective system management.

IPTrafLinuxMonit
0 likes · 5 min read
Top 4 Linux Monitoring Tools Every Sysadmin Should Use
Open Source Linux
Open Source Linux
Jan 29, 2021 · Operations

Essential Kubernetes Production Best Practices for Secure, Scalable Ops

This article outlines comprehensive production‑grade Kubernetes best practices—including health probes, RBAC, resource management, network policies, monitoring, autoscaling, image security, and zero‑downtime strategies—to help teams run secure, efficient, and highly available workloads.

AutoscalingKubernetesMonitoring
0 likes · 11 min read
Essential Kubernetes Production Best Practices for Secure, Scalable Ops
Open Source Linux
Open Source Linux
Nov 30, 2020 · Operations

Essential Linux Shell Commands for System Monitoring and Maintenance

This guide compiles a comprehensive set of Linux shell commands for deleting zero‑byte files, inspecting processes, checking CPU, memory, disk usage, network load, and other system metrics, plus a collection of useful regular expressions for text processing and validation.

CommandsLinuxMonitoring
0 likes · 13 min read
Essential Linux Shell Commands for System Monitoring and Maintenance
Open Source Linux
Open Source Linux
Aug 17, 2020 · Operations

Step-by-Step Guide to Install and Configure Zabbix on CentOS 7

This tutorial walks you through installing Zabbix on CentOS 7, covering prerequisite disabling of SELinux and firewalls, adding repositories, installing server, web, and database components, configuring files, securing MariaDB, starting services, and completing the web‑based setup with language customization.

CentOSInstallationLinux
0 likes · 7 min read
Step-by-Step Guide to Install and Configure Zabbix on CentOS 7
Open Source Linux
Open Source Linux
Mar 19, 2020 · Operations

Essential Ops Playbook: Avoid Costly Mistakes in Server Management

This guide shares practical Linux server operation rules, emphasizing thorough testing, careful use of destructive commands, strict access control, regular backups, security hardening, continuous monitoring, and disciplined performance tuning to prevent costly outages and data loss.

BackupLinuxMonitoring
0 likes · 13 min read
Essential Ops Playbook: Avoid Costly Mistakes in Server Management
UCloud Tech
UCloud Tech
Apr 28, 2020 · Cloud Native

How We Built a Highly Available Kubernetes Platform for Multi‑Cluster Deployments

This article explains why Kubernetes was chosen, describes the overall architecture, high‑availability master design, multi‑IDC cluster deployment, logging, monitoring, service exposure, image building, lifecycle hooks, CI/CD, multi‑cluster management, encountered challenges, and future plans for operators and automated scaling.

CI/CDHigh AvailabilityKubernetes
0 likes · 11 min read
How We Built a Highly Available Kubernetes Platform for Multi‑Cluster Deployments
UCloud Tech
UCloud Tech
Nov 14, 2019 · Cloud Native

How LeXin Medical Streamlined Kubernetes with UCloud UK8S: A Migration Case Study

This article details LeXin Medical's journey from a manually built Kubernetes cluster to the UCloud UK8S platform, covering the challenges of self‑hosting, the tools and processes used for migration, and the resulting improvements in logging, monitoring, CI/CD, and overall operational efficiency.

CI/CDCloud NativeKubernetes
0 likes · 10 min read
How LeXin Medical Streamlined Kubernetes with UCloud UK8S: A Migration Case Study
UCloud Tech
UCloud Tech
Sep 26, 2019 · Cloud Native

How Lagou Migrated Its Services to UK8S: Key Lessons in Cloud‑Native Transformation

This article details Lagou's migration of production workloads from traditional VMs to UK8S, covering business architecture, stateful container deployment, sidecar log collection, dual monitoring stacks, service exposure strategies, configuration management, CI/CD pipelines, and future plans for autoscaling.

CI/CDKubernetesLogging
0 likes · 9 min read
How Lagou Migrated Its Services to UK8S: Key Lessons in Cloud‑Native Transformation
UCloud Tech
UCloud Tech
Jul 18, 2018 · Operations

How to Build a Unified Monitoring System for Microservices: Key Dimensions & Scenarios

This article explains how microservice architectures require a comprehensive monitoring system, covering data, resource, and code dimensions, and describes eight atomic monitoring scenarios such as URL, host, product, component, custom, resource, APM, and event monitoring to help engineers design effective observability solutions.

APMCloud NativeMonitoring
0 likes · 7 min read
How to Build a Unified Monitoring System for Microservices: Key Dimensions & Scenarios
UCloud Tech
UCloud Tech
Nov 22, 2017 · Backend Development

Master Go Microservices: gRPC, TLS, Tracing & Prometheus Monitoring

This article shares practical Go microservice building experiences, covering gRPC-based communication, TLS security, request tracing, and comprehensive monitoring with Prometheus, including metric selection, alerting, and log management using Logrus and Graylog, to help reduce coupling and improve system observability.

GoLoggingMonitoring
0 likes · 10 min read
Master Go Microservices: gRPC, TLS, Tracing & Prometheus Monitoring
Su San Talks Tech
Su San Talks Tech
May 24, 2025 · Backend Development

12 Proven SpringBoot Performance Hacks to Boost Your API Speed

Discover twelve practical SpringBoot performance optimization techniques—from connection pool tuning and JVM memory settings to caching, async processing, and full‑stack monitoring—each illustrated with code snippets and actionable guidance to prevent full‑table scans, OOM errors, and latency spikes in high‑traffic applications.

CachingJVMJava
0 likes · 13 min read
12 Proven SpringBoot Performance Hacks to Boost Your API Speed
Su San Talks Tech
Su San Talks Tech
May 15, 2025 · Backend Development

10 Essential Logging Rules for Reliable Backend Systems

This article shares ten practical guidelines for writing high‑quality logs in Java backend services, covering format consistency, stack traces, log levels, complete parameters, data masking, asynchronous logging, traceability, dynamic log levels, structured storage, and intelligent monitoring to improve debugging and system reliability.

JavaLogbackLogging
0 likes · 11 min read
10 Essential Logging Rules for Reliable Backend Systems
Su San Talks Tech
Su San Talks Tech
Apr 13, 2025 · Operations

Unlock Zabbix: Complete Guide to Features, Architecture, and Hands‑On Deployment on CentOS

This article introduces Zabbix’s core features, flexible data collection, custom alerting, visualization, high‑availability architecture, security auditing, and compares it with Prometheus, then walks through a step‑by‑step installation, configuration, and deployment on a CentOS server.

InstallationLinuxMonitoring
0 likes · 20 min read
Unlock Zabbix: Complete Guide to Features, Architecture, and Hands‑On Deployment on CentOS
Su San Talks Tech
Su San Talks Tech
Mar 12, 2025 · Backend Development

How to Diagnose and Resolve JVM Out‑Of‑Memory Errors: A Practical Checklist

This article walks through a step‑by‑step troubleshooting process for JVM Out‑Of‑Memory (OOM) incidents, covering symptom identification, monitoring tools like top, jstat, and jmap, root‑cause analysis, and actionable recommendations to prevent future memory leaks.

JVMJavaMonitoring
0 likes · 5 min read
How to Diagnose and Resolve JVM Out‑Of‑Memory Errors: A Practical Checklist
Su San Talks Tech
Su San Talks Tech
Jan 8, 2025 · Backend Development

How DynamicTp Enables Real‑Time Thread Pool Monitoring and Auto‑Tuning in Java

DynamicTp extends Java's ThreadPoolExecutor with zero‑intrusion configuration, real‑time parameter adjustment, comprehensive monitoring, and multi‑channel alerting, allowing developers to dynamically tune thread pools across microservices using popular configuration centers and integrate with tools like Micrometer and Grafana.

DynamicTpJavaMicroMeter
0 likes · 11 min read
How DynamicTp Enables Real‑Time Thread Pool Monitoring and Auto‑Tuning in Java
Su San Talks Tech
Su San Talks Tech
Jul 17, 2024 · Backend Development

Boost API Performance: Proven Indexing, Caching, and Async Strategies for Java Backends

This comprehensive guide walks backend developers through practical techniques—such as proper indexing, SQL refactoring, parallel remote calls, asynchronous processing, caching layers, sharding, and monitoring—to diagnose and dramatically improve API response times and overall system throughput.

BackendCachingIndexing
0 likes · 27 min read
Boost API Performance: Proven Indexing, Caching, and Async Strategies for Java Backends
Su San Talks Tech
Su San Talks Tech
Mar 1, 2024 · Backend Development

Master JVM Tuning: When, How, and Which Tools to Optimize Java Performance

This article explains why JVM tuning matters, identifies scenarios that require tuning such as performance bottlenecks, memory overflows, and concurrency issues, and then details monitoring and diagnostic tools—including JDK command‑line utilities and third‑party solutions—followed by a comprehensive guide to JVM parameters, garbage‑collector selection, and practical ways to apply these settings in production environments.

DiagnosticsJVMJava
0 likes · 18 min read
Master JVM Tuning: When, How, and Which Tools to Optimize Java Performance
Su San Talks Tech
Su San Talks Tech
Dec 2, 2023 · Backend Development

Master Druid: Configure, Monitor, and Optimize Java Connection Pools in Spring Boot

This guide explains Druid's core concepts, how to add Maven dependencies, configure properties, enable monitoring filters, customize the admin servlet, remove built‑in ads, and retrieve runtime statistics, providing a complete tutorial for integrating Druid with Spring Boot applications.

Connection PoolDruidMonitoring
0 likes · 17 min read
Master Druid: Configure, Monitor, and Optimize Java Connection Pools in Spring Boot