File tree 2 files changed +12
-5
lines changed 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# db-ping
2
2
3
- MariaDB/MySQL compatible database connection and capability checker
3
+ ** MariaDB/MySQL compatible database connection and capability checker**
4
4
5
- This tool helps to quickly identify database connectivity issues such as:
5
+ Is your database connection unstable? Do you want to know the SLA of your
6
+ database connection over a longer period, or just quickly measure how long of a
7
+ downtime a database restart or some other operation caused? When the database
8
+ isn't serving queries, do you want to know exacly why?
9
+
10
+ This tool helps to measure and identify database connectivity issues such as:
11
+ - Downtime duration and SLA
6
12
- DNS propagation delay, hostname not matching active database server
7
13
- TCP/IP routing issues, server not reachable
8
14
- TLS certificate issues
9
15
- Authentication errors
10
16
- Server load issues: too many connections, too many queries or too much load
11
17
- Server health issues: disk write operations stalled or other I/O delay
12
18
13
- ## Under development
19
+ ![ Demo of db-ping ] ( db-ping.gif )
14
20
15
- This tool is in very early stages of development and not intended for general use yet.
21
+ ## Under development
16
22
17
- The code has a lot of commented-out incomplete sections, and it hasn't been refactored to clean up boilerplate code etc. But it runs! :)
23
+ This tool is in very early stages of development and not intended for general
24
+ use yet, but it does run and can be tested.
You can’t perform that action at this time.
0 commit comments