You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Basic paging system, simulating page faults while reading a trace file. LRU and Second chance replacement algorithms can be tested with various parameters.
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.