How to find diego cell where the apps are running
search cancel

How to find diego cell where the apps are running

book

Article ID: 298268

calendar_today

Updated On:

Products

VMware Tanzu Application Service for VMs

Issue/Introduction

How to find diego cell where the apps are running

Environment

Product Version: 2.11

Resolution

1. Run this command: cf app <app_name> --guid . It shows the app_guid.

 

2. Run this command: cf curl /v2/apps/<app_guid>/stats or cf curl /v3/processes/<app_guid>/stats . It shows the host IP address and port of the Diego cell in which the app instance is running.

 

3. Run the command bosh vms | grep <host>  to retrieve the diego_cell name where host is the IP address listed in step 2.