ojob ojob.io/net/jdbc jdbc=jdbc:postgresql://hh-pgsql-public.ebi.ac.uk:5432/pfmegrnargs user=reader pass=NWDMCE5xdipIjRrp num=4 size=32
Tries to reach a database through a JDBC driver and measure the round-trip.
Name | Description |
---|---|
jdbc | The JDBC url to use (e.g. jdbc:postgresql://127.0.0.1:5432/postgres) |
user | The database user to use |
pass | The database password to use |
num | The number of executions to try (default 4) |
size | The size of a random value to test (default 32 bytes) |