Skip to content
Snippets Groups Projects
  • Stian Øvrevåge's avatar
    4b6f9b93
    Updated sqlserver.go - Added Rows/Logs max size (#1380) · 4b6f9b93
    Stian Øvrevåge authored
    I added Rows/Logs max size counters for tracking databases that do not have autogrowth enabled. The counters return numbers in 8KB pages since there are a few special values (such as -1 for no max size) that can't directly be multiplied by 8192 to get size in bytes.
    
    Also added Rows/Logs size in 8KB pages for comparison from the same system table. Even though it returns the same size as sizes from sys.dm_io_virtual_file_stats which are already collected.
    4b6f9b93
    History
    Updated sqlserver.go - Added Rows/Logs max size (#1380)
    Stian Øvrevåge authored
    I added Rows/Logs max size counters for tracking databases that do not have autogrowth enabled. The counters return numbers in 8KB pages since there are a few special values (such as -1 for no max size) that can't directly be multiplied by 8192 to get size in bytes.
    
    Also added Rows/Logs size in 8KB pages for comparison from the same system table. Even though it returns the same size as sizes from sys.dm_io_virtual_file_stats which are already collected.