Update 20140714 Linux slabtop command--Display Kernel Slab Cache Information.md

This commit is contained in:
joeren 2014-08-06 11:09:59 +08:00
parent c0443c6f33
commit b6fac1c83a

View File

@ -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/) 荣誉推出