wiki:TracStatsPlugin

Version 15 (modified by anonymous, 14 years ago) (diff)

--

Project statistics (code, wiki, and tickets) plugin

Description

The TracStatsPlugin adds a Stats tab to the trac project. Underneath this tab can be found statistics about subversion, wiki, and ticket system.

Some features include:

  • Recent activity (last 30 days) showing top 10 developers, projects, and paths within the repository.
  • Detailed statistics of source code development:
    • Total files by time
    • Commits by time, author, month, day of week, hour of day
    • Recent commits
    • Activity by time, author, project, filetype, change type
    • Most active paths, files
    • Commit cloud (built from checkin comments)
  • Detailed statistics of Trac wiki pages:
    • Total pages by time
    • Edits by author
    • Latest wiki pages changed
    • Most active wiki pages
    • Largest wiki pages
  • Detailed statistics of Trac tickets:
    • Open tickets by time
    • Tickets by author, component
    • Most active tickets
    • Oldest open tickets
    • Latest tickets reported, changed
  • Drill down by author or path within the repository for more information.
  • Works with SQLite, MySQL, and PostgreSQL database backends.

Source

See http://github.com/mrjbq7/tracstats for more details and the source code, or to report issues or request features.

Configuration

It is configured in the trac.ini file by enabling the plugin:

[components]
tracstats.* = enabled

The STATS_VIEW permission is used to control access to the statistics pages.

Example

Some screenshots from a recent export of the Trac repository, showing a few of the features:

Recent Changes

16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
7901 by mrjbq7 on 2010-04-30 03:32:21
New hack TracStatsPlugin, created by mrjbq7
(more)

Author/Contributors

Author: mrjbq7?
Maintainer: mrjbq7?
Contributors:

Attachments (3)

Download all attachments as: .zip