diff options
author | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web> | 2016-02-15 17:02:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-02-15 17:02:59 +0000 |
commit | 53618f200df308ec0d31e9d93d628e4d5be6f4f2 (patch) | |
tree | f8908483b601b9843f5122e97ad956805239947c | |
parent | 1c9bc692d1c2b23555b95f127178900772db4e37 (diff) |
Added a comment
-rw-r--r-- | doc/todo/make_annex_info_more_efficient/comment_3_c022caab61061b1f77b78485089a9052._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/make_annex_info_more_efficient/comment_3_c022caab61061b1f77b78485089a9052._comment b/doc/todo/make_annex_info_more_efficient/comment_3_c022caab61061b1f77b78485089a9052._comment new file mode 100644 index 000000000..6bea4c6a6 --- /dev/null +++ b/doc/todo/make_annex_info_more_efficient/comment_3_c022caab61061b1f77b78485089a9052._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" + subject="comment 3" + date="2016-02-15T17:02:59Z" + content=""" +yeap, saw fast but it is kinda of limited use. doesn't even go through git-annex branch to report amount of storage occupied. I didn't check but \"working tree\" is probably a current checked out branch, and that is why requires traversal and thus slow. What is often also desired to know what is the total number/size of annexed files I have locally in any given annex. So something along of 'du -scm .git/annex/objects' (but via info in git-annex branch instead). May be that could be included in the --fast portion? + +as for disk-bound: in my case /tmp is in ram, there is no disk activities, git-annex is 100% (1 core) busy, FWIW: + +[[!format sh \"\"\" + Command being timed: \"git annex info\" + User time (seconds): 27.69 + System time (seconds): 0.68 + Percent of CPU this job got: 99% + Elapsed (wall clock) time (h:mm:ss or m:ss): 0:28.42 +\"\"\"]] + +"""]] |