perfview
                                
                                
                                
                                    perfview copied to clipboard
                            
                            
                            
                        Incorrect GC Heap Count
My program is running in a container with 10 cores and the GC Heap Count obtained using the dotnet-dump tool allowing the eeheap command is 10.
However, after opening the process nettrace file with the perfview tool, the GCStats GC Heap Count shows six。
The version of perfview is 3.0.7

This is likely fixed by #1817. Are you able to test against the latest source code?