Skip to content

Commit

Permalink
1186 integrate arcstat
Browse files Browse the repository at this point in the history
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
xen0l authored and rmustacc committed Feb 27, 2014
1 parent 5a8d3db commit d005422
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/cmd/stat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

include ../Makefile.cmd

SUBDIRS= iostat mpstat vmstat fsstat kstat
SUBDIRS= arcstat iostat mpstat vmstat fsstat kstat

all := TARGET = all
install := TARGET = install
Expand Down
33 changes: 33 additions & 0 deletions usr/src/cmd/stat/arcstat/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2014 Adam Stevko. All rights reserved.
#

include $(SRC)/cmd/Makefile.cmd

PROG= arcstat

.KEEP_STATE:

all: $(PROG)

install: all .WAIT $(ROOTPROG)

clean:

$(ROOTBINPROG): $(PROG)
$(INS.file)

lint:

include $(SRC)/cmd/Makefile.targ
Loading

0 comments on commit d005422

Please sign in to comment.