Our opinions differ on links. Repetition of what is said elsewhere ... don't get it.
(Who is "us"? This is a peer-to-peer volunteer-based public international forum, so...)
I apologize for the Process Explorer link - I did not note (initially) that in the first sentence you wrote that was what you were using. My bad. Consider yourself un-perplexed.
What you quoted is not a query - it's a statement you made. All you asked was what Physical Memory is. That was your only question. Perhaps it was not worded as you intended, but...
I suggest you utilize this:
RAMMap v1.5
https://docs.microsoft.com/en-us/sysinternals/downloads/rammap
Since you are into synopses, here's the synopsis posted on the page...
Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions
easy. RAMMap is an advanced physical memory usage analysis utility for Windows Vista and higher. It presents usage information in different ways on its several different tabs:
- Use Counts: usage summary by type and paging list
- Processes: process working set sizes
- Priority Summary: prioritized standby list sizes
- Physical Pages: per-page use for all physical memory
- Physical Ranges: physical memory addresses
- File Summary: file data in RAM by file
- File Details: individual physical pages by file
Use RAMMap to gain understanding of the way Windows manages memory, to analyze application memory usage, or to answer specific questions about how RAM is being allocated. RAMMap’s refresh feature enables you to update the display and it includes support for
saving and loading memory snapshots.
For definitions of the labels RAMMap uses as well as to learn about the physical-memory allocation algorithms used by the Windows memory manager, please see Windows
Internals, 5^th^ Edition.
Good luck!