CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2003
    Location
    San Jose, CA
    Posts
    78

    exercising both CPUs for thermo & power test

    Any one has done for familiar with this type of coding? we have a dual xeon system and we want to for the stress both cpus so we can measure the power usage and thermo issue. I guess i should have both thread on both CPU with crazy calculation and graphics manipulation? any help will be appreciated. Any free utility?
    thanks.

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: exercising both CPUs for thermo & power test

    Why not run a standard benchmark application. There are lots of them available. For example: 3DMark (test GPU + CPU), you can run a disitributed.net client on both CPU to stress CPU, you can run something like SPEC benchmark. Try to google for benchmark applications.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Feb 2003
    Location
    San Jose, CA
    Posts
    78

    Re: exercising both CPUs for thermo & power test

    it's not really a benchmark test but to exercise the cpu full speed continously so we can measure the temperature and current draw until we want to stop. benchmark test usually stops when it is done.
    thanks.

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: exercising both CPUs for thermo & power test

    Often benchmarks have a "burn" option. For example, you can set 3D mark to loop continously. I bet other benchmark utils have the same option.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  5. #5
    Join Date
    Feb 2003
    Location
    San Jose, CA
    Posts
    78

    Re: exercising both CPUs for thermo & power test

    thanks i will look into that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured