cyrille-leclerc / cloudbees-disk-usage-simple-plugin

CloudBees Disk Usage Simple Plugin

Home Page:https://plugins.jenkins.io/cloudbees-disk-usage-simple/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudBees Disk Usage Simple Plugin

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Simple disk usage plugin that calculates disk usage while limiting the performance impact on the Jenkins master.

Features

  • 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.

Resources

  • Issues Tracking: Jira

About

CloudBees Disk Usage Simple Plugin

https://plugins.jenkins.io/cloudbees-disk-usage-simple/

License:MIT License


Languages

Language:Java 100.0%