Is it a new table or are you just renaming it?
In respect to naming a table, there is no need for terms like 'tracker', or 'info', or 'data', or 'records', and so on. A table is filled with 'info', and it 'tracks' 'data' using 'records', so to it an unnecessary redundancy (which is itself redundant) to use such terms in a table name.
An efficient table keeps track of ALL instances of a particular type of thing in respect to your database system. Whether a thing is 'active', 'in progress', 'out of date', 'green', '12inches', or whatever, all of these are dimensions of your type, and would be represented by fields.
My 2c...