#!/bin/sh

test -f /proc/slabinfo || exit 0

cat /proc/slabinfo
