DAMON News List

This post has migrated to https://damonitor.github.io/posts/damon_news.

May 6, 2023 · 1 min · 6 words · Me

DAMON-based System Optimization Guide

This post has migrated to https://damonitor.github.io/posts/damon_optimization_guide.

January 15, 2023 · 1 min · 6 words · Me

DAMON Evaluation

This post has migrated to https://damonitor.github.io/posts/damon_evaluation.

January 15, 2023 · 1 min · 6 words · Me

Summary of DAMON Development in 2022

This post has migrated to https://damonitor.github.io/posts/damon_stat_2022.

December 29, 2022 · 1 min · 6 words · Me

Linux Memory Management Subsystem Development Statistics in 2021 (Short)

Whenever reading the kernel development statistics report for each release from LWN, I wanted to scope it down to specific subsystems. For that, I wrote a script. Belows are the top 10 kernel hackers who contributed to the memory management subsystem of Linux kernel, sorted by number of commits and changed (added, deleted, or modified) lines, respectively. $ ./authors.py ~/linux --file mm/ --since 2021-01-01 --author_identity name --sortby lines --max_nr_authors 10 1....

December 31, 2021 · 1 min · 200 words · Me