Age | Commit message (Collapse) | 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 | Anthony Wang | |
Add Fedora copr repo | |||
2022-02-26 | Add Fedora copr repo | Christian | |
2022-02-26 | Merge pull request #11 from h3o66/rpmbuild-path-fix | Anthony Wang | |
Remove DESTDIR in makefile from sed | |||
2022-02-26 | Remove DESTDIR in makefile from sed | Christian | |
Fix to only add the realpath in the build, to be able to use the makefile in a rpmbuild. | |||
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 | Anthony Wang | |
Provide two new modalities for CLI | |||
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 ↵ | Anthony Wang | |
into shunonymous-zenmonitor-cli | |||
2021-04-01 | Merge pull request #4 from leogx9r/sensor_rate | Anthony Wang | |
Allow Users To Modify Polling Rate | |||
2021-04-01 | Merge pull request #3 from HonsW/patch-1 | Anthony Wang | |
Update zenpower.c | |||
2021-04-01 | Merge pull request #2 from b-m-f/master | Anthony Wang | |
Adds support for Ryzen 5000 (Zen3) | |||
2021-04-01 | Merge pull request #1 from Ta180m/imgbot | Anthony Wang | |
[ImgBot] Optimize images | |||
2021-04-01 | [ImgBot] Optimize images | ImgBotApp | |
/screenshot.png -- 114.58kb -> 81.69kb (28.7%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> | |||
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 | Shun Terabayashi | |
* Add include guards * include glib.h in headers | |||
2020-08-09 | Update zenpower.c | HonsW | |
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-14 | Added tooltips for sensorsv1.4.2 | Ondrej Čerman | |
Version 1.4.2 | |||
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 | Ondrej Čerman | |
Fix build on GCC 10 | |||
2020-06-02 | Fix build on GCC 10 | Maxr1998 | |
Variable declarations in header files need the extern keyword to not cause duplication definition errors | |||
2020-04-15 | Allow Users To Modify Polling Rate | Leonardo 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-13 | Merge pull request #21 from leogx9r/effective_frequency | Ondrej Čerman | |
Add effective frequency | |||
2020-04-13 | Add effective frequency | Leonardo 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-21 | Added <stdlib.h> (#19) | Jonathan Farrugia | |
Silences a warning during compilation | |||
2020-02-18 | Merge pull request #18 from spannerman79/patch-1 | Ondrej Čerman | |
Add Arch setup | |||
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 leakv1.3.1 | Ondrej Čerman | |
Version 1.3.1 | |||
2020-01-23 | Added command line arguments | Ondrej Čerman | |
2020-01-23 | Core index is now displayed by default, added command line argument ↵v1.3 | Ondrej Čerman | |
"--core_id" to display core_id instead Fixed dates in LICENSE file Version 1.3 |