Ports Search

Results 401410 of 1,266 for /sysutils/.(0.004 seconds)
sysutils/jobd-0.7.1 (Score: 0.0807937)
Job management framework
jobd is a job management framework that allows daemons to be launched in a controlled fashion using a JSON configuration file for each job.
sysutils/xe-0.6.1 (Score: 0.0807937)
Simple xargs and apply replacement
xe is a tool for constructing command lines from file listings or arguments, which includes the best features of xargs(1) and apply(1). Benefits over xargs: - Sane defaults (behaves like xargs -d'\n' -I{} -n1 -r). - No weird parsing, arguments are separated linewise or by NUL byte. - Can also take arguments from command-line. - No shell involved unless -s is used. - {} replacing possible with multiple arguments.
sysutils/highlnk-0.2 (Score: 0.0807937)
Tool to save disk space on hard disks by using hardlinks
HighLnk is a high-performance hardlinking tool, which takes the contents of the current directory, and hard-links files with different content to the target directory. Files with same content will also be hard-linked but in a way that storage space is saved. This is useful if you have many files on a read-only partition, or if you plan to put many files on a CD/DVD, but the whole tree is just too big to fit on the media.
sysutils/hilite-1.5 (Score: 0.0807937)
Command-line utility to highlight anything printed to stderr
hilite is a tiny command-line utility which executes the command you specify, highlighting anything printed to stderr. It is designed mainly for use with builds, to make warnings and errors stick out like a sore cliche.
sysutils/host-setup-4.0.2 (Score: 0.0807937)
System configuration setup/management utility
Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your system. Built on the same safety and reliability of sysrc(8) to manage changes to rc.conf(5), host-setup(1) can also activate changes to the system in a safe and effective manner. Functionality includes (but may not be limited to): - Configure Time Zone - Configure Hostname/Domain - Configure Network Interfaces - Confgure Default Router/Gateway - Configure DNS nameservers
sysutils/javaservicewrapper-3.5.29 (Score: 0.0807937)
Application to solve problems common to many Java applications
The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications: - Run as a Windows Service or Unix Daemon. - Application Reliability. - Standard, Out of the Box Scripting. - On Demand Restarts. - Flexible Configuration. - Ease Application Installations. - Logging.
sysutils/jps-1.0 (Score: 0.0807937)
Wrapper to ps(1) that maps pids to jails
This a perl wrapper to "ps(1)" that gets its output and maps pids to jails. 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.
sysutils/jtop-1.0 (Score: 0.0807937)
Wrapper to top(1) that maps pids to jails
This a perl wrapper to "top(1)" that gets its output and maps pids to jails. 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.
sysutils/jvmtop-0.8.0 (Score: 0.0807937)
Lightweight console application to monitor running jvms
Jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine. In a top-like manner, it displays JVM internal metrics (e.g. memory information) of running java processes. It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not suffice.
sysutils/angel-0.6.2 (Score: 0.0807937)
Process management and supervision daemon
angel is a daemon that runs and monitors other processes. It is similar to djb's `daemontools` or the Ruby project `god`. It's goals are to keep a set of services running, and to facilitate the easy configuration and restart of those services.