Ports 搜索

共有1,266项符合/sysutils/的查询结果,以下是第921930项(搜索用时0.007秒)
sysutils/chef-11.14.6 (Score: 0.0807937)
Systems integration framework. Client part
Chef is a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. With Chef, you can: * Manage your servers by writing code, not by running commands. * Integrate tightly with your applications, databases, LDAP directories, and more. * Easily configure applications that require knowledge about your entire infrastructure ("What systems are running my application?" "What is the current master database server?")
sysutils/schedutils-0.7.2 (Score: 0.0807937)
Collection of realtime scheduling tools
Sched-utils are a collection of tools related to realtime scheduling, working much like 'nice' and 'renice', except they change the priority and scheduler. This enables a process to run insoft realtime, as specified by POSIX.1b.
sysutils/scprotect-20091116 (Score: 0.0807937)
Protect process from killing when the swap space is exhausted
scprotect is implementation of system call for setting or unsetting P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT, but may be used for already running processes. Also rc.d/scprotect scripts allow you to set protection flag even if process was restarted by user.
sysutils/cfengine-3.9.1 (Score: 0.0807937)
Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems. Cfengine is an autonomic maintenance system not merely a change management roll-out tool. Cfengine has a history of security and adaptability.
Fluentd plugin to include format values into json, tsv or csv
Fluent::Mixin::PlainTextFormatter is a mix-in module, that provides '#format' instance method and its configurations to Fluentd BufferedOutput Plugin and TimeSlicedOutput Plugin, to output plain text data (to file, REST storages, KVSs ...).
Fluent plugin which provides directives for loop extraction
ConfigExpanderInput and ConfigExpanderOutput plugins provide simple configuration template to write items repeatedly. In section, you can write actual configuration for actual input/output plugin, with special directives for loop controls.
Gems for fluent plugin of alternative implementation of out_file
File output plugin alternative implementation, is 100% compatible with fluentd built-in 'out_file', and added many options to format output as you want.
sysutils/cloudabi-utils-0.16 (Score: 0.0807937)
Utilities for running CloudABI programs
Nuxi CloudABI is an application binary interface for UNIX-like operating systems built around the concept of capability-based security. In a nutshell, it means that you can run processes directly on top of a UNIX kernel while keeping complete control over the actions the process is allowed to perform. This package installs utilities that are useful when running CloudABI processes. The cloudabi-run utility can run CloudABI processes, providing it the resources (sockets and files) that it requires.
sysutils/fluentd-0.12.14 (Score: 0.0807937)
Fluent event collector
Fluentd is a log collector daemon written in Ruby. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MySQL, MongoDB, or even other instances of Fluentd.
Gems for fluent plugin to read whole line into single key
TailInput exteded plugin for fluentd. It assumes that this plug-in is used with "fluent-plugin-tail-alternative".