Hardware Monitorization Tool - Mulhacen Suite

Joined
Aug 20, 2014
Messages
3
Mulhacen Suite

uGlDb2x.png


Who am I?
I'm a student of the University of Salamanca (Spain) who is finishing his Degree in Computer Science.
Mulhacen Suite is my Final Degree Project. It will be submitted the 4th of September but I will continue improving it and adding further features if the community reaction is positive and I feel the application is useful.

What is?
Mulhacen Suite is a hardware monitoring tool that includes the following features:
- Shows CPU, RAM, Motherboard, GPU, HDDs, OS... useful information
- Includes CPU temperatures (package and per core), VID, multiple frequency readings, current power consumption...
- Allows ATI users to Overclock their GPUs and change Fan Speed
- Benchmarks: CPU Single-Threaded and Multi-Threaded. GPU OpenGL Triangle Generation
- Online Platform: Web Server where an user can upload benchmark scores from the application itself and check rankings. It also supports remote monitoring, so you can check relevant information out of home

p2pYNMg.png


noBxu2q.png


7djEar0.png


TBncowh.png


HI3mVhi.png


GU1wLSo.png




FAQ
Will it be free?
* Yes, it will be completely free :)

Why is there no nVIDIA Overclocking support?
* My last nVIDIA GPU was a GTX 295 and it's fried, so I have no nVIDIA GPUs to test their API with. Anyways, I would like to add this option in the future.

Why are there up to three different frequency values?
* The RdTSC frequency is read from the Time Stamp Counter Register. It has been the standard until the birth of dynamic frequency scaling (TurboBoost, C1E...)
* The % cycle frequency is read from MPERF Model Specific Register. It should show a value between the idle frequency and the full load frequency. The application requires to be run as administrator because getting this value needs a Ring0 driver to be loaded.
* The MSR frequency is calculated by multiplying the bus clock times the multiplier read on IA32_PERF_STATUS MSR. It also requires the application to be executed as an administrator.

Why is Google Chrome reporting it as malicious software?
* I don't know at all. It has been reporting that since I added msvcr100d.dll to the .exe folder.
This dll is a Visual C++ 2010 library, signed by Microsoft, and it's required to run the MPI (CPU: Prime) benchmark. If you code in C++ with Visual Studio, you will have it stored on /Windows/system32/ or /Windows/SysWOW64/ folder, but since most people don't code, I added the dll to ensure it works in every computer.
Anyways, you can check the VirusTotal scan below.

Which language has it been developed?
* It has been developed in C/C++ and Assembly, using the Qt Framework.


Future Features (after Sep 4th)
- nVIDIA Overclocking Support
- Stability Tester
- More benchmarks


Where can I download it?
You can check the website here!
Latest Release: Beta v1.0


Any feedback (suggestions, advices, problems, errors...) will be appreaciated
You can post your feedback here, or mentioning @MulhacenSuite on Twitter.
 
Looks great! I misread "monitorization" as "monetization" and was confused for a moment. :) I will test it tonight.
 
Looks great! I misread "monitorization" as "monetization" and was confused for a moment. :) I will test it tonight.

Glad you liked it ;)!

It was my fault to write that title. It should be "Monitoring" instead of "Monitorization", I guess these kinds of things happen to non-native speakers like me :p.

Feel free to give any feedback and your opinion on the software !

I hope the thread gets more views, so more people can try the software. There is a lot of effort put on the application and I think it pretty much offers everything a hardware enthusiast needs. In addition, it's free! I earn zero money from it, I just want the hardware community to get a brand new useful tool.


Cheers!
 
Mulhacen Suite

Why is Google Chrome reporting it as malicious software?
* I don't know at all. It has been reporting that since I added msvcr100d.dll to the .exe folder.

You may want to rebuild it with the non-debug dll, the debug version isn't licensed for redistribution

http://msdn.microsoft.com/en-us/library/aa985618.aspx said:
Debug versions of an application are not redistributable, and debug versions of the Visual C++ library DLLs are not redistributable. You may deploy debug versions of applications and Visual C++ DLLs only to your other computers, for the sole purpose of debugging and testing the applications on a computer that does not have Visual Studio installed. For more information, see Redistributing Visual C++ Files.
 
You may want to rebuild it with the non-debug dll, the debug version isn't licensed for redistribution
Thanks a lot, I didn't know that at all!
Anyways, Chrome is still displaying the same message, I guess Google doesn't like it
 
Back
Top