diff options
author | Boris Protopopov <[email protected]> | 2015-06-30 17:47:15 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-12-02 14:08:08 -0800 |
commit | 5578f58bdc65d8a2d49b34be21f979bd1fcb0093 (patch) | |
tree | a83c115113db44470607ea88508d7e3397966f78 /configure.ac | |
parent | e5f9a9afd27ce78ee9c08c24f63ad48dfc9ea8de (diff) |
Add a script to display SPL slab cache statistics
Useful when looking for the info on ZFS/SPL related memory consumption.
Signed-off-by: Boris Protopopov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #460
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index efeb243cb..70735ce2c 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,8 @@ AC_CONFIG_FILES([ man/man5/Makefile lib/Makefile cmd/Makefile + cmd/splat/Makefile + cmd/splslab/Makefile module/Makefile module/spl/Makefile module/splat/Makefile |