vector sigma Posted October 7, 2018 Share Posted October 7, 2018 (edited) @camillionario, I've understand the problem. Please download this: https://software.intel.com/sites/default/files/blog/347418/intel-power-gadget-api.zip, open the image and run 997_Install_Intel_Power_Gadget_API.pkg let me know. @Andrey1970, run the above package I post to @camillionario, was taken here: https://software.intel.com/en-us/blogs/2012/12/13/using-the-intel-power-gadget-api-on-mac-os-x (standalone API installer) Edited October 7, 2018 by vector sigma Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 7, 2018 Share Posted October 7, 2018 3 minutes ago, vector sigma said: @camillionario, I've understand the problem. Please download this: https://software.intel.com/sites/default/files/blog/347418/intel-power-gadget-api.zip, open the image and run 997_Install_Intel_Power_Gadget_API.pkg let me know. This bad idea. The user shall set only Intel® Power Gadget 3.5.4.dmg All necessary there is. Link to comment Share on other sites More sharing options...
camillionario Posted October 7, 2018 Share Posted October 7, 2018 9 minutes ago, vector sigma said: @camillionario, He entiendo el problema. Por favor, descargue esto: https://software.intel.com/sites/default/files/blog/347418/intel-power-gadget-api.zip, abrir la imagen y ejecutar 997_Install_Intel_Power_Gadget_API.pkg me dejan saber. @Andrey1970, ejecute el paquete de arriba posteo a @camillionario, fue tomada de aquí: https://software.intel.com/en-us/blogs/2012/12/13/using-the-intel-power-gadget-api-on-mac-os-x (instalador independiente API) impossible to install Link to comment Share on other sites More sharing options...
vector sigma Posted October 7, 2018 Share Posted October 7, 2018 4 minutes ago, Andrey1970 said: This bad idea. The user shall set only Intel® Power Gadget 3.5.4.dmg All necessary there is. 1 minute ago, camillionario said: impossible to install Ok, all the day using an old library that for me works fine that was in the documentation and unversioned. I must redone the job.... in the next weekend, 1 Link to comment Share on other sites More sharing options...
camillionario Posted October 7, 2018 Share Posted October 7, 2018 3 minutes ago, vector sigma said: OK, todo el día con una vieja biblioteca que me funciona bien que se en la documentación y archivos. Debo rehacer el trabajo... en el próximo fin de semana, Well, thanks for your work Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 7, 2018 Share Posted October 7, 2018 6 minutes ago, vector sigma said: Ok, all the day using an old library that for me works fine that was in the documentation and unversioned. I must redone the job.... in the next weekend, What you use the CPU? Link to comment Share on other sites More sharing options...
vector sigma Posted October 7, 2018 Share Posted October 7, 2018 Wait! I made it working! Wait me 3 minutes! @Andrey1970, test this one: HWMonitorSMC2.app_IPG 3.5.4 beta2.zip 4 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 7, 2018 Share Posted October 7, 2018 (edited) 9 minutes ago, vector sigma said: Wait! I made it working! Wait me 3 minutes! @Andrey1970, test this one: HWMonitorSMC2.app_IPG 3.5.4 beta2.zip Yes it works. But now there is no temperature of cores of the CPU from SMCProcessor.kext Edited October 7, 2018 by Andrey1970 Link to comment Share on other sites More sharing options...
vector sigma Posted October 7, 2018 Share Posted October 7, 2018 1 minute ago, Andrey1970 said: But now there is no temperature of cores of the CPU from SMCProcessor.kext At least in this version one technology work excluding the other. If you uninstall the IntelPowerGadget.framework you will see it show up again. But the question is: should I allow both? ..and for what reason? I mean do you want to see the cpu stuff changing values because the app do a double job? P.S. with the latest framework there are more things to add, like the CPU utilization etc. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 7, 2018 Share Posted October 7, 2018 I would like to see these parameters from SMCProcessor/IntelCPMonitor. The most important that is necessary from IPG it is frequency. Other of IPG on your discretion. Link to comment Share on other sites More sharing options...
vector sigma Posted October 7, 2018 Share Posted October 7, 2018 Just now, Andrey1970 said: I would like to see these parameters from SMCProcessor/IntelCPMonitor. The most important that is necessary from IPG it is frequency. Other of IPG on your discretion. I'll made some options in the preferences to make the user decide, but next weekend. Now I have to sleep, see you guys. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 8, 2018 Share Posted October 8, 2018 Especially important "CPU Package GPU". Link to comment Share on other sites More sharing options...
vector sigma Posted October 8, 2018 Share Posted October 8, 2018 1 minute ago, Andrey1970 said: Especially important "CPU Package GPU". about the GPU apparently there are only: bool GetGpuMaxFrequency(int *freq); bool GetGPUUtilization(float *util); but probably there are more Msrs to be parsed. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 8, 2018 Share Posted October 8, 2018 About Power Package it is necessary to watch keys in SMCProcessor. I thinking to you it is necessary to consult at @vit9696 Sorry for my bad English. Good night. Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2018 Share Posted October 8, 2018 10 hours ago, vector sigma said: You can trash SMCProcessor with the new app Hi @vector sigma attached both condition with or without SMCProcessor kext with: without: In both your app read well cpu cores/threads (18/36)(as OSX do with command you gave me some time ago) With SMCProcessor kext your App exposes till 15th core (so 16/32 threads) Maybe I have to ask @vit9696 for two missing ones? I have a wish list if you accept some request Ps thank you for your great and FREE work for this app! Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2018 Share Posted October 8, 2018 And this is a part of my wish list! read all messages after my previous message Link to comment Share on other sites More sharing options...
camillionario Posted October 8, 2018 Share Posted October 8, 2018 7 hours ago, vector sigma said: ¡Un momento! ¡Lo hice trabajando! ¡Me espere 3 minutos! @Andrey1970, prueba este: HWMonitorSMC2.app_IPG 3.5.4 beta2.zip if it works, but without temperatures, and some functions without data. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 8, 2018 Share Posted October 8, 2018 New IPG v3.5.5 1 1 Link to comment Share on other sites More sharing options...
Extreme™ Posted October 9, 2018 Share Posted October 9, 2018 (edited) No single core temps and no GPU temp for me using IPG 3.5.5 Edited October 9, 2018 by Extreme™ Link to comment Share on other sites More sharing options...
vector sigma Posted October 9, 2018 Share Posted October 9, 2018 1 hour ago, Extreme™ said: No single core temps and no GPU temp for me using IPG 3.5.5 Better of the Intel one: 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 9, 2018 Share Posted October 9, 2018 1 hour ago, Extreme™ said: No single core temps It can be received only from CPU sensor kext. Indications from CPU sensors are not output in this version. The author of the program while is concentrated only on IPG. Have patience. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 9, 2018 Share Posted October 9, 2018 Just now, Andrey1970 said: It can be received only from CPU sensor kext. Indications from CPU sensors are not output in this version. The author of the program while is concentrated only on IPG. Have patience. The IsGTAvailable() function trow an exception in 3.5.5, so that you can't say for sure if an integrated card is present (or inactive). And could be a problem calling other functions. Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 9, 2018 Share Posted October 9, 2018 50 minutes ago, vector sigma said: Better of the Intel one: You uninstalled the old version before up-dating? For me works without problems. Link to comment Share on other sites More sharing options...
vector sigma Posted October 9, 2018 Share Posted October 9, 2018 (edited) 8 minutes ago, Andrey1970 said: You uninstalled the old version before up-dating? For me works without problems. no but I guess is model related, all other stuff just work fine. I'll do as you said, but also I'm trying to creating functions to handle exceptions so that the app will never crash. Edited October 9, 2018 by vector sigma 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 9, 2018 Share Posted October 9, 2018 20 hours ago, Andrey1970 said: New IPG v3.5.5 Test it: HWMonitorSMC2.app_IPG 3.5.5 beta3.zip ..and good night. 3 1 Link to comment Share on other sites More sharing options...
Recommended Posts