Commit graph

4 commits

Author SHA1 Message Date
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ben
6f2cd5b998 Update slurm to version 0.3.3. Addresses PR#27248. Changes include:
* update config.* to allow configure run on DragonFly BSD (i386 only)
* README: minor OS updates
* os.h: allow compilation on Sun Forte CC systems again
* theme.c: (theme_readfile): remove NOTICE error
* themes/black.theme: new theme
* use better CPP magic to detect OS features
* allow compilation on a few OpenBSD systems again
* add validinterface() check on Mac OS X
* remove version name from OS for 'darwin' aka Mac OS X
* s/VERSION/PACKAGE_VERSION/
* major config subsystem replacement
* mv THEMES THEMES.txt (welcome to Mac OS X :))
* add support for pre 4.5-RELEASE FreeBSD (tested on 4.2-REL :))
* FAQ: added Linux media Q/A
* README: s/raisdorf/wormulon/
* slurm.1: s/raisdorf/wormulon/, added -L option
* slurm.c: (slurm_shutdown): s/raisdorf/wormulon/
* slurm.spec: s/raisdorf/wormulon/
* theme.c: (theme_readfile): added -D__Debian__ to search for
           themes in /usr/share rather than /usr/local/share
* add -L switch to enable LED
* reduce overhead in upcoming NetBSD port upgrade
* slurm.spec: initial specfile based on 0.2.3
2004-10-14 16:27:17 +00:00
cube
4319e868a2 Update to 0.3.1. Closes PR pkg/23084.
Changes for 0.3.1:

    * fix 32Bit signed/unsigned bug
    * improve Linux /proc/net/dev parsing
    * disable LED (set -DWITH_LED to enable them)
    * make slurm Gbit-safe (tests with >100MByte/s will be done soon :))
    * make -Wall happy on all systems
    * calculate traffic correctly when using -d option
    * add Mac OS X support (thanks Jan-Eric Kolbe for providing access!)
    * print usage information if no interface was given at startup

Changes for 0.3.0:

    * did some profiling and lowered cpu usage of sleep stuff
    * misc small fixes and documentation updates

Changes for 0.3.0-pre1:

    * theme support
    * misc small typo fixes and internal changes

Changes for 0.2.3:

    * Solaris interface speed detection code
    * fix visual overflows in the display when running for long time
    * prevent the missing 'E' from being overwritten

Changes for 0.2.2:

    * Solaris auto* support
    * -z option to virtualy reset displayed counters
    * fix padding problems which lead to speeds like 123.45KB/s/s/s/s
2003-10-16 12:54:14 +00:00
hubertf
706aff5a79 Import slurm-0.2.1: Realtime traffic statistics
slurm is a tool to monitor network traffic.

Features:
- realtime traffic statistics divided into incoming and
  outgoing optional combined view
- can monitor any kind of network interface (testers welcome!)
- shows detailed statistics about the interface

Pkg submitted by Wolfram <mail@eckigesauge.de> in private mail.
2003-03-04 16:22:06 +00:00