Skip to content

jchristopherinc/postgrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgrust

[WIP] PostgreSQL Debug CLI

A PostgreSQL performance debug CLI <beta>

USAGE:
postgrust [OPTIONS]

FLAGS:
-h, --help       Prints help information
-V, --version    Prints version information

OPTIONS:
-q, --query <query>     Query to be executed [possible values: SeqScans, ActiveQueries]
-t, --test <pg_test>    Tests if connection to PostgreSQL database(s) can be established [default: true]

To run with your config,

Copy paste PGConfig.toml to /usr/local/postgrust with the same name and make necessary changes.

Supported Operations

  • active queries -q ActiveQueries
  • sequential scan -q SeqScans

About

[WIP] PostgreSQL Debug CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages