aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-21Zenmonitor3 about dialog patch for forgejoHEADmasterErkin Alp Güney
2022-02-26Merge pull request #12 from h3o66/fedora-coprAnthony Wang
Add Fedora copr repo
2022-02-26Add Fedora copr repoChristian
2022-02-26Merge pull request #11 from h3o66/rpmbuild-path-fixAnthony Wang
Remove DESTDIR in makefile from sed
2022-02-26Remove DESTDIR in makefile from sedChristian
Fix to only add the realpath in the build, to be able to use the makefile in a rpmbuild.
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-supportAnthony Wang
Provide two new modalities for CLI
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 ↵Anthony Wang
into shunonymous-zenmonitor-cli
2021-04-01Merge pull request #4 from leogx9r/sensor_rateAnthony Wang
Allow Users To Modify Polling Rate
2021-04-01Merge pull request #3 from HonsW/patch-1Anthony Wang
Update zenpower.c
2021-04-01Merge pull request #2 from b-m-f/masterAnthony Wang
Adds support for Ryzen 5000 (Zen3)
2021-04-01Merge pull request #1 from Ta180m/imgbotAnthony Wang
[ImgBot] Optimize images
2021-04-01[ImgBot] Optimize imagesImgBotApp
/screenshot.png -- 114.58kb -> 81.69kb (28.7%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
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 headersShun Terabayashi
* Add include guards * include glib.h in headers
2020-08-09Update zenpower.cHonsW
swap value and order of tDie and tCtl to reflect order of zenpower driver and fix https://github.com/ocerman/zenmonitor/issues/28
2020-06-14Added tooltips for sensorsv1.4.2Ondrej Čerman
Version 1.4.2
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-gcc10Ondrej Čerman
Fix build on GCC 10
2020-06-02Fix build on GCC 10Maxr1998
Variable declarations in header files need the extern keyword to not cause duplication definition errors
2020-04-15Allow Users To Modify Polling RateLeonardo Gates
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.
2020-04-13Merge pull request #21 from leogx9r/effective_frequencyOndrej Čerman
Add effective frequency
2020-04-13Add effective frequencyLeonardo Gates
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.
2020-02-21Added <stdlib.h> (#19)Jonathan Farrugia
Silences a warning during compilation
2020-02-18Merge pull request #18 from spannerman79/patch-1Ondrej Čerman
Add Arch setup
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 leakv1.3.1Ondrej Čerman
Version 1.3.1
2020-01-23Added command line argumentsOndrej Čerman
2020-01-23Core index is now displayed by default, added command line argument ↵v1.3Ondrej Čerman
"--core_id" to display core_id instead Fixed dates in LICENSE file Version 1.3