mirror of
https://github.com/openzfs/zfs.git
synced 2025-10-01 02:46:29 +00:00

* Modified kstat_update() to read arcstats from proc. * Fix shebang. * Added Makefile.am entries for arcstat.py Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #1506
3 lines
53 B
Makefile
3 lines
53 B
Makefile
bin_SCRIPTS = arcstat.py
|
|
EXTRA_DIST = $(bin_SCRIPTS)
|