diff options
author | agc <agc@pkgsrc.org> | 2001-10-23 10:30:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-23 10:30:12 +0000 |
commit | 5cbc12daed7ff0ae8cfd7b6a6349fc273918630e (patch) | |
tree | 8173e2a615d0a6274de5fe50f1a09b6cb0e35c63 /sysutils/xmeter | |
parent | 312a13a191583f9f632cfbf2848a73cb8e3bb73c (diff) | |
download | pkgsrc-5cbc12daed7ff0ae8cfd7b6a6349fc273918630e.tar.gz |
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.
Diffstat (limited to 'sysutils/xmeter')
-rw-r--r-- | sysutils/xmeter/Makefile | 17 | ||||
-rw-r--r-- | sysutils/xmeter/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xmeter/pkg/DESCR | 22 | ||||
-rw-r--r-- | sysutils/xmeter/pkg/PLIST | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/xmeter/Makefile b/sysutils/xmeter/Makefile new file mode 100644 index 00000000000..d6a235593bf --- /dev/null +++ b/sysutils/xmeter/Makefile @@ -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" diff --git a/sysutils/xmeter/distinfo b/sysutils/xmeter/distinfo new file mode 100644 index 00000000000..c192366a3d3 --- /dev/null +++ b/sysutils/xmeter/distinfo @@ -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 diff --git a/sysutils/xmeter/pkg/DESCR b/sysutils/xmeter/pkg/DESCR new file mode 100644 index 00000000000..4d19346a0fd --- /dev/null +++ b/sysutils/xmeter/pkg/DESCR @@ -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. diff --git a/sysutils/xmeter/pkg/PLIST b/sysutils/xmeter/pkg/PLIST new file mode 100644 index 00000000000..8229eabdb0f --- /dev/null +++ b/sysutils/xmeter/pkg/PLIST @@ -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 |