Crate below_dump

Source

Re-exports§

pub use command::DumpCommand;

Modules§

btrfs
cgroup
command
disk
ethtool
iface
network
print
process
system
tc
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 Aliases§

BtrfsField
CgroupField
DiskField
EthtoolQueueField
IfaceField
NetworkField
ProcessField
SystemField
TcField
TransportField