Crate below_dump[][src]

Re-exports

pub use command::DumpCommand;

Modules

cgroup
command
disk
iface
network
print
process
system
tmain
transport

Structs

CommonFieldContext

Context for initializing CommonFields.

Enums

CommonField

Fields available to all commands. Each enum represents some semantics and knows how to extract relevant data from a CommonFieldContext.

DumpField

Generic field for dumping different types of models. It’s either a CommonField or a FieldId that extracts a Field from a given model. It represents a unified interface for dumpable items.

Functions

parse_pattern

Try to read $HOME/.config/below/belowrc file and generate a list of keys which will be used as fields. Any errors happen in this function will directly trigger a panic.

run

Type Definitions

CgroupField
DiskField
IfaceField
NetworkField
ProcessField
SystemField
TransportField