Skip to content

Releases: haydenjames/mysqlmonitor-script

v2025.07.29.02

29 Jul 14:11
1de64ae

Choose a tag to compare

Removed extra "-" from "title".

v2025.07.29.01

29 Jul 14:05
e3edfe3

Choose a tag to compare

Added version to script output for easier recognition.

v2025.07.25.01

25 Jul 23:37
56d8dac

Choose a tag to compare

Added terminal cleanup functionality to ensure proper restoration of the terminal state upon script exit or interruption.

Included a trap command to handle SIGINT, SIGTERM, and EXIT signals, invoking the cleanup function on script termination or interruption.

Updated the cleanup function to disable line wrapping and restore the terminal screen using tput commands (smcup and rmcup).

Modified the script to provide a more graceful exit, including a goodbye message when the script terminates.

v2025.02.01.1

01 Feb 13:22
f72c266

Choose a tag to compare

-- Changed refresh interval to 5 seconds.

v2025.01.28.2

29 Jan 01:54
fa78ecb

Choose a tag to compare

-- Reduced screen flickr during refresh.
-- Removed word wrapping.

v2025.01.28.1

28 Jan 20:41
f53805c

Choose a tag to compare

-- Alternate Screen Buffer: avoids polluting the main terminal scrollback
-- Short Wait When Terminal Is Too Small: prevents the warning message from printing too rapidly and causing flicker.
-- More Complete Screen Clear: ensures the screen is fully cleared before printing fresh data.

v2025.01.27.9

27 Jan 14:14
20824f7

Choose a tag to compare

text: Total -> Total:

v2025.01.27.8

27 Jan 14:11
4025b5a

Choose a tag to compare

added "Total" for memory.

v2025.01.27.7

27 Jan 14:07
8394fce

Choose a tag to compare

Reduced rows and better text alignment.

v2025.01.27.6

27 Jan 13:34
508f7b6

Choose a tag to compare

Reduced minimum row and columns required.