Skip to content

Commit

Permalink
身辺整理 49344
Browse files Browse the repository at this point in the history
  • Loading branch information
シン・ウー馬場ーイー222 committed Nov 25, 2023
1 parent 82622cd commit c09c15f
Show file tree
Hide file tree
Showing 5 changed files with 708 additions and 304 deletions.
3 changes: 2 additions & 1 deletion etc/nginx/nginx.conf
Expand Up @@ -39,7 +39,8 @@ http {
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" $request_time';

access_log /var/log/nginx/access.log time;
#access_log /var/log/nginx/access.log time;
access_log off;
error_log /var/log/nginx/error.log info;

##
Expand Down
1 change: 1 addition & 0 deletions etc/systemd/system/isupipe-go.service
Expand Up @@ -5,6 +5,7 @@ After=mysql.service
Requires=mysql.service

[Service]
StartLimitBurst=999
WorkingDirectory=/home/isucon/webapp/go
EnvironmentFile=/home/isucon/env.sh

Expand Down
662 changes: 532 additions & 130 deletions result/db.log

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions result/mysqltuner.log
Expand Up @@ -54,7 +54,7 @@
[OK] NO SECURITY CVE FOUND FOR YOUR VERSION

-------- Performance Metrics -----------------------------------------------------------------------
[--] Up for: 2h 1m 28s (3M q [430.537 qps], 15K conn, TX: 1G, RX: 700M)
[--] Up for: 2h 5m 33s (3M q [416.546 qps], 15K conn, TX: 1G, RX: 700M)
[--] Reads / Writes: 95% / 5%
[--] Binary logging is disabled
[--] Physical Memory : 3.6G
Expand All @@ -68,16 +68,16 @@
[OK] Overall possible memory usage with other process is compatible with memory available
[!!] Slow queries: 120% (3M/3M)
[OK] Highest usage of available connections: 19% (30/151)
[OK] Aborted connections: 0.03% (4/15399)
[OK] Aborted connections: 0.03% (4/15428)
[!!] name resolution is active : a reverse name resolution is made for each new connection and can reduce performance
[--] Query cache have been removed in MySQL 8
[OK] Sorts requiring temporary tables: 0% (28 temp sorts / 15K sorts)
[!!] Joins performed without indexes: 141
[!!] Joins performed without indexes: 147
[OK] Temporary tables created on disk: 0% (0 on disk / 308K total)
[OK] Thread cache hit rate: 99% (127 created / 15K connections)
[OK] Table cache hit rate: 43% (1K open / 3K opened)
[OK] Table cache hit rate: 44% (1K open / 3K opened)
[OK] Open file limit used: 0% (1/10K)
[OK] Table locks acquired immediately: 100% (38 immediate / 38 locks)
[OK] Table locks acquired immediately: 100% (42 immediate / 42 locks)

-------- Performance schema ------------------------------------------------------------------------
[--] Memory used by P_S: 72B
Expand All @@ -98,7 +98,7 @@
[OK] InnoDB buffer pool instances: 1
[--] Number of InnoDB Buffer Pool Chunk : 1 for 1 Buffer Pool Instance(s)
[OK] Innodb_buffer_pool_size aligned with Innodb_buffer_pool_chunk_size & Innodb_buffer_pool_instances
[OK] InnoDB Read buffer efficiency: 100.00% (140424635 hits/ 140427632 total)
[OK] InnoDB Read buffer efficiency: 100.00% (140426479 hits/ 140429476 total)
[OK] InnoDB Write log efficiency: 90.15% (2127242 hits/ 2359586 total)
[OK] InnoDB log waits: 0.00% (0 waits / 232344 writes)

Expand Down

0 comments on commit c09c15f

Please sign in to comment.