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.
|
||||
@ -136,4 +137,4 @@ via: http://linoxide.com/linux-command/kernel-slab-cache-information/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
Loading…
Reference in New Issue
Block a user