On Sat, Jan 10, 2004 at 01:05:09PM -0600, Russell McGaha wrote: : : I got a general kind of question concerning performance stats. I'd : like to get a remote Mac running 10.2.8 to track, and if possible send : me performance info, ... what's tacking up how much processor : time/memory/ etc. over a 24 hr. period. I do have physical access to : the Mac; just not all the time. Anyone have any leads/ ideas on how I : could do this? You could always set up a periodic cron job that's as simple as: #!/bin/sh top -l 1 >> /tmp/top.txt -- Eugene Lee http://www.coxar.pwp.blueyonder.co.uk/