Skip to content

Commit

Permalink
wordsmith introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Jun 11, 2023
1 parent c2e95ea commit 2c8969b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Introduction

## Efficient `du` for S3 Buckets
## Concurrent Total Used Storage for S3 Buckets

`proc` supports controlled concurrent operations. This is the feature missing from `Promise.all()`.

If you have to work with S3 buckets, you know it is time consuming to determine how much storage space you are using/paying for, and where you are using the most storage. `proc` makes it possible to run `ls --summarize` with parallelism matching the number of CPU cores available (or whatever concurrency you specify).

To list the `s3` buckets in your AWS account from terminal:

Expand Down

0 comments on commit 2c8969b

Please sign in to comment.