HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pg_test_timing — Measure timing overhead on your system (ensure clock monotonicity). More information: <https://www.p

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpg_test_timingclitimingoverheadmeasureyoursystem

Problem

How to use the pg_test_timing command: Measure timing overhead on your system (ensure clock monotonicity). More information: <https://www.postgresql.org/docs/current/pgtesttiming.html>.

Solution

pg_test_timing — Measure timing overhead on your system (ensure clock monotonicity). More information: <https://www.postgresql.org/docs/current/pgtesttiming.html>.

Run the default timing test (3 seconds):
pg_test_timing


Run for a custom duration:
pg_test_timing {{[-d|--duration]}} {{seconds}}

Code Snippets

Run the default timing test (3 seconds)

pg_test_timing

Run for a custom duration

pg_test_timing {{[-d|--duration]}} {{seconds}}

Context

tldr-pages: common/pg_test_timing

Revisions (0)

No revisions yet.