mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
404 B
Plaintext
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}}`
|