-
Notifications
You must be signed in to change notification settings - Fork 11
Generate a breakdown of average linux package manager directory structure and sizes #79
Comments
If the directory you'd like to analyze is called breakdown of file sizescmd: result:
breakdown of file sizes as .csv filecmd: result: a file called
breakdown of file extensionscmd: result:
note: For the next two, you may need to total directories and filescmd: result: simplified tree viewcmd: result:
dutree is also a very nice tool for visualizing the relative sizes of nested directories in the terminal, if you have rust installed, grab it with tree view with size breakdowncmd: result:
|
Super helpful, thanks 👍 |
Updated with real data now that rsync has finished, also uploaded the csv file here: https://gist.github.com/andrew/3ca196c9aa464a9a35d23e669d6e70bd |
This is ready to close, but MHz is going to think about whether it makes sense to document this somewhere else as well. And/or, turn this into -- or follow-on task -- now we should run these commands on other repos (see #75 for list). |
For @dirkmc's work on #77 it'd be very helpful to get an idea of the kind of sizes and shapes of the directory structures of various linux package manager repositories.
This likely involves rsyncing copies of #75 and inspecting them (
du
may be useful here), producing a histogram of output for each one and possibly an average of all of them.This will allow us to build some scripts that can generate repo-like directory structures without needing to download 1TB+ of real data.
The text was updated successfully, but these errors were encountered: