summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-29 11:40:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-29 11:40:14 -0400
commit9bed63c237e35fae2708e6d0b9d3c00de4b46bf6 (patch)
treed7bca68ad62433848f4f9aac98ea1cf47195e73b
parent20349d90ef38e714427c77fcbc2a2621623b3c28 (diff)
comment
-rw-r--r--doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive/comment_1_04718e5f87a7e0521a3165bc9fc951a8._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive/comment_1_04718e5f87a7e0521a3165bc9fc951a8._comment b/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive/comment_1_04718e5f87a7e0521a3165bc9fc951a8._comment
new file mode 100644
index 000000000..17ad19403
--- /dev/null
+++ b/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive/comment_1_04718e5f87a7e0521a3165bc9fc951a8._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-29T15:34:08Z"
+ content="""
+If you go to one of the repos and run `git annex info --json --bytes`
+you'll get a json object that has keys including "local annex size".
+You can extract that value, and feed it into a graphing engine, such
+as graphite, or whatever to generate graphs of the repo sizes over time.
+
+(Of course, you could do the same thing with `du`)
+"""]]