lnst-slave (1) - Linux Manuals
lnst-slave: Linux Network Stack Test slave daemon
NAME
lnst-slave - Linux Network Stack Test slave daemon
SYNOPSIS
lnst-slave [-d] [-e] [-h] [-i pidfile] [-p port_number]DESCRIPTION
Linux Network Stack Test is a tool that supports development and execution of automated and portable network tests. For detailed description of the architecture of LNST please refer to project website (link listed on INTERNET RESOURCES bellow).lnst-slave is a daemon script that runs in the background and waits for incomming commands from a controller.
OPTIONS
- -d, --debug
- Toggle emitting debugging messages.
- -e, --daemonize
- Detach from parent process and run in background.
- -h, --help
- Display usage of this command.
- -i, --pidfile=file
- File to write damonized process' PID to.
- -m, --no-colours
- Disable coloured terminal output.
- -p, --port=port_number
- The port number lnst-slave should listen on for incomming commands.
CONFIGURATION
lnst-slave will look for configuration in the following location:/etc/lnst-slave.conf
For further description of file format or configuration options available, please refer to the configuration file itself, where each option is documented.
FILES
Apart from configuration, there are few important locations that lnst-slave works with. All bellow mentioned paths can be changed in the configuration file.Log Path
Every test exectution and all the commands run by lnst-slave during the test are logged to the following location:Cache Location
Test modules and tools used by the controllers with this slave are cached in resources cache. The cache is by default located at:/var/cache/lnst
The cache is fully under control of the lnst-slave daemon and is managed automatically. Making any modifications by hand is not recommended.
INTERNET RESOURCES
Project Homepage: http://lnst-project.org/Online Documentation: https://github.com/jpirko/lnst/wiki#learn
Git Source Tree: https://github.com/jpirko/lnst
Mailing List: <lnst-developers [at] lists.fedorahosted.org>
AUTHORS
Jiri Pirko <jiri [at] resnulli.us>Jan Tluka <jtluka [at] redhat.com>
Ondrej Lichtner <olichtne [at] redhat.com>
Jiri Prochazka <jprochaz [at] redhat.com>
Jiri Zupka <jzupka [at] redhat.com>
Radek Pazdera <radek [at] pazdera.co.uk>
COPYRIGHT
Copyright (C) 2011-2015 Red Hat, Inc.LNST is distributed under GNU General Public License version 2. See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using LNST.