[LTP] [PATCH 1/1] ver_linux: Print sysctl settings
Petr Vorel
pvorel@suse.cz
Mon Jun 26 12:04:47 CEST 2017
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> ver_linux | 4 ++++
> 1 file changed, 4 insertions(+)
> diff --git a/ver_linux b/ver_linux
> index a403b4e43..f58de9f65 100755
> --- a/ver_linux
> +++ b/ver_linux
> @@ -87,3 +87,7 @@ free
> echo
> echo '/proc/cpuinfo'
> cat /proc/cpuinfo
> +
> +echo
> +echo 'sysctl settings:'
> +sysctl -a
Ping.
It might be useful to get output of env to see environment variables.
Kind regards,
Petr
More information about the ltp
mailing list