Initial import of xmeter-1.15 into the NetBSD Packages Collection.
Xmeter displays a periodically updating histogram of the system statistics gathered by rstat(3) for the specified hosts. Meters can be displayed in a vertical, horizontal or rectangular arrangement. As statistics range between 4 user defineable levels (OK, WARN, ERROR or FATAL), the background, foreground, highlight, border and internal border colors, and the background bitmap of each meter can be changed. Xmeter uses the StripChart widget of the Athena Widget Set to graph each statistic. StripCharts automatically scale the graph as the value varies. Each time a graph is updated, xmeter will examine the current value of the statistic and the current scale. As the number of scale lines increases above wlevel and elevel the background colors and bitmaps of each meter are modified as specified. The current scale value can be examined by clicking any mouse button while the mouse pointer is in the StripChart. If the host is down the time it's been down will also be displayed. Each meter has its own label displaying the host name and statistics name. The statistic being graphed may be modified while xmeter is running by moving the mouse pointer into the label part of a meter, clicking any mouse button, and sliding down to the desired stat. This menu also contains a quit option to exit xmeter.
This commit is contained in:
parent
312a13a191
commit
5cbc12daed
4 changed files with 47 additions and 0 deletions
17
sysutils/xmeter/Makefile
Normal file
17
sysutils/xmeter/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/10/23 10:30:12 agc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmeter-1.15
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=misdirected/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= #
|
||||
COMMENT= distributed system load meter for X11
|
||||
|
||||
USE_X11BASE= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
sysutils/xmeter/distinfo
Normal file
4
sysutils/xmeter/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/10/23 10:30:12 agc Exp $
|
||||
|
||||
SHA1 (xmeter-1.15.tar.gz) = 2377d4ffad82f2a1397d41969c3d3be76e6f54d7
|
||||
Size (xmeter-1.15.tar.gz) = 20695 bytes
|
22
sysutils/xmeter/pkg/DESCR
Normal file
22
sysutils/xmeter/pkg/DESCR
Normal file
|
@ -0,0 +1,22 @@
|
|||
Xmeter displays a periodically updating histogram of the system
|
||||
statistics gathered by rstat(3) for the specified hosts. Meters can
|
||||
be displayed in a vertical, horizontal or rectangular arrangement. As
|
||||
statistics range between 4 user defineable levels (OK, WARN, ERROR or
|
||||
FATAL), the background, foreground, highlight, border and internal
|
||||
border colors, and the background bitmap of each meter can be changed.
|
||||
|
||||
Xmeter uses the StripChart widget of the Athena Widget Set to graph
|
||||
each statistic. StripCharts automatically scale the graph as the
|
||||
value varies. Each time a graph is updated, xmeter will examine the
|
||||
current value of the statistic and the current scale. As the number
|
||||
of scale lines increases above wlevel and elevel the background colors
|
||||
and bitmaps of each meter are modified as specified. The current
|
||||
scale value can be examined by clicking any mouse button while the
|
||||
mouse pointer is in the StripChart. If the host is down the time it's
|
||||
been down will also be displayed.
|
||||
|
||||
Each meter has its own label displaying the host name and statistics
|
||||
name. The statistic being graphed may be modified while xmeter is
|
||||
running by moving the mouse pointer into the label part of a meter,
|
||||
clicking any mouse button, and sliding down to the desired stat. This
|
||||
menu also contains a quit option to exit xmeter.
|
4
sysutils/xmeter/pkg/PLIST
Normal file
4
sysutils/xmeter/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/23 10:30:12 agc Exp $
|
||||
bin/xmeter
|
||||
lib/X11/app-defaults/XMeter
|
||||
man/cat1/xmeter.0
|
Loading…
Reference in a new issue