From b1eedaae5ce00a7538a4bde3f9e44d1e19ed4100 Mon Sep 17 00:00:00 2001 From: naman47vyas Date: Fri, 5 Apr 2024 14:44:23 +0530 Subject: [PATCH] corrupted value for Total large memory allocated --- .../scraper/innodb_status_corrupted.txt | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 receiver/mysqlreceiver/testdata/scraper/innodb_status_corrupted.txt diff --git a/receiver/mysqlreceiver/testdata/scraper/innodb_status_corrupted.txt b/receiver/mysqlreceiver/testdata/scraper/innodb_status_corrupted.txt new file mode 100644 index 000000000000..551f5e164a47 --- /dev/null +++ b/receiver/mysqlreceiver/testdata/scraper/innodb_status_corrupted.txt @@ -0,0 +1,116 @@ +InnoDB Engine Status: + +===================================== +2024-04-03 09:38:06 129548831209216 INNODB MONITOR OUTPUT +===================================== +Per second averages calculated from the last 15 seconds +----------------- +BACKGROUND THREAD +----------------- +srv_master_thread loops: 1 srv_active, 0 srv_shutdown, 18596 srv_idle +srv_master_thread log flush and writes: 0 +---------- +SEMAPHORES +---------- +OS WAIT ARRAY INFO: reservation count 11 +OS WAIT ARRAY INFO: signal count 11 +RW-shared spins 0, rounds 0, OS waits 0 +RW-excl spins 0, rounds 0, OS waits 0 +RW-sx spins 0, rounds 0, OS waits 0 +Spin rounds per wait: 0.00 RW-shared, 0.00 RW-excl, 0.00 RW-sx +------------ +TRANSACTIONS +------------ +Trx id counter 4366 +Purge done for trx's n:o < 4363 undo n:o < 0 state: running but idle +History list length 0 +LIST OF TRANSACTIONS FOR EACH SESSION: +---TRANSACTION 411024197906432, not started +0 lock struct(s), heap size 1128, 0 row lock(s) +---TRANSACTION 411024197905624, not started +0 lock struct(s), heap size 1128, 0 row lock(s) +---TRANSACTION 411024197904816, not started +0 lock struct(s), heap size 1128, 0 row lock(s) +---TRANSACTION 411024197904008, not started +0 lock struct(s), heap size 1128, 0 row lock(s) +-------- +FILE I/O +-------- +I/O thread 0 state: waiting for completed aio requests ((null)) +I/O thread 1 state: waiting for completed aio requests (insert buffer thread) +I/O thread 2 state: waiting for completed aio requests (read thread) +I/O thread 3 state: waiting for completed aio requests (read thread) +I/O thread 4 state: waiting for completed aio requests (read thread) +I/O thread 5 state: waiting for completed aio requests (read thread) +I/O thread 6 state: waiting for completed aio requests (write thread) +I/O thread 7 state: waiting for completed aio requests (write thread) +I/O thread 8 state: waiting for completed aio requests (write thread) +Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] , + ibuf aio reads: +Pending flushes (fsync) log: 0; buffer pool: 0 +881 OS file reads, 267 OS file writes, 107 OS fsyncs +0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s +------------------------------------- +INSERT BUFFER AND ADAPTIVE HASH INDEX +------------------------------------- +Ibuf: size 1, free list len 0, seg size 2, 0 merges +merged operations: + insert 0, delete mark 0, delete 0 +discarded operations: + insert 0, delete mark 0, delete 0 +Hash table size 34679, node heap has 4 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +Hash table size 34679, node heap has 1 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +Hash table size 34679, node heap has 0 buffer(s) +0.00 hash searches/s, 0.00 non-hash searches/s +--- +LOG +--- +Log sequence number 33047387 +Log buffer assigned up to 33047387 +Log buffer completed up to 33047387 +Log written up to 33047387 +Log flushed up to 33047387 +Added dirty pages up to 33047387 +Pages flushed up to 33047387 +Last checkpoint at 33047387 +Log minimum file id is 10 +Log maximum file id is 10 +27 log i/o's done, 0.00 log i/o's/second +---------------------- +BUFFER POOL AND MEMORY +---------------------- +Total large memory allocated -15221 +Dictionary memory allocated 497456 +Buffer pool size 8192 +Free buffers 7185 +Database pages 1002 +Old database pages 389 +Modified db pages 0 +Pending reads 0 +Pending writes: LRU 0, flush list 0, single page 0 +Pages made young 0, not young 0 +0.00 youngs/s, 0.00 non-youngs/s +Pages read 859, created 143, written 198 +0.00 reads/s, 0.00 creates/s, 0.00 writes/s +No buffer pool page gets since the last printout +Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s +LRU len: 1002, unzip_LRU len: 0 +I/O sum[0]:cur[0], unzip sum[0]:cur[0] +-------------- +ROW OPERATIONS +-------------- +0 queries inside InnoDB, 0 queries in queue +0 read views open inside InnoDB +Process ID=1, Main thread ID=129548729431808 , state=sleeping +Number of rows inserted 0, updated 0, deleted 0, read 0 +0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s +Number of system rows inserted 8, updated 331, deleted 8, read 5041 +0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s +---------------------------- +END OF INNODB MONITOR OUTPUT +============================ \ No newline at end of file