Skip to content

A fast concurrent and parallel 'du' like utility written in Go.

Notifications You must be signed in to change notification settings

robert-mcdermott/godu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Godu

A fast concurrent and parallel 'du' like utility written in Go.

Godu uses goroutines for concurrency and threads for parallelization. Each subdirectory in the directory tree is proccessed concurently with it's own goroutine and by default godu will create as many threads as logical CPUs in your system. The threads will process the pool of concurent goroutines until done. With a large directory tree with many directories, there could be many thousands of lightweight goroutines running concurently.

Usage

Usage: ./godu [-v, -t int] topdir1 topdirN

Example: ./godu -v /home/rmcdermo /fh/fast/mcdermott_r /fh/secure/research/mcdermott_r

  -t int
        Optional: set number of threads, defaults to number of logical cores (default 56)
  -v    Optional: show verbose progress messages

About

A fast concurrent and parallel 'du' like utility written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages