Most of the benchmarks I've seen here have a much higher zstd de/compression speeds.
I'm trying to understand why mine look so low.
What are some areas to look at that could help my performance?
Storage is USB 3.2 drive running xfs. Setup is pbs and pve running in place
I'm trying to understand why mine look so low.
What are some areas to look at that could help my performance?
Storage is USB 3.2 drive running xfs. Setup is pbs and pve running in place
Code:
proxmox-backup-client benchmark --repository PBS-C-WD14TB
Uploaded 2014 chunks in 5 seconds.
Time per request: 2484 microseconds.
TLS speed: 1688.34 MB/s
SHA256 speed: 2316.06 MB/s
Compression speed: 890.29 MB/s
Decompress speed: 1151.49 MB/s
AES256/GCM speed: 2705.21 MB/s
Verify speed: 770.13 MB/s
┌───────────────────────────────────┬─────────────────────┐
│ Name │ Value │
╞═══════════════════════════════════╪═════════════════════╡
│ TLS (maximal backup upload speed) │ 1688.34 MB/s (137%) │
├───────────────────────────────────┼─────────────────────┤
│ SHA256 checksum computation speed │ 2316.06 MB/s (115%) │
├───────────────────────────────────┼─────────────────────┤
│ ZStd level 1 compression speed │ 890.29 MB/s (118%) │
├───────────────────────────────────┼─────────────────────┤
│ ZStd level 1 decompression speed │ 1151.49 MB/s (96%) │
├───────────────────────────────────┼─────────────────────┤
│ Chunk verification speed │ 770.13 MB/s (102%) │
├───────────────────────────────────┼─────────────────────┤
│ AES256 GCM encryption speed │ 2705.21 MB/s (74%) │
└───────────────────────────────────┴─────────────────────┘