TritonDataCenter / pg_prefaulter

Faults pages into PostgreSQL shared_buffers or filesystem caches in advance of WAL apply
Apache License 2.0
56 stars 13 forks source link

Expose a few stats via expvar #37

Closed sean- closed 7 years ago

sean- commented 7 years ago

Expose various stats via expvar so they can be accessed at runtime via expvarmon or other similar tools. This will largely be rendered a mute point as other activities will overrun this PR's usefulness at work, but in the short-term access to the information now is rather important and other consumers of pg_prefaulter may appreciate seeing this information in realtime.

Fixes #9