Skip to content

Instantly share code, notes, and snippets.

@sebastienros
Last active April 1, 2025 14:42
Show Gist options
  • Select an option

  • Save sebastienros/82f5dd4ef1560b793574f3c7bd8dc656 to your computer and use it in GitHub Desktop.

Select an option

Save sebastienros/82f5dd4ef1560b793574f3c7bd8dc656 to your computer and use it in GitHub Desktop.

Revisions

  1. sebastienros revised this gist Jun 9, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions io_uring.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    | | Pipeline | Pipeline io_uring | Non-pipelined | Non-pipelined io_uring |
    |------------------|----------|--------------------|----------------|-------------------------|
    | CPU | 99 | 50 | 97 | 48 |
    | RPS | 2592670 | 2878222 | 497429 | 631976 |
    | CPU | 99 | 50 (-50%) | 97 | 48 (-50%) |
    | RPS | 2,592,670 | 2,878,222 (+11%) | 497,429 | 631,976 (+26%) |
    | Working set | 79 | 81 | 79 | 81 |
    | Latency (mean) | 1.28 | 0.98 | 1.07 | 1.47 |
    | Latency (99th) | n/a | 7.57 | 14.8 | 14.67 |
  2. sebastienros created this gist Jun 9, 2020.
    7 changes: 7 additions & 0 deletions io_uring.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    | | Pipeline | Pipeline io_uring | Non-pipelined | Non-pipelined io_uring |
    |------------------|----------|--------------------|----------------|-------------------------|
    | CPU | 99 | 50 | 97 | 48 |
    | RPS | 2592670 | 2878222 | 497429 | 631976 |
    | Working set | 79 | 81 | 79 | 81 |
    | Latency (mean) | 1.28 | 0.98 | 1.07 | 1.47 |
    | Latency (99th) | n/a | 7.57 | 14.8 | 14.67 |