NAME
Rex::Commands::Sysctl - Manipulate sysctl
DESCRIPTION
With this module you can set and get sysctl parameters.
Version <= 1.0: All these functions will not be reported.
All these functions are not idempotent.
This function doesn't persist the entries in /etc/sysctl.conf.
SYNOPSIS
use Rex::Commands::Sysctl;
my $data = sysctl "net.ipv4.tcp_keepalive_time";
sysctl "net.ipv4.tcp_keepalive_time" => 1800;