I have ArcGIS Enterprise 11.0 with components consisting of Portal (hosted on AWS), Enterprise Geodatabase (hosted locally on Postgres) .
I have just a handfull of services that are being used. Some of them are used on daily basis and heavy edits too.
Here are the few services that I have :
1. Map Services. The biggest one contains building layer in polygon. There are 50K objects here. Some other 7 map services contains relatively really small records (around 100 records in total). These 8 map services are served using visibility range (visible on particular zoom scale).
2. Feature Service. containing point that their attributes will be updated. There are 50K objects. This is also served using visibility range.
But, when I look to its statistics, I am a little bit confused because of how the graph of Service Maximum Running Instances looks like.
Here is the image of server statistics:

The "Building - Polygon" is acting as background. It is a Map Service which I (accidentally) set the instance to Dedicate (min 3, max 7).
The "data entry - point" is where the actual transaction happenning. It is a Feature Service where users accessing data via Field Map and Arcgis Pro.
The questions are:
1. Why the Service Maximum Running Instances of "data entry - point" is flat 0, although its Total Request and Maximum Response Time are always higher ? Is it normal ?
2. In my case, what is the implication of having Shared Instance for the WFS service to the data being collected ?
3. Shouldn't it be the WFS hosted using Dedicated Instance ? I feel weird now.. we have been thought to use Dedicated Instance for WFS services. The system feels more stable now, only crash once for these 4 weeks running. When I had WFS hosted in a Dedicated Instance, I experienced more crashes...
In the previous experience, in another service in the very same server, I used to set the WFS layer to a Dedicated Instance. I tried some combinations between Max Number of instances and Heap Memory. The system *eventually crash* every some days when I have 8 - 9 Dedicated Instances and 256 - 1024 MB of Heap Memory. After a few combinations, I have settled with Max Dedicated Instance of 7 and 128 MB of Heap Memory.
Need any advice.
Thanks