on PC disks to record version information. The author uses this
information to determine if scratch disks should be partitioned at boot
on a network booting compute cluster.
http://people.freebsd.org/~brooks/diskmark/
Approved by: krion (mentor)
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.
http://people.freebsd.org/~brooks/diskprep/
Approved by: krion (mentor)
progress of data through a pipeline. It can be inserted into
any normal pipeline between two processes to give a visual
indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate
of how long it will be until completion.
Author: Andrew Wood <andrew.wood@ivarch.com>
WWW: http://www.ivarch.com/programs/pv.shtml
PR: ports/66309
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
JailAdmin is a system for managing a set of named jails. It provides:
- A command line utility for starting and stopping named jails.
- An efficient method for shutting down a large number of jails in
parallel.
- A simple configuration syntax.
- SNMP monitoring facilities.
It is designed to provide more flexible functionality than FreeBSD's own
rc.d/jail script, and should provide a complete superset of features.
WWW: http://subwiki.honeypot.net/cgi-bin/view/Freebsd/JailAdmin
- Kirk Strauser
kirk@strauser.com
PR: ports/65095
Submitted by: Kirk Strauser <kirk@strauser.com>
The wrapper takes all "ps(1)" options and passed then to the "ps(1)" if some
specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jps/
PR: ports/64813
Submitted by: Pavel Novikov <pavel@ext.by>
The wrapper takes all "top(1)" options and passed then to the "top(1)" if some
specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jtop/
PR: ports/64812
Submitted by: Pavel Novikov <pavel@ext.by>
BIOS based memory tests are a quick, cursory check and often miss many of the
failures that are detected by Memtest86.
PR: ports/64818
Submitted by: Radim Kolar <hsn@netmag.cz>
uschedule is not cron(8) and uschedule is not at(1) - it does offer
similar functionality but is not intended to be a drop-in replacement.
It works differently. It's designed to be different.
WWW: http://www.ohse.de/uwe/uschedule.html
PR: ports/63075
Submitted by: Thomas Seck <tmseck@netcologne.de>
This is the collector. It is installed on the machine that shall collect
and display perfromance data.
PR: ports/62480
Submitted by: Lupe Christoph <lupe@lupe-christoph.de>
Open opens a new vt and runs a command on it. It can be used as a simple
way to start several console logins without having to type your passwd
on each VT in turn. open can be used as a simpler to use replacement for
the doshell(8) command.
open is similar in functionality to the AIX/RS6000 command of the same name.
Enterprise Edition of SUN Grid Engine.
This incorporates policy management functions to allow multiple groups
which is not included in vanilla SUN Grid Engine (sysutils/sge)
PR: 54563
Submitted by: brooks
Many suggestions by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
functionality of the POSIX batch queueing framework.
WWW: http://gridengine.sunsource.net/
PR: 54563
Submitted by: brooks
Many suggestion by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
peripherals, file systems, device drivers, or any data stream supported
by the operating system. In its' simplest mode of operation, dt writes
and then verifys its' default data pattern, then displays performance
statisics and other test parameters before exiting. Since verification
of data is performed, dt can be thought of as a generic diagnostic tool.
WWW: http://www.bit-net.com/~rmiller/dt.html
PR: ports/61801
Submitted by: Radim Kolar <hsn@netmag.cz>
'userneu' is a Perl script that parses a list of usernames
and additional information (such as the real name or other
information to be put in the GECOS field in /etc/passwd)
and creates Unix accounts and (if desired) Samba accounts
as well. If the script stumbles upon duplicate user names
it can append random characters to the username until it
fits.
WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/userneu/userneu.html
-Andreas Fehlner
fehlner@gmx.de
PR: ports/60584
Submitted by: Andreas Fehlner <fehlner@gmx.de>
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.
It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.
WWW: http://www.rsnapshot.org
PR: 60873
Submitted by: Ralf van Dooren <r.vdooren@snow.nl>
ATAidle is a utility to set the power management features
of ata hard drives. This includes idle and standby timeouts,
APM and acoustic level settings, and it can show details about
the installed devices.
PR: 61217
Submitted by: Bruce Cran <bruce@cran.org.uk>
scan_ffs ported from OpenBSD to FreeBSD with support for UFS1 and UFS2,
allows recovering of lost or deletes disklabels
PR: 61273
Submitted by: mranner@inode.at
Approved by: erwin (mentor) (implicitly)
As the first step in updating this popular program, I am
releasing the current copy of the source for top 3.5. In
the coming weeks this should become the final 3.5 release.
Beta13 includes updated modules for freebsd, linux, and
AIX.
Included are all patches for FreeBSD 4.7 - 5.2 so that this version
can be used as a drop-in replacement for the base versions (use
TOP_OVERWRITE_BASE=yes)