The script is intended for parsing of resulting files (all_tables_sizes)
- load the project, put all the files in a single directory;
- install Python 3.13 or higher (if absent);
- open the administration console (CMD), enter the commands:
pip install -r requirements.txt
cd [The path to the catalog where Source.zip files]
Console version:
Python main.py
User interface version:
Python gui.py
Click to open
-
DB Type
-
Updates
-
DB Name
-
Creator
-
Creation date
-
Current Volume
-
Maximal Volume
-
[Table] Tables in size (MB)
-
[Table] Events stored in the database
-
Events count
- Microsoft SQL (MSSQL)
- PostgreSQL
- MariaDB
- MySQL
- Download .sql-files all_tables_sizes for creating request to DBMS
- Through the utility klsql2
cd "C:\Program Files (x86)\Kaspersky Lab\Kaspersky Security Center"
.\klsql2 -i all_tables_sizes_mssqlsrv.sql -o result.xml
