M Marian.Veverka Member Jun 3, 2020 19 0 21 52 Feb 24, 2023 #1 Can Proxmox GUI show memory speed? Min. count memory models? Last edited: Feb 24, 2023
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,282 1,549 273 36 Vienna Feb 24, 2023 #2 no, that is not implemented, but you should be able to show it on the cli with: Code: dmidecode --type 17 you might need to install the 'dmidecode' package first though Reactions: pbassut
no, that is not implemented, but you should be able to show it on the cli with: Code: dmidecode --type 17 you might need to install the 'dmidecode' package first though
M Marian.Veverka Member Jun 3, 2020 19 0 21 52 Feb 24, 2023 #3 It would be good to show it in GUI? And are you sure that "dmidecode --type 17" show actual speed? Yes, I'm not ask to actual. Last edited: Feb 24, 2023
It would be good to show it in GUI? And are you sure that "dmidecode --type 17" show actual speed? Yes, I'm not ask to actual.
UdoB Distinguished Member Proxmox Subscriber Nov 1, 2016 2,294 1,059 243 Germany Feb 24, 2023 #4 On one of my systems I get: Code: ~# dmidecode -t memory | grep Speed Speed: 3200 MT/s Configured Memory Speed: 2933 MT/s ...and I believe that the second line gives the actual speed.
On one of my systems I get: Code: ~# dmidecode -t memory | grep Speed Speed: 3200 MT/s Configured Memory Speed: 2933 MT/s ...and I believe that the second line gives the actual speed.
M Marian.Veverka Member Jun 3, 2020 19 0 21 52 Feb 25, 2023 #5 I meant more the overall speed of writing and reading to RAM of all modules online Last edited: Feb 25, 2023
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,282 1,549 273 36 Vienna Feb 27, 2023 #6 do you mean a live memory read/write speeds? if yes, i don't think the kernel exposes such metrics...
do you mean a live memory read/write speeds? if yes, i don't think the kernel exposes such metrics...