Tagged articles
433 articles
Page 5 of 5
Efficient Ops
Efficient Ops
Jun 18, 2017 · Operations

Choosing the Right Bypass Monitoring Tool: Balancing Cost, Performance, and Value

The article examines the challenges of selecting hardware and monitoring tools, comparing Intel CPUs on performance versus price, and outlines criteria for evaluating bypass‑monitoring products, emphasizing cost, reliability, scalability, and data‑decoding capabilities to guide informed operational decisions.

Operationscost-benefit analysisnetwork bypass
0 likes · 9 min read
Choosing the Right Bypass Monitoring Tool: Balancing Cost, Performance, and Value
ITPUB
ITPUB
Jun 18, 2017 · Operations

Master Linux Performance: Essential Monitoring Tools and Practical Usage

This article provides a comprehensive guide to Linux performance analysis, covering background concepts, detailed explanations of tools such as vmstat, iostat, dstat, iotop, pidstat, top/htop, mpstat, netstat, ps, strace, lsof, perf, and sar, along with practical command examples and usage tips.

System Toolsdstatiostat
0 likes · 16 min read
Master Linux Performance: Essential Monitoring Tools and Practical Usage
ITPUB
ITPUB
Apr 13, 2017 · Operations

Essential Linux Performance Monitoring Tools Every Sysadmin Should Know

This article introduces core Linux performance monitoring utilities—top, vmstat, pidstat, iostat, netstat, sar, tcpdump, and others—explaining their output fields, typical usage scenarios, and how to interpret metrics to diagnose CPU, memory, disk, and network bottlenecks on servers.

System Administrationperformance monitoringtools
0 likes · 16 min read
Essential Linux Performance Monitoring Tools Every Sysadmin Should Know
dbaplus Community
dbaplus Community
Dec 29, 2016 · Databases

How a Veteran DBA Built the DPM Database Performance Analysis Platform

This article recaps a DBAplus community session where a seasoned DBA shares common operational scenarios, diagnostic techniques, lock‑handling strategies, and step‑by‑step SQL optimization methods, while unveiling the DPM platform that automates inspection, data collection, and performance analysis for Oracle databases.

DBADPMDatabase Performance
0 likes · 22 min read
How a Veteran DBA Built the DPM Database Performance Analysis Platform
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Dec 1, 2016 · Operations

Why Distributed Tracing Systems Are Essential for Modern Microservices

As microservice architectures grow, service calls become increasingly complex, involving dozens of services and teams, making rapid fault localization and comprehensive data analysis critical; distributed tracing systems address these challenges by providing end‑to‑end visibility, low‑overhead instrumentation, and scalable monitoring across large‑scale applications.

Fault LocalizationSystem Designdistributed tracing
0 likes · 8 min read
Why Distributed Tracing Systems Are Essential for Modern Microservices
Architecture Digest
Architecture Digest
Oct 25, 2016 · Backend Development

MTrace: Meituan‑Dianping Distributed Session Tracing System Design and Practice

The article introduces MTrace, Meituan‑Dianping’s large‑scale distributed session tracing system, explaining its call‑chain concept, architecture, data‑embedding SDK, trace and span identifiers, APIs for transparent data propagation, and how it enables bottleneck detection, performance optimization, and comprehensive monitoring across heterogeneous backend services.

backend observabilitydistributed tracingmicroservices
0 likes · 11 min read
MTrace: Meituan‑Dianping Distributed Session Tracing System Design and Practice
dbaplus Community
dbaplus Community
Oct 18, 2016 · Databases

Mastering Oracle AWR: How to Decode and Optimize Database Performance

This comprehensive guide explains Oracle's Automatic Workload Repository (AWR), how snapshots are collected and retained, and provides step‑by‑step instructions for interpreting the most common AWR report sections, from cache sizes and load profiles to SQL statistics and RAC metrics, helping DBAs pinpoint bottlenecks and improve performance.

AWRDatabase PerformanceOracle
0 likes · 32 min read
Mastering Oracle AWR: How to Decode and Optimize Database Performance
Qunar Tech Salon
Qunar Tech Salon
Sep 18, 2016 · Operations

Analyzing Nginx Access Logs for Traffic, Performance, and Optimization

This article explains how to extract valuable performance and traffic insights from Nginx access logs using shell commands and awk, covering request volume, peak rates, bandwidth usage, slow‑query detection, URL normalization, and practical optimization recommendations for web operations.

OperationsShell scriptingawk
0 likes · 13 min read
Analyzing Nginx Access Logs for Traffic, Performance, and Optimization
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 23, 2016 · Mobile Development

SmartMonkey: Android System‑Level Stability Testing Tool – Introduction, Features, and Usage Guide

This article introduces Baidu's SmartMonkey, an Android system‑level stability testing tool built on Robotium, outlines its key features such as accurate page interaction, configurable critical paths, performance data collection, and provides step‑by‑step instructions for project setup, configuration, test execution, and report analysis.

AndroidRobotiumSmartMonkey
0 likes · 8 min read
SmartMonkey: Android System‑Level Stability Testing Tool – Introduction, Features, and Usage Guide
Qunar Tech Salon
Qunar Tech Salon
Jun 12, 2016 · Operations

18 Command‑Line Tools to Monitor Linux Performance

This article presents a curated list of 18 lesser‑known command‑line utilities for Linux/Unix administrators, explaining their purpose, typical usage scenarios, and how they help monitor system resources, network activity, and security events.

