Switch to Java 7 NIO directory walker to compute disk usage

XMLWordPrintable

      The plugin currently uses du -k  to compute disk usage. This is not portable and not efficient:  the plugin walks the Jenkins root folder twice, once for jobs, once for the whole folder.

      The IO throttling mechanism uses ionice which is not effective on all platforms and depends whether there's a IO scheduler available on Linux which is not the case anymore when mq-blk is active. Let's switch to something simpler and working everywhere.

            Assignee:
            Yoann Dubreuil
            Reporter:
            Yoann Dubreuil
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: