Hardware Monitor vs. iStat Pro widget

Hi,
I'm going to be upgrading the fan on my video card (7800GT) later today. Before I do that, I'd like to get "before" temperature and rpm readings for everything to compare to "after" readings. I have never used Hardware Monitor or the iStat Pro widget.
Which is better for a Quad-- Hardware Monitor or iStat Pro widget? Any thoughts would be appreciated.
Thanks!
William

So iStat is more than sufficient for getting my temps and rpms? I'd like to get the rpms just to see what's going on with the fans.
I purchased the Zalman VF700-Cu, it should be arriving today. Yeah, I saw the VF900, too. It looks like it'll fit just fine (while blocking one slot- same as the VF700), but seeing as I know others have already successfully installed the VF700 and it seems to cool well enough (and it's a touch less expensive) I figured I'd just stick with the VF700. Also, the little controller that comes with the VF900 seems like a nice option, but I'd just find a good speed and leave it. I wouldn't be constantly changing it. And while the VF900 fan looks nicer than the VF700, that controller is a bit unsightly in addition to cluttering up the computer.
William

Similar Messages

  • IStat Pro widget shows gradual increase in RAM usage

    I have the iStat Pro widget on my dashboard. every time i open up the dashboard, it shows that i have less and less RAM free, which obviously worries me, since whenever I open up dashboard i am idle; im not doing anything besides reading a webpage, or just charging my iPod. I would understand if there is less RAM while i am working with my pictures, but it does worry me. Please help, anyone that can, I greatly appreciate the help :-)!

    Any running process on the Mac may consume more RAM over time. Safari and other browsers especially will use more RAM over time. However, free RAM is misleading as an indicator of whether you're running out of memory. Available RAM is the sum of Free RAM and Inactive RAM. Although you may notice that Free RAM may decrease over time, you still have plenty of available RAM when you include Inactive RAM. See the following:
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.

  • Where I can download istat pro widget?

    where I can download istat pro widget? Because it doesn't work with apple.com.

    Glad to see it was the right link and sorry I am late in replying.   Something wrong with notifications tonight; half of them have not come through.   That GPU diode reading is almost double mine but not too serious.   Here is some reading that may be more helpful than mere comments.
    What should be the normal temperature of motherboad,cpu and gpu? - CPUs - Overclocking
    Message was edited by: seventy one

  • Hardware Monitor Vs. iStat  CPU Temp Readings

    Hello, Can some kind person with Mac expertise ... please tell me why I get two sets of different Temp' readings from Hardware Monitor and iStat ?
    For the same CPUs at the same time (generally : CPU B reads 2 Degrees C lower than CPU A)
    My CPUs average when my G5 is :
    Idle / light work load : 42.2 degrees C with Hardware Monitor
    Idle / light work load : 47.2 degrees C with iStat
    Working Heavy work load : 58.6 degrees C with Hardware Monitor
    Working Heavy work load : 64.0 degrees C with iStat
    My Mac interior is kept dust free & the tower is kept covered when shut down, (as its only in use for two hours per evening each day).
    Which of the readings may be correct : Hardware Monitor or iStat ?
    Is it possible to calibrate Hardware Monitor or iStat ?
    Many thanks in advance & a lovely shiny green star awaits ...

    Many thanks for your reply & Mac expertise
    I always have the Activity Monitor CPU open ..
    I am fascinated by the way the CPUs switch on heavy workloads .... when one CPU hits a top temp of 64 degrees C it seems to switch over to the other CPU. when the temp of the first CPU immediately drops it cuts in again !
    ... I am glad to hear its running rather cool (as its up on its very own desk).
    I shall always go by the higher readings then !
    Many thanks again

  • Temperature monitor vs. istat pro

    I have both istat pro and temperature monitor. Which one is going to give me accurate information because they don't agree? Temperature monitor says that things are running a little cooler... Any ideas. Also in the overview that Temperature monitor displays, my SMART Maxtor drive has a big dash under the temperature column?????
    When I installed Temperature monitor there were a whole bunch of dialogue boxes, almost like they were trying to scare you... Stuff about how the software was going to scan all your sensors and try to gain access to them.(required an admin password to install) Are there any reports of this software doing anything bad to the hardware, or anything of that nature?
    Thanks for the input in advance

    Hi, whichever App you use you are getting info from sensors, just like the temp gauge on you car/cooker/ == gaining the info does not harm your Mac. The more Apps you are running at one time will obviously increase temps & usage
    of the processor...If your computer is giving problems or you have reason to believe it is overheating call AppleHelp or visit a Mac/Agent Store..L

  • Quick question re: memory on iStat pro widget...

    just want to know the meaning of the diffferent type of memory usage as displayed on the widget;
    wired, active, inactive, free
    cheers

    wired= memory contains information that can not migrate on HDD
    active=RAM in use
    inactive=Memory not in use, but available for applications who need it.
    free=Memory not in use
    VM=hd size reserved at VM
    synthetic answer..

  • 10.4.11 update killed my iStat Pro widget

    Dang, and I really liked that one. Developer iSlayer.com's site is currently down for "maintenance," so I reckon they've figured it out as well.

    Ahhh, good possibility Anthony, thanks!

  • Istat Pro "Processes" doesn't work since upgrade to OS X 10.8.2

    Ever since I upgraded the OS to 10.8, the istat Pro widget on the dashboard doesn't list anything but a stack of empty white squares under "Processes". Is this a known bug?

    Thanks CT! Here are the steps from the macrumors.com link:
    Steps:
    1. Locate your widget, it will be under /Library/Widgets or ~/Library/Widgets
    2. Right click it and select: "Show Package Contents"
    3. Open Wide.js or Tall.js file in some editor (Wide is for horizontal view, Tall for vertical)
    4. Locate the line
    Quote: 
    WideSkinController.prototype.updateProcesses = function(){
    var _self = this;
    var exclude = "";
    if(p.v("processes_excludewidgets") == 'on')
    exclude = " grep -v DashboardClient | "; if(p.v("processes_sort_mode") == 'cpu')
    widget.system('ps -arcwwwxo "pid %cpu command" | egrep "PID|$1" | grep -v grep | ' + exclude + ' head -7 | tail -6 | awk \'{print "<pid>"$1"</pid><cpu>"$2"</cpu><name>"$3,$4,$5"</name></item>"}\'', function(data){ _self.updateProcessesOut(data);});
    else
    widget.system('ps -amcwwwxo "pid rss command" | egrep "PID|$1" | grep -v grep | ' + exclude + ' head -7 | tail -6 | awk \'{print "<pid>"$1"</pid><cpu>"$2"</cpu><name>"$3,$4,$5"</name></item>"}\'', function(data){ _self.updateProcessesOut(data);});
    Change "PID|$1" to "PID| $1" (Add space before $ sign)
    5. Save the changes
    6. remove widget and re-add it Dashboard, and it should be fixed

  • IStat Pro System Monitoring Widget

    The answer is here...nearly...looks like we may have a great system widget...
    I just found this widget on Apple:
    http://www.apple.com/downloads/dashboard/status/istatpro.html
    "We get alot of emails asking about support for intel based macs in iStat Pro and iStat nano. At this stage there is no support for fan or temperature sensors in Intel based Macs in either widget. We will add support for cpu temps via the SpeedIt kernel extension in the next round of updates".

    Hey. Yeah, what's goin on here. Is the widget supposes to show is temp as well? It didn't work on mine. Everything is working thou except temperature.

  • Widget-iStat pro 3.0 beta 1

    I downloaded the new version of istat pro earlier today, and it worked fine………………………for an hour! then it crashed, I reinstalled it, and it crashed again! I tried deleting it and downloading the prgram again, the same thing!!! I glanced at my system monitor after that, and noticed that it was running at full precceser power, but I had nothing running that would use that much power, when I looked closer I saw that istat pro 3.0 beta 1 was using 75% of my pc's power, even though it had crashed a few minutes ago, and supposedly wasn't running anymore, I force quit, and now here I am wondering if anyone else has had any problem with this, or other iSlayer widgets.
    I used istat pro (2, not 3) for almost half a year without problems, and this new version looked awesome, but it doesn't work.
    Any thoughts would be appreacaited.

    Hi, mountainbike8.
    You wrote: "Any thoughts would be appreacaited."Report the problem you experienced to the author of the widget.
    As you stated it is a "beta" release, which means that the developer knows all the bugs are not yet worked out. When you install "beta" code, you're playing Test Pilot.
    Then reinstall the previous version and wait for the "beta" to be removed from version 3.0.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Please read the following diagnostics of hardware monitor for my system Macbook Pro

    Following report was generated through "HARDWARE MONITOR" software run on my Macbook Pro:
    CPU A temperature diode 43 degree
    CPU core 1 45 degree
    CPU  core 2 -44 degress
    enclosure bottom side -33 degre
    enclosure bottom side 2  -32
    degre
    enclosure bottom side pos 3 -33 degre
    main heat sink  -37
    northbridge position- 40
    degrees
    smart disk hitachi - 32  deghgress
    smart battery- 33 degrees
    CPU A temperature during system check was 75 degrees.
    please suggest me if it is ok for my new system and whether it would be advisible to use software like "Hardware monitor" to generate such reports intermittantly or there is any other alternative

    Welcome to Apple Support Communities
    Temperatures are normal, so your MacBook Pro is working correctly. Fans will turn on automatically when temperature is high, so don't worry about that. If you see that fans don't turn on, reply back because it would be a hardware problem

  • IStat Pro location (not in widgets) under Mountain Lion?

    I like and use iStat Pro.  Under Mountain Lion the Processes no longer show up.
    I contacted Bjango for support and they sent me an email stating that they are discontinuing iStat Pro.
    I found a simple fix at http://forums.macrumors.com/showpost.php?p=15332289&postcount=20
    My problem is that I cannot locate the code to change.  My Macintosh HD/Library/Widgets has no istat pro.  I tried Spotlight and the only istat pro that shows is the download istat_pro_4.92.zip.  Is my spotlight broken? thx

    Every User has and has always had a Library folder. When Lion came out, Apple decided to have it hidden because some very important files are in there and if you don't know what you are doing, you could really mess things up. If someone directs you to "/Library" or "/Macintosh HD/Library" they mean the (not hidden) system library folder. If they say "~/Library" they mean the hidden User Library folder.
    Not sure how to make spotlight search the hidden folder. You can unhide it permanently by entering this command into terminal:
    chflags nohidden ~/Library
    After you do this, the Library folder will appear in your home folder.

  • Can not see TC hard driver using istat pro or activity monitor

    I upgraded the firmware of TC to 7.4.1 yesterday, but I found the transfer speed was too slow and I noticed that I can not see the TC condition using istat pro or activity monitor. So I downgraded the firmware to 7.3.2. Now the transfer speed is fine but I still can not see the TC hard driver in the istat pro or activity monitor.(but I can access files in the TC hard driver normally)
    Can anyone help?

    I couldn't see my TC hard drive in iStat pro until I actually mounted the TC's Airport Disk using the Finder 'Connect to server' dialog. iStat Pro only gives me Used and Free GB for my Airport Disk. My TC is an old 500GB upgraded to 1TB running 7.4.2 firmware.
    As to checking the temperature, I'd be interested too. I have a digital thermometer taped to the top surface of the TC and it is reading 46C with an ambient of 17C. The TC sits on top of a cupboard with clear space around, and I am resting it on a spacer which lifts it 12mm clear of the cupboard to give it the best ventilation. The TC has been doing a long (08:00 - 21:00) Time Machine backup today.
    Sayling

  • Dashboard Istat Pro

    Hello,
    I just updated this widget called Istat Pro (monitors all hardware parameters) and the old version of this widget was sent to Trash. Now, I can't fully empty Trash because it says Istat is being used. I really have no idea of what to do. I've tried to disable the widget, and the widget can't be removed from Trash. Any ideas/thoughts would be greatly appreciated.
    Thanks,
    Andy

    Try using Secure Empty Trash from the File pull down menu. If that doesn't work, rebooting your Mac may break the connection between the app and the OS, allowing you to delete it.

  • Hardware Monitor Setup Freeze (K7T266Pro2) [SOLVED]

    1.Product Type: K7T 266 Pro2 (6380 v2)
    2.BIOS version: AMI V3.70
    3.External VGA Type: ATI Radeon VE 7000 AGP 128Mo
    4.CPU Type: Athlon XP 1600+
    5.Memory Type: 2*256 Mo DDR PC2100 PQI
    6.Power Supply Type: Heden PSXA870 380W with -5V output
    7.Operating System: Win XP Pro Sp2
    8.Problem Description:
    When accessing to hardware monitor setup page in BIOS, I get a freeze that I can olny escape by Ctrl Alt Suppr.
    I have made an update of Bios to V3.70 because a new module of memory I have bought make problems. This update do not change anything, so I remove this new module and don't use anymore.
    But by updating, my CPU clock down to 1050 Mhz instead of 1333Mhz, due to FSB set to 100Mhz.
    And impossible to access the page to set the parameter at 133Mhz due to a freeze.
    How to solve the problem and get back the right configuration I had before ?
    I have read that the problem may come from the power supplies that don't have -5V. I don't know what produce my PS, but how to prevent BIOS to check this -5V ?
    EDIT : I have check my PS and it produce -5V.
    Many thanks for your hlep.
    Regards.
    OLIVIER THIEBAUT

    Merry Chrismas everydody.
    Back with happy news :
    - I have flash with v3.7 : flash OK
    - Still getting the problem : hardware monitor page setup freeze, and unable to set FSB to 133Mhz and get the right CPU clock.
    So, my solution :
    - Looking for editing the AMI Bios file.
    - I have load v3.70 Bios file in editor, and only change one parameter : I have set not active the -5V check in hardware monitor module.
    - Save my new bios file (called it v3.71)
    - Then, flash with that edited bios file
    - And manage to access the Hardware Monitor Setup page to set the FSB at 133Mhe. No more freeze.
    I don't know how to call this type of solution, but it works well.
    For moderators, you can modify the subject by adding [solved] if you want.
    Many thanks for everybody.

Maybe you are looking for

  • Weblogic 9.x admin console slowest and worst application ever

    Does anyone else think the Weblogic 9.x admin console really sucks? Is there any place I can make improvement requests? Things in Weblogic 8.x that took just a couple of minutes to accomplish routinely take a half-hour or more in the Weblogic 9.x con

  • Sony BRAVIA Call failed error message

    I'm trying to use Skype on a Sony BRAVIA TV and with the CMU-BR100 camera installed. I cannot make a video or telephone call to another skype user. I get call failed error message for both video and telephone. Do I need to buy Skype credits to be abl

  • Need service process for offsite vendor repair of goods

    Hi, Our vendor repair process is as follows, and needs to be mapped to SRM. The vendor repair business process starts when an estimate for a repair is taken from the vendor for repair of a product . If the estimate is acceptable, a PO is created and

  • Multiple service deployment in Axis

    Hi I am using Axis 2.0 as a web service platform for my application. The following is what I am trying to do. 1) I am generating the server side codes from WSDL using WSDL2Java tool. 2) Then using the generated codes I have developed my application.

  • Table Control Enable / Disable Row

    Hi, I have a table control with 6 columns also screen contains some header input fields. Out of 6 columns first two columns are disabled. Depending on value entered in certain field in the header I fill the table control. e.g. if the value in certain