so I down loaded Pokertracker, but found it kind of obtuse.
So I wrote my own little Python text app. This works on Party because the hand histories are dumped to your hard drive.

I track stuff like:
# bets called
# hands folded (%)
# flops seen (%)
# bets raised
# pre flop raises
# all-ins (not so useful in limit!)
all hands shown

I can also look up hands by winners, and I can do it all in real time. It doesn't (yet) store it all in a permanent database... but at .50/1 it's probably not likely to see repeat customers

What else does PT have that I should be looking at?