Go Router sends the traffic to any of the instance running in PCF. So there are few things that you can do;
Login to PCF Apps manager and select the app - ensure you can see 3 instances up and running. It also provides you the details of CPU and memory consumption by each instance
If you have access, you may ssh into the container using below command - all containers must be accessible cf ssh <appname> -i n
Where n=0, 1, 2
Multiple Instances can also be referred via the monitoring tool if you have configured any
Run the apps and look into the logs; it will show you the detail as which instance it has gone to
[APP/PROC/WEB/0] --> Instance 1
[APP/PROC/WEB/1] --> Instance 2
[APP/PROC/WEB/2] --> Instance 3
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…