2013-09-21 01:05:58 +02:00
|
|
|
# Created by: freebsd@spatula.net
|
This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
1999-12-28 03:45:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= muse
|
2003-06-25 05:01:46 +02:00
|
|
|
PORTVERSION= 0.2
|
This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
1999-12-28 03:45:45 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.spatula.net/muse/
|
|
|
|
|
|
|
|
MAINTAINER= freebsd@spatula.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Shows memory usage data
|
This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
1999-12-28 03:45:45 +01:00
|
|
|
|
|
|
|
MAN1= muse.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/muse
|
This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
1999-12-28 03:45:45 +01:00
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
1999-12-28 03:45:45 +01:00
|
|
|
.include <bsd.port.mk>
|