diff options
author | Christ Schlacta <[email protected]> | 2013-06-06 21:33:01 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-06-18 15:43:15 -0700 |
commit | fb02fabf9b8045d6a1ddedf3f79171f69633162d (patch) | |
tree | 671f27d97396973fbc0c2b8775587eda8213b233 /cmd/arcstat/Makefile.am | |
parent | 7634cd54db25a69e00aaab6448ad710441bd8e7d (diff) |
Modified arcstat.py to run on linux
* Modified kstat_update() to read arcstats from proc.
* Fix shebang.
* Added Makefile.am entries for arcstat.py
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1506
Diffstat (limited to 'cmd/arcstat/Makefile.am')
-rw-r--r-- | cmd/arcstat/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/arcstat/Makefile.am b/cmd/arcstat/Makefile.am new file mode 100644 index 000000000..802b8e1d9 --- /dev/null +++ b/cmd/arcstat/Makefile.am @@ -0,0 +1,2 @@ +bin_SCRIPTS = arcstat.py +EXTRA_DIST = $(bin_SCRIPTS) |