Skip to content
#

page-faults

Here are 14 public repositories matching this topic...

hotspot-bpf is a lightweight eBPF-based process monitor that correlates CPU usage, scheduler contention, page faults, and RSS memory in real time to classify processes as CPU-bound, memory-thrashing, starved, noisy neighbors, or OOM risks. It runs as a single binary (requires root/CAP_BPF) with zero runtime dependencies and near-zero overhead.

  • Updated Apr 15, 2026
  • Go

Page Replacement Algorithm Simulator is a Streamlit-based application that simulates and compares FIFO, LRU, and Optimal algorithms. It displays memory state changes, compares page faults, and provides insights into algorithm performance.

  • Updated Apr 7, 2025
  • Python

Improve this page

Add a description, image, and links to the page-faults topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the page-faults topic, visit your repo's landing page and select "manage topics."

Learn more