Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql: [Warning] Using a password on the command line interface can be insecure.
- # Percona Toolkit MySQL Summary Report #######################
- System time | 2025-03-02 15:20:58 UTC (local TZ: +03 +0300)
- # Instances ##################################################
- Port Data Directory Nice OOM Socket
- ===== ========================== ==== === ======
- 0 0
- # MySQL Executable ###########################################
- Path to executable | /usr/sbin/mysqld
- Has symbols | No
- # Slave Hosts ################################################
- No slaves found
- # Report On Port 3306 ########################################
- User | [email protected]
- Time | 2025-03-02 18:20:58 (+03)
- Hostname | <hidden>
- Version | 5.7.44-48 Percona Server (GPL), Release 48, Revision 497f936a373
- Built On | Linux x86_64
- Started | 2025-03-02 03:02 (up 0+15:18:18)
- Databases | 7
- Datadir | /var/lib/mysql/
- Processes | 35 connected, 1 running
- Replication | Is not a slave, has 0 slaves connected
- Pidfile | /var/run/mysqld/mysqld.pid (exists)
- # Processlist ################################################
- Command COUNT(*) Working SUM(Time) MAX(Time)
- ------------------------------ -------- ------- --------- ---------
- Query 1 1 0 0
- Sleep 30 0 10000 1000
- User COUNT(*) Working SUM(Time) MAX(Time)
- ------------------------------ -------- ------- --------- ---------
- hiddenuser1 8 0 0 0
- hiddenuser2 5 1 0 0
- hiddenuser3 20 0 0 0
- Host COUNT(*) Working SUM(Time) MAX(Time)
- ------------------------------ -------- ------- --------- ---------
- 127.0.0.1 5 1 0 0
- localhost 30 0 0 0
- db COUNT(*) Working SUM(Time) MAX(Time)
- ------------------------------ -------- ------- --------- ---------
- NULL 5 1 0 0
- hiddendb1 20 0 0 0
- hiddendb2 8 0 0 0
- State COUNT(*) Working SUM(Time) MAX(Time)
- ------------------------------ -------- ------- --------- ---------
- 30 0 0 0
- starting 1 1 0 0
- # Status Counters (Wait 10 Seconds) ##########################
- # Table cache ################################################
- Size | 2395
- Usage | 100%
- # Key Percona Server features ################################
- Table & Index Stats | Disabled
- Multiple I/O Threads | Enabled
- Corruption Resilient | Enabled
- Durable Replication | Not Supported
- Import InnoDB Tables | Not Supported
- Fast Server Restarts | Not Supported
- Enhanced Logging | Disabled
- Replica Perf Logging | Disabled
- Response Time Hist. | Enabled
- Smooth Flushing | Not Supported
- HandlerSocket NoSQL | Not Supported
- Fast Hash UDFs | Unknown
- # Percona XtraDB Cluster #####################################
- # Plugins ####################################################
- InnoDB compression | ACTIVE
- # Query cache ################################################
- query_cache_type | OFF
- Size | 0.0
- Usage | 0%
- HitToInsertRatio | 0%
- # Schema #####################################################
- Specify --databases or --all-databases to dump and summarize schemas
- # Noteworthy Technologies ####################################
- SSL | Yes
- Explicit LOCK TABLES | No
- Delayed Insert | No
- XA Transactions | No
- NDB Cluster | No
- Prepared Statements | Yes
- Prepared statement count | 0
- # InnoDB #####################################################
- Version | 5.7.44-48
- Buffer Pool Size | 16.0G
- Buffer Pool Fill | 60%
- Buffer Pool Dirty | 0%
- File Per Table | ON
- Page Size | 16k
- Log File Size | 2 * 64.0M = 128.0M
- Log Buffer Size | 16M
- Flush Method | O_DIRECT
- Flush Log At Commit | 2
- XA Support | ON
- Checksums | ON
- Doublewrite | ON
- R/W I/O Threads | 8 4
- I/O Capacity | 200
- Thread Concurrency | 0
- Concurrency Tickets | 5000
- Commit Concurrency | 0
- Txn Isolation Level | READ-COMMITTED
- Adaptive Flushing | ON
- Adaptive Checkpoint |
- Checkpoint Age | 873k
- InnoDB Queue | 0 queries inside InnoDB, 0 queries in queue
- Oldest Transaction | 0 Seconds
- History List Len | 25
- Read Views | 0
- Undo Log Entries | 0 transactions, 0 total undo, 0 max undo
- Pending I/O Reads | 0 buf pool reads, 0 normal AIO, 0 ibuf AIO, 0 preads
- Pending I/O Writes | 0 buf pool (0 LRU, 0 flush list, 0 page); 0 AIO, 0 sync, 0 log IO (0 log, 0 chkp); 0 pwrites
- Pending I/O Flushes | 0 buf pool, 0 log
- Transaction States | 32xnot started
- # MyISAM #####################################################
- Key Cache | 392.0M
- Pct Used | 20%
- Unflushed | 0%
- # Security ###################################################
- Users | 8 users, 0 anon, 0 w/o pw, 0 old pw
- Old Passwords | 0
- # Encryption #################################################
- No keyring plugins found
- # Binary Logging #############################################
- # Noteworthy Variables #######################################
- Auto-Inc Incr/Offset | 1/1
- default_storage_engine | InnoDB
- flush_time | 0
- init_connect | SET NAMES utf8 COLLATE utf8_unicode_ci
- init_file |
- sql_mode |
- join_buffer_size | 512M
- sort_buffer_size | 48M
- read_buffer_size | 128k
- read_rnd_buffer_size | 256k
- bulk_insert_buffer | 0.00
- max_heap_table_size | 512M
- tmp_table_size | 1G
- max_allowed_packet | 16M
- thread_stack | 128k
- log |
- log_error | /var/log/mysql/error.log
- log_warnings | 2
- log_slow_queries |
- log_queries_not_using_indexes | OFF
- log_slave_updates | OFF
- # Configuration File #########################################
- Config File | /etc/my.cnf
- [client]
- port = 3306
- socket = /var/lib/mysqld/mysqld.sock
- default-character-set = utf8
- [mysqld_safe]
- nice = 0
- socket = /var/lib/mysqld/mysqld.sock
- [mysqld]
- user = mysql
- port = 3306
- basedir = /usr
- datadir = /var/lib/mysql
- socket = /var/lib/mysqld/mysqld.sock
- skip-external-locking
- default-storage-engine = innodb
- pid-file = /var/run/mysqld/mysqld.pid
- transaction-isolation = READ-COMMITTED
- max_allowed_packet = 16M
- myisam-recover-options = BACKUP
- explicit_defaults_for_timestamp = 1
- expire_logs_days = 10
- max_binlog_size = 100M
- sql_mode = ""
- query_cache_size = 32M
- table_open_cache = 4096
- thread_cache_size = 32
- key_buffer_size = 16M
- thread_stack = 128K
- join_buffer_size = 2M
- sort_buffer_size = 2M
- tmpdir = /tmp
- max_heap_table_size = 32M
- tmp_table_size = 32M
- innodb_file_per_table
- innodb_buffer_pool_size = 32M
- innodb_flush_log_at_trx_commit = 2
- innodb_log_file_size = 64M
- innodb_flush_method = O_DIRECT
- innodb_strict_mode = OFF
- character-set-server = utf8
- collation-server = utf8_unicode_ci
- init-connect = "SET NAMES utf8 COLLATE utf8_unicode_ci"
- skip-name-resolve
- [mysqldump]
- quick
- quote-names
- max_allowed_packet = 16M
- default-character-set = utf8
- [mysql]
- [isamchk]
- key_buffer = 16M
- # /etc/mysql/conf.d/logging.cnf
- [mysqld_safe]
- log-error = /var/log/mysql/error.log
- [mysqld]
- log-error = /var/log/mysql/error.log
- # /etc/mysql/conf.d/bvat.cnf
- [mysqld]
- query_cache_type = 1
- query_cache_size = 128M
- query_cache_limit = 16M
- innodb_buffer_pool_size = 14336M
- max_connections = 125
- table_open_cache = 14336
- thread_cache_size = 128
- max_heap_table_size = 128M
- tmp_table_size = 128M
- key_buffer_size = 196M
- join_buffer_size = 24M
- sort_buffer_size = 24M
- bulk_insert_buffer_size = 2M
- myisam_sort_buffer_size = 24M
- # /etc/mysql/conf.d/z_bx_custom.cnf
- [mysqld]
- query_cache_limit = 64M
- innodb_buffer_pool_size = 17179869184
- innodb_buffer_pool_instances = 64
- max_connections = 200
- max_heap_table_size = 512M
- tmp_table_size = 1Gb
- join_buffer_size = 512M
- sort_buffer_size = 48M
- key_buffer_size = 392M
- query_response_time_stats = on
- query_cache_type = off
- query_cache_size = 0
- innodb_read_io_threads = 8
- # Memory management library ##################################
- jemalloc is not enabled in mysql config for process with id 2330
- # The End ####################################################
Advertisement
Add Comment
Please, Sign In to add comment