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 02:45:45 +00:00
|
|
|
# New ports collection makefile for: muse
|
|
|
|
# Date created: 27 December 1999
|
|
|
|
# Whom: freebsd@spatula.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= muse
|
2000-04-22 10:14:11 +00:00
|
|
|
PORTVERSION= 0.1
|
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 02:45:45 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.spatula.net/muse/
|
|
|
|
|
|
|
|
MAINTAINER= freebsd@spatula.net
|
|
|
|
|
|
|
|
MAN1= muse.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|