diff --git a/sources/tech/20140714 Linux slabtop command--Display Kernel Slab Cache Information.md b/sources/tech/20140714 Linux slabtop command--Display Kernel Slab Cache Information.md index 8bb4e1f626..5d29552b2c 100644 --- a/sources/tech/20140714 Linux slabtop command--Display Kernel Slab Cache Information.md +++ b/sources/tech/20140714 Linux slabtop command--Display Kernel Slab Cache Information.md @@ -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/) 荣誉推出 \ No newline at end of file +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出