lagagain opened a new issue, #12105:
URL: https://github.com/apache/skywalking/issues/12105

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   Windows metrics that include `swap` are from 'virtual memory', but swap is 
not equal to virtual memory.
   
   With 
[MSINFO32.exe](https://www.techtarget.com/searchenterprisedesktop/tip/Learn-native-Windows-10-virtual-memory-management-methods),
 we could see resources' current status, including physical memory and virtual 
memory and page file size.
   
   As I know, [Virtual Memory] = [Physical Memroy] + [Swap].
   And Zabbix Agent read swap number is page file.
   
   
   ### What you expected to happen
   
   Rename metrics:
   - memory_swap_free => memory_virtual_memory_free 
   - memory_swap_total => memory_virtual_memory_total
   - memory_swap_percentage => memory_virtual_memory_percentage
   
   (There is two 'memory' in each metry, so may have another better name.)
   
   ### How to reproduce
   
   remove document or table - ui_template_Windows-Service - in database, or 
using empty database.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [X] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to