Collect memory utilization of a driver
Collect memory utilization of a driver
Posted Apr 11, 2025 7:42 UTC (Fri) by yanjun.zhu (guest, #173290)Parent article: Preparing DAMON for future memory-management problems
For example, when a driver is loaded with the command "modprobe xxx", can we know how much memory is allocated to load this driver?
Posted Apr 11, 2025 14:45 UTC (Fri)
by sjpark (subscriber, #87716)
[Link]
Posted Apr 14, 2025 8:31 UTC (Mon)
by taladar (subscriber, #68407)
[Link] (3 responses)
Isn't the actually interesting bit how much the driver allocates for data over its lifetime that wouldn't be allocated if the driver was not in use?
Posted Apr 14, 2025 8:36 UTC (Mon)
by yanjun.zhu (guest, #173290)
[Link] (2 responses)
Posted Apr 14, 2025 8:48 UTC (Mon)
by adobriyan (subscriber, #30858)
[Link] (1 responses)
Posted Apr 14, 2025 9:12 UTC (Mon)
by yanjun.zhu (guest, #173290)
[Link]
Collect memory utilization of a driver
Collect memory utilization of a driver
Collect memory utilization of a driver
I wonder if there is a method to check how much memory will be used when a driver is loaded into kernel directly and conviently.
Collect memory utilization of a driver
Collect memory utilization of a driver