mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 14:01:36 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/pg_test_timing
Normal file
17
tldr/pg_test_timing
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user