cc2_tray.exe constantly writing stats log

moeburn

New member
I finally found why cc2_tray.exe has the highest cpu-time usage out of all my system processes. It is because once every 2 seconds, it opens c:\programdata\CrystalControl2\stats-633-349571245.txt , writes to it, and closes it. But it is writing the EXACT SAME DATA EVERY 2 SECONDS!

This is the data that CC2 feels it must write:

Code:
01/07/2013 12:47:32
CFA633 HW1.5 FW1.9

FANS:
sensor,name,power,power-min,power-max,auto-ctrl,auto-power,manual-power,avgtemp,avgtemp-min,avgtemp-max,rpm,rpm-min,rpm-max
fan01,Fan 01,100,100,100,0,100,100,NA,NA,NA,0,0,0
fan02,Fan 02,100,100,100,0,100,100,NA,NA,NA,NA,NA,NA
fan03,Fan 03,100,100,100,0,100,100,NA,NA,NA,NA,NA,NA
fan04,Fan 04,100,100,100,0,100,100,NA,NA,NA,NA,NA,NA

CONFIGURED TEMPS:
sensor,name,dow-uid,temp,temp-min,temp-max

HARDWARE TEMP SENSORS:
sensor,dow-uid,temp
Now my question is, why is it writing this, when "Enable temp monitoring and fan control" is unchecked, and how can I stop it? I tried setting the file to read-only, that just makes the cpu usage worse, because it tries to write to the file even MORE often!
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Mark

Administrator
Im afraid thats not the reason.
Writing ~1K of data to a file every 2.5sec will use next to no CPU time.

If the file cannot be written to (ie, it is read-only), an attempt to write to the file still only happens every 2.5sec.
Currently there is no way to disable updating of the stats file.
 
Top