Logo

The Linux Kernel

6.15.0-rc5

Quick search

Contents

  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
  • Locking
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
    • General guides to kernel administration
    • Booting the kernel
    • Tracking down and identifying problems
    • Core-kernel subsystems
      • Control Group v2
      • Control Groups version 1
      • CPU load
      • Memory Management
      • Kernel module signing facility
      • Namespaces
      • Numa policy hit/miss statistics
      • Power Management
      • Syscall User Dispatch
      • Kernel Support for miscellaneous Binary Formats (binfmt_misc)
      • Java(tm) Binary Kernel Support for Linux v1.03
      • Mono(tm) Binary Kernel Support for Linux
    • Block-layer and filesystem administration
    • Device-specific guides
    • Workload analysis
    • Everything else
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations

This Page

  • Show Source
English
  • Chinese (Simplified)
  • Chinese (Traditional)

DAMON: Data Access MONitor¶

DAMON allows light-weight data access monitoring. Using DAMON, users can analyze the memory access patterns of their systems and optimize those.

  • Getting Started
    • Prerequisites
    • Snapshot Data Access Patterns
    • Recording Data Access Patterns
    • Visualizing Recorded Patterns
    • Data Access Pattern Aware Memory Management
  • Detailed Usages
    • sysfs Interface
    • Tracepoints for Monitoring Results
  • DAMON-based Reclamation
    • Where Proactive Reclamation is Required?
    • How It Works?
    • Interface: Module Parameters
    • Example
  • DAMON-based LRU-lists Sorting
    • Where Proactive LRU-lists Sorting is Required?
    • How It Works?
    • Interface: Module Parameters
    • Example
©The kernel development community. | Powered by Sphinx 5.3.0 & Alabaster 0.7.16 | Page source