LinuxOperationsSystem Administration
0 likes · 11 min read
18 Command‑Line Tools to Monitor Linux Performance
Efficient Ops
Efficient Ops
May 26, 2016 · Operations

12 Essential Linux Command-Line Tools for Performance Monitoring

This article presents a curated list of twelve powerful command-line utilities—such as lsof, htop, iotop, IPTraf, Monit, netHogs, iftop, and Monitorix—that Linux system administrators can use to monitor, diagnose, and optimize system and network performance.

LinuxOperationsSystem Administration
0 likes · 9 min read
12 Essential Linux Command-Line Tools for Performance Monitoring
ITPUB
ITPUB
Apr 8, 2016 · Databases

How to Monitor and Analyze Oracle SQL Statements with Powerful Queries

This guide provides Oracle SQL queries to list currently running statements, retrieve historical SQL, identify high‑CPU or high‑disk‑usage queries, find slow statements, and detect uncommitted transactions, enabling DBAs to quickly diagnose performance issues.

Database AdministrationOracleQueries
0 likes · 4 min read
How to Monitor and Analyze Oracle SQL Statements with Powerful Queries
dbaplus Community
dbaplus Community
Feb 15, 2016 · Databases

How to Diagnose and Report MySQL/Oracle Issues Within 10 Minutes

This guide walks through a rapid 10‑minute troubleshooting workflow for MySQL and Oracle databases, covering resource checks, log inspection, wait‑event analysis, SQL identification, and feedback best practices to quickly pinpoint performance problems without relying on external monitoring tools.

MySQLOracleSQL Analysis
0 likes · 9 min read
How to Diagnose and Report MySQL/Oracle Issues Within 10 Minutes
dbaplus Community
dbaplus Community
Jan 13, 2016 · Databases

Simplify Oracle DBA Tasks with the OraZ Automation Toolkit

This article explains how the OraZ toolset streamlines Oracle database administration by automating routine tasks, providing intelligent hang analysis, offering comprehensive health checks, and delivering real‑time instance activity insights, ultimately reducing DBA workload and improving operational efficiency.

DBAHang AnalysisOraZ
0 likes · 15 min read
Simplify Oracle DBA Tasks with the OraZ Automation Toolkit
21CTO
21CTO
Dec 30, 2015 · Frontend Development

How Meituan Overcame Performance Bottlenecks with a Custom Analysis Framework

This article details Meituan's 2014 presentation on building a performance analysis framework and monitoring platform, describing the bottlenecks they faced, the metrics they collected, the insights gained, and the tangible improvements achieved across front‑end and back‑end processing.

Frontend OptimizationMeituanWeb Performance
0 likes · 13 min read
How Meituan Overcame Performance Bottlenecks with a Custom Analysis Framework
dbaplus Community
dbaplus Community
Dec 4, 2015 · Big Data

Big Data Insights from the 2015 Internet+ Summit: Advertising, Finance & Security

The article compiles detailed notes from the 2015 Internet+ Big Data Summit, highlighting how data monetization reshapes advertising, drives financial analytics, improves operational efficiency, and strengthens security, while presenting real‑world case studies, models, and practical recommendations from industry experts.

AdvertisingData GovernanceData Monetization
0 likes · 17 min read
Big Data Insights from the 2015 Internet+ Summit: Advertising, Finance & Security
dbaplus Community
dbaplus Community
Oct 28, 2015 · Databases

Expert DBA Answers: Career Paths, Storage Performance, and Monitoring Strategies

Senior DBA and architect Bai Shan answers community questions on advancing from DBA to architect, future career routes, testing environment setup, interpreting AWR storage metrics, using sar and iostat for disk I/O monitoring, cache sizing, and the growing importance of automation in cloud-era database operations.

Database Administrationautomationcareer development
0 likes · 7 min read
Expert DBA Answers: Career Paths, Storage Performance, and Monitoring Strategies
dbaplus Community
dbaplus Community
Oct 17, 2015 · Databases

Master PostgreSQL: From Origins to Hands‑On Labs and HA Strategies

This article presents a comprehensive overview of PostgreSQL, covering its history, architecture, core features, step‑by‑step lab exercises for database creation, CRUD operations, configuration tuning, performance monitoring, backup and recovery, Hot Standby replication, PGPOOL clustering, and a curated Q&A session addressing common DBA challenges.

HAPGPOOLPostgreSQL
0 likes · 19 min read
Master PostgreSQL: From Origins to Hands‑On Labs and HA Strategies
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2015 · Operations

How to Identify and Eliminate Linux System Performance Bottlenecks

These notes distill key insights from the book “Linux System and Performance Monitoring,” outlining how to pinpoint and remove system bottlenecks across CPU, memory, I/O, and network, classify application types, establish baselines, and leverage common monitoring tools for effective Linux performance tuning.

Bottleneck AnalysisLinuxperformance monitoring
0 likes · 3 min read
How to Identify and Eliminate Linux System Performance Bottlenecks
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2014 · Operations

How to Detect and Fix CPU Bottlenecks on Linux Servers

This article explains why high CPU usage on Linux servers isn’t always a problem, describes how to identify true CPU bottlenecks using tools like uptime, top, sar and vmstat, and offers practical tuning steps such as stopping unnecessary processes, adjusting priorities, using CPU affinity, and updating drivers.

CPU BottleneckLinuxSMP
0 likes · 5 min read
How to Detect and Fix CPU Bottlenecks on Linux Servers