Monitor GPU temp while using pyrit

I just got Backtrack set up with pyrit with OpenCL on my Readon 6970.  On windows I would use either MSI Afterburner or the AMD CCC, but on the MSI web site I do not see a linux build and the CCC does not show temps or fan controlls.

Can anyone recommend a linux app for checking the GPU temps

Ok I found the commands I wanted

Fan speed query:

aticonfig --pplib-cmd "get fanspeed 0"

Set fan speed (Can replace 75 with whatever % you want to set)

aticonfig --pplib-cmd "set fanspeed 0 75"

Get Temp

aticonfig --odgc

aticonfig can be replaced by amdconfig

Right now I am moving my word lists into 1 big file with this command

cat * | uniq | sort > <file_name>