Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20219 10447126-35f2-4685-b0cf-6dd780d3921fearly
3 changed files with 82 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1172763147 Thu Mar 1 17:32:27 2007 |
||||||
|
[BUILDTIME] 10 (5) |
||||||
|
[SIZE] 0.27 MB, 8 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] ncurses |
||||||
|
[DEP] net-tools |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
@ -0,0 +1,17 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../bwm-ng/bwm-ng.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
if [[ $libdir = *lib64 ]]; then |
||||||
|
var_append confopt ' ' '--enable-64bit' |
||||||
|
fi |
@ -0,0 +1,40 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../bwm-ng/bwm-ng.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A network and disk bandwidth monitor for Linux, BSD, Solaris, OS X, and others |
||||||
|
|
||||||
|
[T] Bandwidth Monitor NG is a small console-based live network and |
||||||
|
[T] disk I/O bandwidth monitor for Linux, BSD, Solaris, Mac OS X, and |
||||||
|
[T] others. It supports /proc/net/dev, netstat, getifaddr, sysctl, kstat, |
||||||
|
[T] /proc/diskstats, /proc/partitions, IOKit, devstat, and libstatgrab. An |
||||||
|
[T] unlimited number of interfaces and disks are supported. Interfaces and |
||||||
|
[T] disks are added or removed dynamically from the list. You can white or |
||||||
|
[T] blacklist interfaces and disks. The output includes KB/s, Kb/s, packets, |
||||||
|
[T] errors, average, max, and total sum, and can be viewed via curses, a |
||||||
|
[T] plain console, CSV, or HTML. Configuration can be done through a config |
||||||
|
[T] file or the command line. |
||||||
|
|
||||||
|
[U] http://www.gropp.org/?id=projects&sub=bwm-ng |
||||||
|
|
||||||
|
[A] Volker Gropp <[email protected]> |
||||||
|
[M] Nagy Karoly Gabriel <[email protected]> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Beta |
||||||
|
[V] 0.6 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1233413304 bwm-ng-0.6.tar.gz http://www.gropp.org/bwm-ng/ |
Loading…
Reference in new issue