Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-bh committed Oct 28, 2016
1 parent 7da5622 commit 9972aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pang-apps-monitor-mysqlmariadb/conf/pang.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jdbc.password=password
######################################################################
#Declare Status fields what you want to monitor
#You can find out more status variables at http://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html
#More helpful document at http://www.trafficg.com/mysql/1.htm
#More helpful document at https://mariadb.com/kb/en/mariadb/server-status-variables/

#If MySQL is frequently accessing the first row of a table index, it suggests that it is performing a sequential scan of the entire index. This indicates that the corresponding table is not properly indexed.
status.Handler_read_first = false
Expand All @@ -24,7 +24,7 @@ status.Innodb_buffer_pool_wait_free = false
status.Threads_connected = true
#This value provides a benchmark to help you decide the maximum number of connections your server should support. It can also help in traffic analysis.
status.Max_used_connections = true
status.Cpu_time = true
status.Cpu_time = false
status.Queries = true
status.Memory_used = false
status.Innodb_deadlocks = false
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/pang.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jdbc.password=password
######################################################################
#Declare Status fields what you want to monitor
#You can find out more status variables at http://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html
#More helpful document at http://www.trafficg.com/mysql/1.htm
#More helpful document at https://mariadb.com/kb/en/mariadb/server-status-variables/

#If MySQL is frequently accessing the first row of a table index, it suggests that it is performing a sequential scan of the entire index. This indicates that the corresponding table is not properly indexed.
status.Handler_read_first = false
Expand All @@ -24,7 +24,7 @@ status.Innodb_buffer_pool_wait_free = false
status.Threads_connected = true
#This value provides a benchmark to help you decide the maximum number of connections your server should support. It can also help in traffic analysis.
status.Max_used_connections = true
status.Cpu_time = true
status.Cpu_time = false
status.Queries = true
status.Memory_used = false
status.Innodb_deadlocks = false
Expand Down

0 comments on commit 9972aae

Please sign in to comment.