MatthiasSchinzel / sysmon

Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager.
GNU General Public License v3.0
294 stars 25 forks source link

Use native Python APIs to read CPU clock speed #18

Closed normanr closed 3 years ago

normanr commented 3 years ago

This also fixes #17 by only loading the CPU clock speed for online CPUs.

MatthiasSchinzel commented 3 years ago

Thanks! Didn't know glob works with wildcards. Much nicer solution.

normanr commented 3 years ago

Thanks! Didn't know glob works with wildcards. Much nicer solution.

fwiw: most shells implement their pathname expansion patterns as globs. So it's more than shell wildcards use glob :-)