@@ -55,8 +55,29 @@ The table below shows some rough numbers of measured performance:
5555
5656### POSIX
5757
58+ Performance of the POSIX storage backend is highly dependent on the underlying infrastructure, some representative examples
59+ of the performance on different types of infratructure are given below.
60+
5861#### Local storage
5962
63+ ##### NVMe
64+
65+ The log and hammer were both run in the same VM, with the log using a ZFS subvolume from the NVMe mirror.
66+ With antispam enabled, it was able to sustain around 10,000 write qps, using up to 7 cores for the server.
67+
68+ ```
69+ ┌───────────────────────────────────────────────────────────────────────────┐
70+ │Read (8 workers): Current max: 20/s. Oversupply in last second: 0 │
71+ │Write (30000 workers): Current max: 10000/s. Oversupply in last second: 0 │
72+ │TreeSize: 5042936 (Δ 10567qps over 30s) │
73+ │Time-in-queue: 1889ms/2990ms/3514ms (min/avg/max) │
74+ │Observed-time-to-integrate: 2255ms/3103ms/3607ms (min/avg/max) │
75+ ├───────────────────────────────────────────────────────────────────────────┤
76+ ```
77+
78+
79+ ##### SAS 12Gb HDD
80+
6081A single local instance on an 12-core VM with 8GB of RAM writing to local filesystem stored on a mirrored pair of SAS disks.
6182
6283Without antispam, it was able to sustain around 2900 writes/s.
@@ -90,7 +111,7 @@ A 4 node CephFS cluster (1 admin, 3x storage nodes) running on E2 nodes sustaine
90111
91112#### GCP Free Tier VM Instance
92113
93- A small ` e2-micro ` free-tier VM is able to sustain > 1500 writes/s.
114+ A small ` e2-micro ` free-tier VM is able to sustain > 1500 writes/s using a mounted PersistentDisk to store the log .
94115
95116> [ !NOTE]
96117> Virtual CPUs (vCPUs) in virtualized environments often share physical CPU cores with other vCPUs and introduce variability
0 commit comments