Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 8e87fca2f49595adc16d9aa519a6edad > files > 113

systemtap-1.6-1.fc14.x86_64.rpm

title: Collect slab allocation statistics
name: vm.tracepoints.stp
version: 1.0
author: Rajasekhar
keywords: memory slab allocator
subsystem: memory
status: production
exit: user-controlled
output: sorted-list
scope: system-wide
description: The script will probe all memory slab/slub allocations and collects information about the size of the object (bytes requested) and user-space process in execution. When run over a period of time, it helps to correlate kernel-space memory consumption owing to user-space processes.
test_check: stap -p4 vm.tracepoints.stp
test_installcheck: stap vm.tracepoints.stp -c "sleep 10"