We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f135 commit 9e55751Copy full SHA for 9e55751
sdb/commands/linux/slabs.py
@@ -236,6 +236,13 @@ class SlubCacheWalker(sdb.Walker):
236
default Linux kernel config file that most distros use
237
and thus is very inefficient on traversing the entries
238
and slabs of each cache.
239
+
240
+ Another thing to keep in mind is Linux SLUB allocator's
241
+ merging behavior. Some systems are tuned to merge together
242
+ caches whose entries are of the same size where it makes
243
+ sense. As a result, when using this walker the user may
244
+ run into entries that don't make sense given the cache's
245
+ name.
246
"""
247
248
names = ["slub_cache"]
0 commit comments