Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
slash
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
slash
Commits
c4670945
Unverified
Commit
c4670945
authored
Feb 08, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add an updated performance report
parent
63b003ec
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1035 additions
and
8 deletions
+1035
-8
README.rst
README.rst
+14
-8
dev-03.rst
doc/perf/dev-03.rst
+1021
-0
No files found.
README.rst
View file @
c4670945
...
...
@@ -254,6 +254,8 @@ xxhash are being used.
Benchmark
---------
.. _wrk: https://github.com/wg/wrk
On a test system
* HPE ProLiant DL380 Gen10 Plus
...
...
@@ -264,12 +266,12 @@ On a test system
configured with
* 26TB storage on a RAID-0 raw device over the SSDs
* 3
00
GB RAM cache using 1GB huge pages
* 3
2
GB RAM cache using 1GB huge pages
under
* Ubuntu 20.04.
4
LTS (focal)
* kernel 5.15.0-
50
-generic
* Ubuntu 20.04.
6
LTS (focal)
* kernel 5.15.0-
94
-generic
and benchmarked with
...
...
@@ -277,7 +279,7 @@ and benchmarked with
* consequently, objsize_hint = 2MB
*
cURL
requests to localhost over http
*
`wrk`_
requests to localhost over http
* the tuning parameters::
...
...
@@ -285,12 +287,12 @@ and benchmarked with
hash_obj=xxh3_64,
hash_log=xxh3_64,
mem_reserve_chunks=512,
discard
=true
discard
_immediate=2MB
fellow typically outperforms the following minimum performance
metrics:
*
4
0 GiB/s for memory cache hits
*
50 - 6
0 GiB/s for memory cache hits
* 14 GiB/s for cache misses on an empty storage
...
...
@@ -298,8 +300,12 @@ metrics:
discard requests
These figures are in Gibibytes per second as reported by varnishstat
in ``MAIN.s_resp_bodybytes`` and are not to be confused with figures
in Gigabits per second.
in `wrk`_ and are not to be confused with figures in Gigabits per
second.
.. _dev-03.rst: doc/perf/dev-03.rst
See `dev-03.rst`_ for details.
ACKNOWLEDGEMENTS
================
...
...
doc/perf/dev-03.rst
0 → 100644
View file @
c4670945
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment