Skip to content

Commit 2d4a6d2

Browse files
committed
Link pgbench to PostgreSQL docs
1 parent a628c96 commit 2d4a6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/post/hidden-cost-rootless-container-networking

content/post/hidden-cost-rootless-container-networking/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Red frames appear more in the local run; blue frames appear more on the perf-lab
5454

5555
== Isolating the network layer with pgbench
5656

57-
To confirm the network path was the bottleneck, we ran `pgbench` with the same 2-query workload (50 clients, prepared statements, 30 seconds) over different network paths. We also tested with Fedora's https://wiki.nftables.org/[nftables] firewall disabled, since the flamegraph showed `nft_do_chain` in the kernel stacks:
57+
To confirm the network path was the bottleneck, we ran https://www.postgresql.org/docs/current/pgbench.html[pgbench] with the same 2-query workload (50 clients, prepared statements, 30 seconds) over different network paths. We also tested with Fedora's https://wiki.nftables.org/[nftables] firewall disabled, since the flamegraph showed `nft_do_chain` in the kernel stacks:
5858

5959
[cols="2,1,1", options="header"]
6060
|===

0 commit comments

Comments
 (0)