aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-21Zenmonitor3 about dialog patch for forgejoHEADmasterErkin Alp Güney
2022-02-26Merge pull request #12 from h3o66/fedora-copr•••Add Fedora copr repoAnthony Wang
2022-02-26Add Fedora copr repoChristian
2022-02-26Merge pull request #11 from h3o66/rpmbuild-path-fix•••Remove DESTDIR in makefile from sedAnthony Wang
2022-02-26Remove DESTDIR in makefile from sed•••Fix to only add the realpath in the build, to be able to use the makefile in a rpmbuild.Christian
2022-02-09Add an icon to the .desktop filesAnthony Wang
2022-02-09Bump version to 2.0.0v2.0.0Anthony Wang
2021-11-30Merge pull request #8 from tahsinkose/conky-support•••Provide two new modalities for CLIAnthony Wang
2021-11-30Refresh in place capability.Tahsincan Köse
2021-11-30Separate CLI uninstall rule.Tahsincan Köse
2021-11-30Provide stimuli output capability.Tahsincan Köse
2021-06-20Fix a few mistakesv1.5.0Anthony Wang
2021-06-20Update README.mdAnthony Wang
2021-06-19Update README.mdAnthony Wang
2021-04-20Update README.mdAnthony Wang
2021-04-15Update GUIAnthony Wang
2021-04-15Change default poll rate to 1000Anthony Wang
2021-04-05Update README.mdAnthony Wang
2021-04-01Merge branch 'shunonymous-zenmonitor-cli'Anthony Wang
2021-04-01Merge branch 'zenmonitor-cli' of https://github.com/shunonymous/zenmonitor in...Anthony Wang
2021-04-01Merge pull request #4 from leogx9r/sensor_rate•••Allow Users To Modify Polling RateAnthony Wang
2021-04-01Merge pull request #3 from HonsW/patch-1•••Update zenpower.cAnthony Wang
2021-04-01Merge pull request #2 from b-m-f/master•••Adds support for Ryzen 5000 (Zen3)Anthony Wang
2021-04-01Merge pull request #1 from Ta180m/imgbot•••[ImgBot] Optimize imagesAnthony Wang
2021-04-01[ImgBot] Optimize images•••/screenshot.png -- 114.58kb -> 81.69kb (28.7%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> ImgBotApp
2021-02-25Adds support for Ryzen 5000 (Zen3)b-m-f
2020-11-08Implement for output CSV fileShun Terabayashi
2020-10-19Initial implement for command line interfaceShun Terabayashi
2020-10-04Refactroring headers•••* Add include guards * include glib.h in headers Shun Terabayashi
2020-08-09Update zenpower.c•••swap value and order of tDie and tCtl to reflect order of zenpower driver and fix https://github.com/ocerman/zenmonitor/issues/28HonsW
2020-06-14Added tooltips for sensors•••Version 1.4.2 v1.4.2Ondrej Čerman
2020-06-07Changed sysfs CPU cores detection based on thread_siblings_listsysdet2Ondrej Čerman
2020-06-06Version 1.4.1v1.4.1Ondrej Čerman
2020-06-06Merge pull request #26 from Maxr1998/fix-gcc10•••Fix build on GCC 10Ondrej Čerman
2020-06-02Fix build on GCC 10•••Variable declarations in header files need the extern keyword to not cause duplication definition errors Maxr1998
2020-04-15Allow Users To Modify Polling Rate•••This patch allows users to modify how quickly sensors are polled. One of the major features of Zen+ and newer processors is the ability for them to perform gated sleeping on one or multiple cores at a time, where power consumption of the gated core is "basically zero". Since, by default, the application uses a polling rate of 300ms, the power saving features of cores sleeping on Zen+ and newer is negated when a sensor or MSR is probed often. Allowing the users to modify the polling rate from between 50ms and up to 60 seconds improves power saving by preventing cores from being awoken multiple times a second when it isn't needed. Leonardo Gates
2020-04-13Merge pull request #21 from leogx9r/effective_frequency•••Add effective frequencyOndrej Čerman
2020-04-13Add effective frequency•••Like HWiNFO64, the popular monitoring tool for Windows, this patch adds support for reading the cores' effective frequency or multiplier by making use of the undocumented MSR, 0xC0010293. This MSR was found by reverse-engineering Ryzen Master, the AMD software for Windows overclocking and monitoring of Zen based processors. Although this MSR is undocumented, since it is used in software written by AMD themselves, it is safe to assume it is accurate. The MSR returns two things, the FID or effective frequency ID and the FDID. The FID, when divided by the FDID for a core, produces a frequency in increments of 200 MHz -- the effective frequency. Leonardo Gates
2020-02-21Added <stdlib.h> (#19)•••Silences a warning during compilationJonathan Farrugia
2020-02-18Merge pull request #18 from spannerman79/patch-1•••Add Arch setupOndrej Čerman
2020-02-18Auto resize FIX: take vertical separator into accountOndrej Čerman
2020-02-19Add Arch setupSpanner_Man
2020-02-16Version 1.4.0v1.4.0Ondrej Čerman
2020-02-16Updated readme: added capabilities workaroundOndrej Čerman
2020-02-16Resize window to size based on number of visible sensors, FIX #15Ondrej Čerman
2020-02-16Added support up to 8 CCD TemperaturesOndrej Čerman
2020-02-16Fixed wrong readings when energy counter overflow occurs, FIX #17Ondrej Čerman
2020-01-31Fixed mem leak•••Version 1.3.1 v1.3.1Ondrej Čerman
2020-01-23Added command line argumentsOndrej Čerman
2020-01-23Core index is now displayed by default, added command line argument "--core_i...•••Fixed dates in LICENSE file Version 1.3 v1.3Ondrej Čerman