> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/monitor/linux-processes-monitor.md).

# Process Monitor

To begin monitoring a process, enter the software binary name. Connect monitors the given app name by searching for the currently running process with a similar name on the connected device.&#x20;

## Monitor standard software

To monitor running software, In most cases, the software binary name equals the executable file. \
\
**4 examples of binary names:**\
1\. `app.py`  -  running python application, enter the python app main file name that is being executed by python.\
2\. `app`  -  running an executable binary file, enter the binary file name.\
3\. `app.sh`  - running a Bash file, enter the Bash file name.\
4\. `mysql` - running a ready-service, enter the service name.

\*In case of monitoring issues, it is recommended to enter the full path of the running application, for example: `/home/device-app/app.py`

## **Monitor Containers**

To monitor running Docker container, choose and enter one of the 2 options:

1. `runtime-runc` - will monitor if there are any running containers.<br>
2. &#x20;Enter the specific running command - the command that is being used to run the application inside the container, for example: `python /home/app.py`. The container command can be found running "docker ps" on the edge device. \ <br>

![Connect Dashboard - Processes monitor](/files/nDsWLZKCNC4zZn1reUeZ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/monitor/linux-processes-monitor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
