Change to pg_test_fsync output

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Change to pg_test_fsync output
Date: 2013-04-16 23:10:38
Message-ID: 20130416231038.GQ19609@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I propose the attached patch to change pg_test_fsync's output from
"microsecs" to "usecs", which is the designation we use in other places.
Also remove parentheses, e.g.

1 * 16kB open_sync write 8012.933 ops/sec 125 usecs/op
2 * 8kB open_sync writes 5399.901 ops/sec 185 usecs/op
4 * 4kB open_sync writes 3340.958 ops/sec 299 usecs/op
8 * 2kB open_sync writes 1903.621 ops/sec 525 usecs/op
16 * 1kB open_sync writes 1032.606 ops/sec 968 usecs/op

This is new output for 9.3.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
micro.diff text/x-diff 732 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2013-04-16 23:26:01 Re: Enabling Checksums
Previous Message Greg Smith 2013-04-16 22:18:58 Re: PROPOSAL: tracking aggregated numbers from pg_stat_database