Files
cheatsheet-tldr/tldr/pg_test_timing
2025-10-07 00:19:24 +00:00

18 lines
404 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`