Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,49115,500项(搜索用时0.012秒)
sysutils/stow-2.2.2 (Score: 9.2878623E-4)
GNU version of Carnegie Mellon's "Depot" program
This is GNU Stow, a program for managing the installation of software packages, keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for example) while making them appear to be installed in the same place (/usr/local). Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially simpler. Whereas Depot requires database files to keep things in sync, Stow stores no extra state between runs, so there's no danger (as there is in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local).
sysutils/symon-2.87 (Score: 9.2878623E-4)
Performance and information monitoring tool
The symon project consists of three parts; a data monitor, a data consolidator and a data displayer. symon is a is a lightweight system monitor that measures cpu, memory, pf, interface and disk statistics every 5 seconds. It sends this data on to symux for further processing. symon has been designed to inflict minimal performance and security impact -- it can be run as nobody on the system it monitors. symux is a non-privileged daemon that listens to incoming symon traffic. symux can write the incoming symon streams into rrd files. Clients interested in monitoring machine state can also log into symux and receive data as ascii as it arrives.
sysutils/xcpustate-2.9 (Score: 9.2878623E-4)
System monitoring utility graphically showing cpu load and status
XCPUSTATE is a system monitor tool. It displays user-, system-, idle-cputime in the form of a bar chart. On some systems it also monitors disk performance. It can also display information about remote hosts using the RSTAT RPC protocol, as perfmeter does.
sysutils/sysgather-1.0.p10 (Score: 9.2878623E-4)
Keep configuration files under version control
sysgather is a simple command-line utility for keeping configuration files under version control.
sysutils/sysinfo-1.0.1 (Score: 9.2878623E-4)
Utility used to gather system configuration information
Sysinfo is a shell script, the purpose of which is to automatically gather system information and document the hardware and software configuration of the given host system. The goal is to provide a system operator with descriptive information about an unknown FreeBSD installation.
sysutils/system-tools-backends-2.10.2 (Score: 9.2878623E-4)
Backend system admin scripts for gnome-system-tools
System-tools-backends is a collection of scripts (mostly Perl) used by gnome-system-tools to perform system administration tasks.
sysutils/zfs-snapshot-clean-0.2.0 (Score: 9.2878623E-4)
Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
zfs-snapshot-clean ------------------ This is a tool to sieve ZFS snapshots as per given spec a la `pdumpfs-clean'. Typical usage is as follows: for vol in zpool/home zpool/var; do zfs snapshot "$vol@$(date +%Y-%m-%d)" && zfs-snapshot-clean "$vol" done Run `zfs-snapshot-clean -h' for details.
sysutils/tenshi-0.15 (Score: 9.2878623E-4)
Tenshi is a log monitoring program, designed to watch multiple logs
Tenshi is a log monitoring program, designed to watch one or more log files for lines matching user defined regular expressions and report on the matches. The regular expressions are assigned to queues which have an alert interval and a list of mail recipients. Queues can be set to send a notification as soon as there is a log line assigned to it, or to send periodic reports. Additionally, uninteresting fields in the log lines (such as PID numbers) can be masked with the standard regular expression grouping operators ( ). This allows cleaner and more readable reports. All reports are separated by hostname and all messages are condensed when possible.
sysutils/thefish-0.6.7 (Score: 9.2878623E-4)
Gtk+/ncurses rc.conf editor/management tool
The Fish provides a graphical UI (with GTK+, Qt and ncurses frontends) to manage and edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf.
sysutils/timelimit-1.8.1 (Score: 9.2878623E-4)
Limit the absolute execution time of a process
timelimit executes a command and terminates the spawned process after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.