Simple disk usage plugin that calculates disk usage while limiting the performance impact on the Jenkins controller.
- uses Java 7 NIO directory walker API to calculate the size of jobs and 1st level directories under
$JENKINS_HOME
- throttle the directory scan to help prevent the load average from climbing too high
- refreshes usage data when you load the disk usage page, and the data is older than 15 minutes
- a refresh of usage data can be manually requested, but only one at a time will occur
To use this plugin visit the Manage Jenkins
-> Disk usage
page.
- Issues Tracking: Jira