Tag

disk

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Mar 20, 2025 · Operations

Mastering Disk I/O: Types, Metrics, and Linux Monitoring Tools

This article explains what disks are, compares mechanical HDDs and SSDs, outlines disk classification by interface and architecture, defines key I/O performance metrics such as IOPS, throughput, utilization, and latency, and introduces Linux tools like iostat, iotop, and sar for monitoring and analysis.

I/OPerformancedisk
0 likes · 24 min read
Mastering Disk I/O: Types, Metrics, and Linux Monitoring Tools
Practical DevOps Architecture
Practical DevOps Architecture
Oct 30, 2024 · Operations

Bash Scripts for Real‑Time Network Traffic and Disk Usage Monitoring

This article provides two Bash scripts: one that continuously displays inbound and outbound traffic of a specified network interface, and another that remotely checks disk usage on up to 100 servers, issuing warnings when partitions exceed a defined threshold.

Operationsbashdisk
0 likes · 3 min read
Bash Scripts for Real‑Time Network Traffic and Disk Usage Monitoring
Laravel Tech Community
Laravel Tech Community
Oct 23, 2023 · Databases

Redis Announces Disk‑Based Tiered Storage to Cut Costs and Boost Appeal

Redis is exploring a disk‑backed tiered storage architecture, allowing infrequently used data to move from memory to flash and back, a move aimed at reducing costs, improving scalability, and expanding its popularity among developers and gaming applications.

DatabaseNoSQLRedis
0 likes · 4 min read
Redis Announces Disk‑Based Tiered Storage to Cut Costs and Boost Appeal
Ops Development Stories
Ops Development Stories
Aug 17, 2023 · Operations

Understanding Server Storage Types: HDD, SSD, RAID & Network Storage Explained

This article explains the different server storage types—including mechanical HDDs, solid‑state SSDs, various interfaces, RAID arrays, and network‑attached storage—while covering their structures, performance characteristics, Linux device handling, and how to choose the right solution based on cost, capacity, speed, and reliability.

PerformanceRAIDSSD
0 likes · 9 min read
Understanding Server Storage Types: HDD, SSD, RAID & Network Storage Explained
Ops Development Stories
Ops Development Stories
Jun 18, 2021 · Fundamentals

How Do Disks Work? A Deep Dive into HDD, SSD, and Ext4 Filesystem Architecture

This article explains the physical and logical operation of mechanical hard drives and solid‑state drives, details the Ext4 filesystem structures such as superblocks, inodes, block groups, flexible and meta block groups, and outlines allocation strategies and link types.

HDDSSDdisk
0 likes · 13 min read
How Do Disks Work? A Deep Dive into HDD, SSD, and Ext4 Filesystem Architecture
Practical DevOps Architecture
Practical DevOps Architecture
Dec 16, 2020 · Operations

Monitoring CPU, Memory, and Disk Usage with Prometheus and Grafana

This guide explains how to use Prometheus' irate function and Grafana to calculate and visualize CPU, memory, and disk usage percentages for each host, including the necessary PromQL queries and formulas in a monitoring setup.

GrafanaOperationsPrometheus
0 likes · 5 min read
Monitoring CPU, Memory, and Disk Usage with Prometheus and Grafana
Architects' Tech Alliance
Architects' Tech Alliance
Nov 25, 2020 · Fundamentals

Typical Storage I/O Types for Different Applications and Their Performance Implications

The article explains common storage I/O characteristics—such as I/O size, read/write ratio, sequential versus random access, locality, stability, and multithreading—across various application workloads and shows how tools like Iometer can be used to model and benchmark these patterns.

BenchmarkingI/OIometer
0 likes · 9 min read
Typical Storage I/O Types for Different Applications and Their Performance Implications
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 9, 2020 · Fundamentals

Server Hardware Basics: Servers, CPUs, Memory, Disk, and Network Cards

This article provides a comprehensive overview of server hardware fundamentals, covering server form factors, motherboard architecture, selection criteria, major vendors, CPU concepts and performance, NUMA, memory specifications, disk throughput and IOPS, as well as network card types and bonding modes.

NUMAServer Hardwarecpu
0 likes · 13 min read
Server Hardware Basics: Servers, CPUs, Memory, Disk, and Network Cards
Refining Core Development Skills
Refining Core Development Skills
Apr 5, 2020 · Fundamentals

Understanding Disk Structure: Physical Components, Logical Layout, and Using fdisk on Linux

This article explains the physical makeup of mechanical hard drives—including platters, heads, tracks, cylinders and sectors—shows how to view disk details with Linux commands like lsblk and fdisk, and clarifies common misconceptions about heads, cylinders and sector sizes.

Hardwarediskfdisk
0 likes · 9 min read
Understanding Disk Structure: Physical Components, Logical Layout, and Using fdisk on Linux
Efficient Ops
Efficient Ops
Nov 11, 2019 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space exhaustion and MySQL errors—detailing their causes and step‑by‑step solutions to help sysadmins quickly diagnose and resolve system faults.

CronMySQLTroubleshooting
0 likes · 11 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
Beike Product & Technology
Beike Product & Technology
Feb 21, 2019 · Mobile Development

Design and Implementation of a Hybrid Memory‑Disk Cache Using YYCache in iOS

This article explains the principles of caching, compares memory and disk storage, demonstrates several iOS persistence methods, and details how YYCache combines memory and disk layers with LRU optimization and network synchronization to improve performance in a real‑world mobile app.

LRUYYCachecache
0 likes · 17 min read
Design and Implementation of a Hybrid Memory‑Disk Cache Using YYCache in iOS
Efficient Ops
Efficient Ops
Mar 4, 2018 · Fundamentals

How Slow Are Disk and Network? A CPU's Perspective on Real‑World Latency

This article translates hardware latencies—from CPU cache and memory to disk and network—into human‑scale time equivalents, using vivid analogies and benchmark data to illustrate why storage and networking appear extremely slow from the processor's viewpoint.

Performancecachecpu
0 likes · 9 min read
How Slow Are Disk and Network? A CPU's Perspective on Real‑World Latency