This document provides an operation guide for LogListener 2.2.4 and earlier. We recommend that you update to the latest version as this document may no longer be maintained. For information on how to install the latest version, see the LogListener Installation Guide.
Go to the installation directory loglistener
and start LogListener by running the following script:
cd loglistener/tools; ./start.sh
Go to the installation directory loglistener
and stop LogListener by running the following script:
cd loglistener/tools; ./stop.sh
Go to the installation directory loglistener
and check the status of the LogListener processes by running the following command:
cd loglistener/tools; ./p.sh
Normally, there are three processes:
bin/loglistenerm -d #Daemon process
bin/loglistener --conf=etc/loglistener.conf #Main process
bin/loglisteneru -u --conf=etc/loglistener.conf #Update process
Go to the installation directory loglistener
and uninstall LogListener by running the following command:
cd loglistener/tools; ./uninstall.sh
Go to the installation directory loglistener
and check the heartbeat and configuration of LogListener by running the following command:
cd loglistener/tools; ./check.sh
Was this page helpful?