Age | Commit message (Expand) | Author |
2023-05-21 | Zenmonitor3 about dialog patch for forgejoHEADmaster | Erkin Alp Güney |
2022-02-26 | Merge pull request #12 from h3o66/fedora-copr•••Add Fedora copr repo | Anthony Wang |
2022-02-26 | Add Fedora copr repo | Christian |
2022-02-26 | Merge pull request #11 from h3o66/rpmbuild-path-fix•••Remove DESTDIR in makefile from sed | Anthony Wang |
2022-02-26 | Remove 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-09 | Add an icon to the .desktop files | Anthony Wang |
2022-02-09 | Bump version to 2.0.0v2.0.0 | Anthony Wang |
2021-11-30 | Merge pull request #8 from tahsinkose/conky-support•••Provide two new modalities for CLI | Anthony Wang |
2021-11-30 | Refresh in place capability. | Tahsincan Köse |
2021-11-30 | Separate CLI uninstall rule. | Tahsincan Köse |
2021-11-30 | Provide stimuli output capability. | Tahsincan Köse |
2021-06-20 | Fix a few mistakesv1.5.0 | Anthony Wang |
2021-06-20 | Update README.md | Anthony Wang |
2021-06-19 | Update README.md | Anthony Wang |
2021-04-20 | Update README.md | Anthony Wang |
2021-04-15 | Update GUI | Anthony Wang |
2021-04-15 | Change default poll rate to 1000 | Anthony Wang |
2021-04-05 | Update README.md | Anthony Wang |
2021-04-01 | Merge branch 'shunonymous-zenmonitor-cli' | Anthony Wang |
2021-04-01 | Merge branch 'zenmonitor-cli' of https://github.com/shunonymous/zenmonitor in... | Anthony Wang |
2021-04-01 | Merge pull request #4 from leogx9r/sensor_rate•••Allow Users To Modify Polling Rate | Anthony Wang |
2021-04-01 | Merge pull request #3 from HonsW/patch-1•••Update zenpower.c | Anthony Wang |
2021-04-01 | Merge pull request #2 from b-m-f/master•••Adds support for Ryzen 5000 (Zen3) | Anthony Wang |
2021-04-01 | Merge pull request #1 from Ta180m/imgbot•••[ImgBot] Optimize images | Anthony 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-25 | Adds support for Ryzen 5000 (Zen3) | b-m-f |
2020-11-08 | Implement for output CSV file | Shun Terabayashi |
2020-10-19 | Initial implement for command line interface | Shun Terabayashi |
2020-10-04 | Refactroring headers•••* Add include guards
* include glib.h in headers
| Shun Terabayashi |
2020-08-09 | Update zenpower.c•••swap value and order of tDie and tCtl to reflect order of zenpower driver and fix https://github.com/ocerman/zenmonitor/issues/28 | HonsW |
2020-06-14 | Added tooltips for sensors•••Version 1.4.2
v1.4.2 | Ondrej Čerman |
2020-06-07 | Changed sysfs CPU cores detection based on thread_siblings_listsysdet2 | Ondrej Čerman |
2020-06-06 | Version 1.4.1v1.4.1 | Ondrej Čerman |
2020-06-06 | Merge pull request #26 from Maxr1998/fix-gcc10•••Fix build on GCC 10 | Ondrej Čerman |
2020-06-02 | Fix build on GCC 10•••Variable declarations in header files need the extern keyword to not cause duplication definition errors
| Maxr1998 |
2020-04-15 | Allow 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-13 | Merge pull request #21 from leogx9r/effective_frequency•••Add effective frequency | Ondrej Čerman |
2020-04-13 | Add 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-21 | Added <stdlib.h> (#19)•••Silences a warning during compilation | Jonathan Farrugia |
2020-02-18 | Merge pull request #18 from spannerman79/patch-1•••Add Arch setup | Ondrej Čerman |
2020-02-18 | Auto resize FIX: take vertical separator into account | Ondrej Čerman |
2020-02-19 | Add Arch setup | Spanner_Man |
2020-02-16 | Version 1.4.0v1.4.0 | Ondrej Čerman |
2020-02-16 | Updated readme: added capabilities workaround | Ondrej Čerman |
2020-02-16 | Resize window to size based on number of visible sensors, FIX #15 | Ondrej Čerman |
2020-02-16 | Added support up to 8 CCD Temperatures | Ondrej Čerman |
2020-02-16 | Fixed wrong readings when energy counter overflow occurs, FIX #17 | Ondrej Čerman |
2020-01-31 | Fixed mem leak•••Version 1.3.1
v1.3.1 | Ondrej Čerman |
2020-01-23 | Added command line arguments | Ondrej Čerman |
2020-01-23 | Core index is now displayed by default, added command line argument "--core_i...•••Fixed dates in LICENSE file
Version 1.3
v1.3 | Ondrej Čerman |