Displaying total number of forum views?

Hi guys,
I'd like to display the total number of forum discussion views.
(example: This forum has had xxxxxx number of views since '06)
Does anybody know how I could do this? I do have the nuggets extension enabled (if needed).
0
This discussion has been closed.
Comments
Another option is to display the result of this SQL: SELECT COUNT(*) FROM LUM_UserDiscussionWatch;
Although that won't be a perfect result--it doesn't count guest views and only counts once per user-discussion--i.e. if a single user reads the discussion a dozen times, it only counts once--their latest visit.