Finding the PID of a Component
The process ID (PID) of a Linux process can help you monitor it using the top
command or stop it using the kill
command. The status.sh
script is the easiest way to find the PID of Actions Pro components which are normally identified simply as java
by OS tools.
To view the PIDs of all running Actions Pro components, run the following command (substitute your actual installation path for /opt/resolve
):
/opt/resolve/bin/status.sh
The output will resemble the following:
Кibana: UP PID: 12717
LOGSTASH: UP PID: 12855
RSCONTROL: UP PID: 26768
RSLOG: UP PID: 12903
RSMGMT: UP PID: 12534
RSMQ: UP PID: 11469
RSREMOTE: UP PID: 21441
RSSEARCH: UP PID: 12656
RSVIEW: UP PID: 23407