use the follwing code i think this works....
SELECT SUM(size) FROM table_name;
and if you want to show the total for set users then use
SELECT SUM(size) FROM table_name WHERE users = 'what_ever_user_name';
i'm sorry if this doesnt do what you want it to......