Slice Posted December 29, 2017 Author Share Posted December 29, 2017 Good idea! 1 Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 Good idea! Ok, had to hack (sub-class) something in the Cocoa framenfork , now I'll start to elaborate a way to do that in a simple way. Just a question, is there any reason why there's a limit of 0xA enumerating CPUs? If I'm not mistaken there is a CPU with 22 cores out there and mobos with more then one CPU ha ha. Let me know Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 Yep, also new 2066 7980xe extreme (18 cores+18 threads) and mine 2696 v4 (22 cores/44threads) Ok, had to hack (sub-class) something in the Cocoa framenfork , now I'll start to elaborate a way to do that in a simple way. Just a question, is there any reason why there's a limit of 0xA enumerating CPUs? If I'm not mistaken there is a CPU with 22 cores out there and mobos with more then one CPU ha ha. Let me know Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 Sig. fabiosun (Italian?), are you ready for a quick test with a test app? Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 yes for two question! .-) Thank you Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 wait me 5 minutes, I'll be here with a new build Please show me the output (pict) of this test app. May be incorrect but I need to see, thanks HWMonitorSMC-test-fabiosun.zip Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 Here you go! :-) grazie wait me 5 minutes, I'll be here with a new build Please show me the output (pict) of this test app. May be incorrect but I need to see, thanks Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 Ok, looks good (29 core? ha ha), just need to be grouped, Frequencies as well (also the numeration must be decimal instead of hexadecimal) Grazie (ma ti ci vuole uno schermo a 50 pollici ). Ok need a sub menu. Anyone else with less cpu and anyway > 4? Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 beh basta un monitor 4k..e poi un buon coder potrebbe mettere delle toolbar scrolling bar per sezione! Translation No it is enough a 4k monitor..other things are a joke! :-) Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 Fabio can I have a iorgeg .. in PM? EDIT about translation... well, the app will be multi language! Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 done translation was referred to my Italian request/joke :-) Fabio can I have a iorgeg .. in PM? EDIT about translation... well, the app will be multi language! Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 done translation was referred to my Italian request/joke :-) haha nope, I mean the app will show native language detected from the OS Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 so no scrolling bar per section for "poor" user with 44 cores or more? :-))) thank you for your effort haha nope, I mean the app will show native language detected from the OS Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 so no scrolling bar per section for "poor" user with 44 cores or more? :-))) thank you for your effort This depend on what do you mean for "scrolling bar" Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2018 Share Posted January 1, 2018 This depend on what do you mean for "scrolling bar" Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 It's called NSScrollView and can contain different kind of object (Safari in that case contains a WebKitView). Unfurtunately this require everythings to be redone from scratch and honestly, my time is running out... soon at job again. Link to comment Share on other sites More sharing options...
vector sigma Posted January 1, 2018 Share Posted January 1, 2018 Guys tell me, do you want to see info for only phisycal cpu, I'm wrong? Otherwise doesn't make sense to me... Attached a tiny command line I made, double click on it: name: Intel® Core i5-3210M CPU @ 2.50GHz phisycal core n.: 2 logical core n.: 4 active core n.: 4 I'm referring to blue line PS What I want to do is to keep HWMonitor auto-detect number of cpu and limit it to that, using this code. cpuinfo.zip 2 Link to comment Share on other sites More sharing options...
Rocky12 Posted January 1, 2018 Share Posted January 1, 2018 Mon Jan 1 23:06:26 on console cpuinfo name Intel® Xeon® CPU W5590 @ 3.33GHz phisycal core n.: 4 logical core n.: 16 active core n.: 16 1 Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2018 Share Posted January 2, 2018 Mac-Pro:~ fabio$ /Users/fabio/Downloads/cpuinfo name: Intel® Xeon® CPU E5-2696 v4 @ 2.20GHz phisycal core n.: 22 logical core n.: 44 active core n.: 44 Mac-Pro:~ fabio$ Link to comment Share on other sites More sharing options...
vector sigma Posted January 3, 2018 Share Posted January 3, 2018 fabiosun and Rockey12 could you please test the attached app? ..as fabiosun suggested .. CPU things (temperature and frequencies) are now under a two new views with scroller (totally written in code), so no matter how many core your cpu have. @Slice, is not yet finished (checkboxes are buggie and I need to fix it) but a lot of changes behind this, if you like I'll continue work on it, let me know. HWMonitorSMC_v2_test.app.zip 1 Link to comment Share on other sites More sharing options...
Guest Posted January 3, 2018 Share Posted January 3, 2018 Some problem NV scroll bar are there but do not scroll then it quits it seems also that NSScrollView is not dynamic and it starts with bar also if you do not need of them :-) Thank you for your effort PS it seems also that all diode and cpu are default selected Link to comment Share on other sites More sharing options...
vector sigma Posted January 3, 2018 Share Posted January 3, 2018 Some problem NV scroll bar are there but do not scroll then it quits Thanks, I see from the crash log that the problem is related to a syncronus thread, must be asyncronus, ok. it seems also that NSScrollView is not dynamic and it starts with bar also if you do not need of them :-) Sorry but this is correct instead, the scroller appear only when there is something to scroll and you have 22 cores.. so is visible. With 2 or 4 cores this doesn't happen. If you don't want to see it, I can hide the scroller permanently. it seems also that all diode and cpu are default selected Yes, what I said in my previous post checkboxes are buggie, code is incomplete and this was a test: @Slice, is not yet finished (checkboxes are buggie and I need to fix it) but a lot of changes behind this, if you like I'll continue work on it, let me know. As soon I have time I'll correct it. 1 Link to comment Share on other sites More sharing options...
Balamut Posted January 4, 2018 Share Posted January 4, 2018 Fellas, I've got dual 2696 V4 with 64 Cores, let me know if you need testing. Link to comment Share on other sites More sharing options...
DMMA Posted January 4, 2018 Share Posted January 4, 2018 It is your choice what to use. Well, I've applied your changes to rehabman branch, and now I got both working, thank you. Link to comment Share on other sites More sharing options...
augustopaulo Posted January 4, 2018 Share Posted January 4, 2018 Guys tell me, do you want to see info for only phisycal cpu, I'm wrong? Otherwise doesn't make sense to me... Attached a tiny command line I made, double click on it: name: Intel® Core i5-3210M CPU @ 2.50GHz phisycal core n.: 2 logical core n.: 4 active core n.: 4 I'm referring to blue line PS What I want to do is to keep HWMonitor auto-detect number of cpu and limit it to that, using this code. Hope this is still usefull... Mac-Pro-de-Paulo:Downloads pauloaugusto$ chmod a+x cpuinfo Mac-Pro-de-Paulo:Downloads pauloaugusto$ ./cpuinfo name: Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz phisycal core n.: 8 logical core n.: 16 active core n.: 16 Mac-Pro-de-Paulo:Downloads pauloaugusto$ Boa sorte, Paulo 1 Link to comment Share on other sites More sharing options...
Recommended Posts