-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve slab testing without sudo. (#11151)
- Loading branch information
1 parent
c490ec4
commit c69e5b0
Showing
3 changed files
with
41 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
slabinfo - version: 2.1 | ||
# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <limit> <batchcount> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail> | ||
ext4_inode_cache 480 480 1024 32 8 : tunables 0 0 0 : slabdata 15 15 0 | ||
ext4_xattr 0 0 88 46 1 : tunables 0 0 0 : slabdata 0 0 0 | ||
ext4_free_data 0 0 64 64 1 : tunables 0 0 0 : slabdata 0 0 0 | ||
ext4_allocation_context 128 128 128 32 1 : tunables 0 0 0 : slabdata 4 4 0 | ||
ext4_io_end 56 56 72 56 1 : tunables 0 0 0 : slabdata 1 1 0 | ||
ext4_extent_status 204 204 40 102 1 : tunables 0 0 0 : slabdata 2 2 0 | ||
kmalloc-8192 106 128 8192 4 8 : tunables 0 0 0 : slabdata 32 32 0 | ||
kmalloc-4096 486 576 4096 8 8 : tunables 0 0 0 : slabdata 72 72 0 | ||
kmalloc-2048 1338 1616 2048 16 8 : tunables 0 0 0 : slabdata 101 101 0 | ||
kmalloc-1024 155845 234304 1024 32 8 : tunables 0 0 0 : slabdata 7329 7329 0 | ||
kmalloc-512 18995 80928 512 32 4 : tunables 0 0 0 : slabdata 2529 2529 0 | ||
kmalloc-256 16366 21184 256 32 2 : tunables 0 0 0 : slabdata 662 662 0 | ||
kmalloc-192 18835 20916 192 21 1 : tunables 0 0 0 : slabdata 996 996 0 | ||
kmalloc-128 23600 43648 128 32 1 : tunables 0 0 0 : slabdata 1364 1364 0 | ||
kmalloc-96 95106 128940 96 42 1 : tunables 0 0 0 : slabdata 3070 3070 0 | ||
kmalloc-64 82432 133376 64 64 1 : tunables 0 0 0 : slabdata 2084 2084 0 | ||
kmalloc-32 78477 114304 32 128 1 : tunables 0 0 0 : slabdata 893 893 0 | ||
kmalloc-16 885605 1062656 16 256 1 : tunables 0 0 0 : slabdata 4151 4151 0 | ||
kmalloc-8 28672 28672 8 512 1 : tunables 0 0 0 : slabdata 56 56 0 | ||
kmem_cache_node 576 576 64 64 1 : tunables 0 0 0 : slabdata 9 9 0 | ||
kmem_cache 320 320 256 32 2 : tunables 0 0 0 : slabdata 10 10 0 |