LogoLogo
What's New?Connect Agent ReleasesBook a DemoPricing
  • Documentation
  • Developers
  • Administration
  • OVERVIEW
    • JFrog Connect Overview
      • Architecture Overview
        • Connect Agent
        • Connect & JFrog Platform
      • Plan Your Update Strategy
        • Software Update Objectives & Concepts
        • Software Update Process & Procedures
  • Get Started
    • Create JFrog Connect Account
    • Log in to JFrog Connect
    • Network Requirements
    • Register Device
  • Manage your Fleet
    • Register Devices at Scale
      • Freeze Image on Device
      • Build Image with Agent
    • Register & Update Device at Once
    • Organize Your Fleet
      • Create Project
      • Move Device between Projects
      • Create Groups
        • Add Device to Group
        • Add Many Devices to Group
        • Change Group Name
        • Delete Group
      • Tag Devices
        • Remove a Tag
      • Remove Many Devices
  • Devices
    • Fleet Overview
      • Filter Devices
      • Locate Devices
    • Device Details
      • Delete a Device
      • Block Updates with Update Trigger
    • Update Connect Agent
    • Delete Many Devices
  • Deployment
    • Create Update Flow
      • Actions
        • Run Command
        • Run Script
        • Deploy File
        • Deploy Docker
          • Use Docker Image
          • Use Docker Compose
          • Get Artifactory Parameters
        • Clone Git Repository
        • Download Artifact
          • Get Artifactory Path
        • Download Release Bundle
          • Get Artifactory Parameters for Release Bundle
        • Update Image
        • Install Debian Package
          • Get Artifactory Parameters for Debian
      • Use Update Parameters
      • On Failure & Rollback
      • Vulnerability Scans
      • Sample Use Case: Build Update Flow for Reuse
    • Deploy Software
      • Set Application & Version
      • Set Alert upon Failure
      • Set Phased Rollout
      • View Deployment Progress
        • Detailed Deployment Information
        • Abort a Deployment
      • Deploy in Groups
      • Sample Use Case: Deploy Docker Images to Devices
  • Tools
    • Remote Tools
      • Use Terminal
      • Open Port Tunnel Session
        • Access with VNC
        • Connect with SSH
        • Access Device Web Applications
      • Run Commands Remotely
        • Run Command as Non-Root User
      • Get Device Files (Fetch Files)
    • Alerts
      • Create Channel
      • Set Webhook
    • Monitor
      • Resource Monitor
      • Process Monitor
  • Releases
    • What's New?
    • Connect Agent Release Notes
  • Troubleshooting
    • Connect Server Status
    • Troubleshoot Topics
      • Device Registration
      • Terminal Troubleshooting
Powered by GitBook
On this page
  • Monitor standard software
  • Monitor Containers

Was this helpful?

Export as PDF
  1. Tools
  2. Monitor

Process Monitor

Monitoring processes whether they are running or not and while receiving alerts accordingly

PreviousResource MonitorNextWhat's New?

Last updated 7 months ago

Was this helpful?

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.

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.

  2. 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.

Connect Dashboard - Processes monitor