mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
Update 20140714 Linux slabtop command--Display Kernel Slab Cache Information.md
This commit is contained in:
parent
c0443c6f33
commit
b6fac1c83a
@ -1,3 +1,4 @@
|
||||
Translating by GOLinux ...
|
||||
Linux slabtop command - Display Kernel Slab Cache Information
|
||||
================================================================================
|
||||
The Linux kernel needs to allocate memory for temporary objects such as task or device structures and inodes. The caching memory allocator manages caches of these types of objects. The modern Linux kernel implements this caching memory allocator to hold the caches called the slabs. Different types of slab caches are maintained by the slab allocator. This article concentrates on the slabtop command which shows real-time kernel slab cache information.
|
||||
|
Loading…
Reference in New Issue
Block a user