Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MhmRhm authored Nov 17, 2024
1 parent 3ee64f9 commit 39a4c8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following contains some useful commands and configs as a day-to-day referenc
- [CMake](#cmake)
- [Development](#development)
- [Debugging](#debugging)
- [Kernel Internals](#kernel-internals)

# General
```bash
Expand Down Expand Up @@ -2006,3 +2007,10 @@ will pause while others keep running, unless explicitly stopped.
(gdb) delete checkpoint <ids>
```
to save and restore checkpoints.
# Kernel Internals
```bash
sudo cat /sys/kernel/debug/lru_gen
```
to see Multi-Generational LRU stats.

0 comments on commit 39a4c8e

Please sign in to comment.