KrispyCamel4u / SysMonTask

Linux system monitor with the compactness and usefulness of windows task manager to allow higher control and monitoring.
BSD 3-Clause "New" or "Revised" License
678 stars 59 forks source link

Memory Info Not Displaying (SOLVED) #129

Closed aaron-is-the-best2114 closed 1 year ago

aaron-is-the-best2114 commented 1 year ago

I'm Running SysMonTask on Kubuntu 22.04.2 LTS. I'm running sysmontask under sudo root privileges. The memory tab isn't showing the Speed of my memory, and next to "Slots Used" is 0 of 2 which it should be 2 of 2. I attached a picture of what it looks like.

Here is what sudo dmidecode --type 17 Looks like: Terminal_Memory_Info_Broken

And Here is The Screenshot of the memory tab Memory_Info_Broken

aaron-is-the-best2114 commented 1 year ago

I think I found a solution to this. In mem.py on line 40 where is says p=popen('dmidecode -t memory|grep -E -i "memory speed"') change it to p=popen('dmidecode -t memory|grep -E -i "speed"') and that should fix it.