Crate rctl[][src]

Expand description

Resource limits and accounting with RCTL and RACCT

Large parts of this documentation are adapted from the rctl(8) manpage.

Structs

A filter can match a set of Rules.

Defines how much of a Resource a process can use beofore the defined Action triggers.

A rule represents an Action to be taken when a particular Subject hits a Limit for a Resource.

Adapter over objects parseable into a Rule

Owning struct implementing IntoIterator, returning a RuleParserAdapter.

Enums

Represents the action to be taken when a Subject offends against a Rule.

An Enum representing a resource type

Enum representing the state of RACCT/RCTL in the kernel.

A struct representing an RCTL subject.

The type of a Subject.