Which kernel functions are called upon page cache accesses?

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • perf-tools

    Performance analysis tools based on Linux perf_events (aka perf) and ftrace

  • I have an application and I'd like to measure its page cache hit/miss numbers. I found this tool called cachestat by Brendan Gregg, which uses the ftrace tool to count the number of 4 specific functions (mark_page_accessed(), mark_buffer_dirty(), add_to_page_cache_lru(), and account_page_dirtied()) to find out the total number of page cache accesses and page cache misses. Detailed information can be found here, but basically, total number of page cache accesses and page cache misses can be calculated as below:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Wireshark & tcpdump: A Debugging Power Couple

    1 project | dev.to | 9 Apr 2024
  • Ask HN: Fiddler Alternatives

    1 project | news.ycombinator.com | 14 Mar 2024
  • Best Hacking Tools for Beginners 2024

    5 projects | dev.to | 1 Feb 2024
  • Why is my LG Washing Machine using 3.6GB of data/day?

    5 projects | news.ycombinator.com | 9 Jan 2024
  • The Gems of Moreutils

    5 projects | news.ycombinator.com | 30 Dec 2023