mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Graphically tell you a lot about the CPU.
Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
This commit is contained in:
parent
3e09ec82fe
commit
b6280bc73c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2754
5 changed files with 35 additions and 0 deletions
23
sysutils/xcpustate/Makefile
Normal file
23
sysutils/xcpustate/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: xcpustate
|
||||
# Version required: 2.1
|
||||
# Date created: 31-Dec-1995
|
||||
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xcpustate-2.1
|
||||
CATEGORIES+= sysutils
|
||||
MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/xcpustate/ \
|
||||
ftp://ftp.x.org/contrib/utilities/xcpustate/
|
||||
EXTRACT_SUFX= .shar.gz
|
||||
|
||||
MAINTAINER= obrien@cs.ucdavis.edu
|
||||
|
||||
EXTRACT_CMD= zcat
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= |sh
|
||||
USE_IMAKE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/xcpustate/distinfo
Normal file
1
sysutils/xcpustate/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xcpustate-2.1.shar.gz) = 5dd3394cc21ab65a99a479d9e39e5b88
|
1
sysutils/xcpustate/pkg-comment
Normal file
1
sysutils/xcpustate/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
System monitoring utility graphicaly showing cpu load and status.
|
8
sysutils/xcpustate/pkg-descr
Normal file
8
sysutils/xcpustate/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
XCPUSTATE is a system monitor tool. It displays user-, system-,
|
||||
idle-cputime in the form of a bar chart. On some systems it also
|
||||
monitors disk performance.
|
||||
|
||||
It can also display information about remote hosts using the RSTAT RPC
|
||||
protocol, as perfmeter does.
|
||||
|
||||
-- David (obrien@cs.ucdavis.edu)
|
2
sysutils/xcpustate/pkg-plist
Normal file
2
sysutils/xcpustate/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/xcpustate
|
||||
man/man1/xcpustate.1.gz
|
Loading…
Add table
Reference in a new issue