diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-09-18 16:42:58 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-09-18 16:42:58 -0400 |
commit | b1affd08522e07e0e9dc7f03f2fdf705cfa9c49e (patch) | |
tree | f8bbf8bdc6fdce46992078a088fb51c99f6506a4 | |
parent | 56326e5f18cf6b538321ea7ebf9513d13ccd2df8 (diff) | |
download | sr.ht-docs-b1affd08522e07e0e9dc7f03f2fdf705cfa9c49e.tar.gz |
Add git.sr.ht disk utilization graph
-rw-r--r-- | ops/scale.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/scale.md b/ops/scale.md index f7ef8aa..0253954 100644 --- a/ops/scale.md +++ b/ops/scale.md @@ -92,6 +92,8 @@ here][1] for planning the reprovisioning. [0]: https://metrics.sr.ht/graph?g0.range_input=4w&g0.expr=((node_filesystem_size_bytes%7Binstance%3D%22node.git.sr.ht%3A80%22%2Cdevice%3D%22varz%22%7D%20-%20node_filesystem_avail_bytes%7Binstance%3D%22node.git.sr.ht%3A80%22%2Cdevice%3D%22varz%22%7D)%20%2F%20node_filesystem_size_bytes%7Binstance%3D%22node.git.sr.ht%3A80%22%2Cdevice%3D%22varz%22%7D)%20*%20100&g0.tab=0 [1]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/%3CC5QM8KFLQUHN.2796RCC83HBHA%40homura%3E +![](https://metrics.sr.ht/chart.svg?title=git.sr.ht disk utilization over one week&query=%28node_filesystem_size_bytes{instance%3D"node.git.sr.ht%3A80"%2Cdevice%3D"varz"} - node_filesystem_avail_bytes{instance%3D"node.git.sr.ht%3A80"%2Cdevice%3D"varz"}%29 %2F node_filesystem_size_bytes{instance%3D"node.git.sr.ht%3A80"%2Cdevice%3D"varz"}&since=336h&stacked&step=10000&height=3&width=10&max=1) + ## hg.sr.ht Mercurial has really bad performance. The load of hg.sr.ht per-user is about 10x |