/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | datastream_v1.projects.locations.streams.html | 120 …"mysqlExcludedObjects": { # MySQL database structure # MySQL data source objects to avoi… 121 "mysqlDatabases": [ # Mysql databases on the server 122 { # MySQL database. 125 { # MySQL table. 126 …"mysqlColumns": [ # MySQL columns in the database. When unspecified as part of include/e… 127 { # MySQL Column. 130 …ype": "A String", # The MySQL data type. Full data types list can be found here: ht… 204 "mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration 205 …"excludeObjects": { # MySQL database structure # MySQL objects to exclude from the strea… 206 "mysqlDatabases": [ # Mysql databases on the server [all …]
|
D | datastream_v1alpha1.projects.locations.streams.html | 123 …"mysqlExcludedObjects": { # MySQL database structure # MySQL data source objects to avoi… 124 "mysqlDatabases": [ # Mysql databases on the server 125 { # MySQL database. 128 { # MySQL table. 129 …"mysqlColumns": [ # MySQL columns in the database. When unspecified as part of include/e… 130 { # MySQL Column. 133 …ype": "A String", # The MySQL data type. Full data types list can be found here: ht… 208 "mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration 209 … "allowlist": { # MySQL database structure # MySQL objects to retrieve from the source. 210 "mysqlDatabases": [ # Mysql databases on the server [all …]
|
D | datastream_v1alpha1.projects.locations.connectionProfiles.html | 133 "mysqlProfile": { # MySQL database profile. # MySQL ConnectionProfile configuration. 134 "hostname": "A String", # Required. Hostname for the MySQL connection. 135 …"password": "A String", # Required. Input only. Password for the MySQL connect… 136 "port": 42, # Port for the MySQL connection, default value is 3306. 137 …"sslConfig": { # MySQL SSL configuration information. # SSL configuration for the MySQL … 145 "username": "A String", # Required. Username for the MySQL connection. 262 "mysqlProfile": { # MySQL database profile. # MySQL ConnectionProfile configuration. 263 "hostname": "A String", # Required. Hostname for the MySQL connection. 264 …"password": "A String", # Required. Input only. Password for the MySQL connect… 265 "port": 42, # Port for the MySQL connection, default value is 3306. [all …]
|
D | datastream_v1.projects.locations.connectionProfiles.html | 133 "mysqlProfile": { # MySQL database profile. # MySQL ConnectionProfile configuration. 134 "hostname": "A String", # Required. Hostname for the MySQL connection. 135 …"password": "A String", # Required. Input only. Password for the MySQL connect… 136 "port": 42, # Port for the MySQL connection, default value is 3306. 137 …"sslConfig": { # MySQL SSL configuration information. # SSL configuration for the MySQL … 145 "username": "A String", # Required. Username for the MySQL connection. 261 "mysqlProfile": { # MySQL database profile. # MySQL ConnectionProfile configuration. 262 "hostname": "A String", # Required. Hostname for the MySQL connection. 263 …"password": "A String", # Required. Input only. Password for the MySQL connect… 264 "port": 42, # Port for the MySQL connection, default value is 3306. [all …]
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | bind_mysql_to_cpuset.sh | 7 # This script creates a CPU set and binds the MySQL process to the 8 # set. It restarts MySQL if specified in the option. This script needs 14 MYSQL_PATH='/etc/init.d/mysql.server' 15 MYSQL_PID_PATH='/var/lib/mysql/atlantis1.mtv.corp.google.com.pid' 20 # The base cpuset directory for mysql. 21 MYSQL_CPUSET='mysql' 22 # CPUs in MySQL cpuset. E.g. 0-2,7,12-14. 29 echo -e "Create and bind the MySQL process to a specified CPU set.\n" 34 echo -e " MySQL process and delete the CPU set. It does not" 35 echo -e " restart MySQL nor create a new CPU set. (Default:" [all …]
|
H A D | mysql_bootstrap.py | 6 """Bootstrap mysql. 19 Execute mysql -u <default_user> -p<default_pass> -e 36 Execute mysql -u <default_user> -p<default_pass> -e 57 """Generic mysql command execution exception.""" 61 """Class to shell out to mysql. 80 """Wrap the given mysql command. 82 @param cmd: The mysql command to wrap with the --execute option. 86 @param port: The port mysql server is listening on. 88 return ('mysql -u %s -p%s --host %s --port %s -e "%s"' % 94 """Execute a mysql statement on a remote server by sshing into it. [all …]
|
/aosp_15_r20/external/bcc/tools/ |
H A D | dbslower_example.txt | 4 dbslower traces queries served by a MySQL or PostgreSQL server, and prints 8 # dbslower mysql 18 # dbslower mysql -m 1000 33 # dbslower mysql -p $(pidof mysql) 44 # dbslower mysql -m 0 47 6.003720 25776 2.363 /* mysql-connector-java-5.1.40 ( Revision: 402933ef52cad9aa82624e80a… 64 Here we can see the MySQL connector initialization and connection establishment, 71 {mysql,postgres} 74 {mysql,postgres} the database engine to use 88 dbslower mysql -p 480 -m 30 # trace MySQL queries slower than 30ms [all …]
|
H A D | dbslower.py | 3 # dbslower Trace MySQL and PostgreSQL queries slower than a threshold. 6 # {mysql,postgres} 12 # 1) USDT probes, which means it needs MySQL and PostgreSQL built with 15 # PATH_TO_BINARY parameter. (At the moment only MySQL support) 18 # all MySQL or PostgreSQL database processes and uses USDT probes. 35 dbslower mysql -p 480 -m 30 # trace MySQL queries slower than 30ms 36 dbslower mysql -p 480 -v # trace MySQL queries & print the BPF program 37 dbslower mysql -x $(which mysqld) # trace MySQL queries with uprobes 45 parser.add_argument("db", choices=["mysql", "postgres"], 61 if args.db == "mysql": [all …]
|
H A D | dbstat_example.txt | 4 dbstat traces queries performed by a MySQL or PostgreSQL database process, and 7 # dbstat mysql 29 # dbstat mysql -m 1000 49 # dbstat mysql -p $(pidof mysql) -i 3 99 {mysql,postgres} 102 {mysql,postgres} the database engine to use 117 dbstat mysql -v # display MySQL latencies and print the BPF program 118 dbstat mysql -u # display query latencies in microseconds (default: ms) 119 dbstat mysql -m 5 # trace only queries slower than 5ms 120 dbstat mysql -p 408 # trace queries in a specific process
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/ |
H A D | MysqlProfile.java | 25 * MySQL database profile. 80 * Required. Hostname for the MySQL connection. 103 * Required. Hostname for the MySQL connection. 129 * Port for the MySQL connection, default value is 3306. 149 * Required. Username for the MySQL connection. 172 * Required. Username for the MySQL connection. 200 * Required. Input only. Password for the MySQL connection. 225 * Required. Input only. Password for the MySQL connection. 253 * SSL configuration for the MySQL connection. 268 * SSL configuration for the MySQL connection. [all …]
|
H A D | MysqlRdbms.java | 25 * MySQL database structure 78 * Mysql databases on the server 92 * Mysql databases on the server 106 * Mysql databases on the server 119 * Mysql databases on the server 132 * Mysql databases on the server 308 * MySQL database structure 556 * Mysql databases on the server 573 * Mysql databases on the server 589 * Mysql databases on the server [all …]
|
H A D | MysqlSourceConfig.java | 25 * MySQL source configuration 74 * MySQL objects to retrieve from the source. 89 * MySQL objects to retrieve from the source. 106 * MySQL objects to retrieve from the source. 124 * MySQL objects to exclude from the stream. 139 * MySQL objects to exclude from the stream. 156 * MySQL objects to exclude from the stream. 351 * MySQL source configuration 559 * MySQL objects to retrieve from the source. 573 * MySQL objects to retrieve from the source. [all …]
|
H A D | MysqlTable.java | 25 * MySQL table. 130 * MySQL columns in the database. 145 * MySQL columns in the database. 161 * MySQL columns in the database. 176 * MySQL columns in the database. 191 * MySQL columns in the database. 378 * MySQL table. 747 * MySQL columns in the database. 765 * MySQL columns in the database. 783 * MySQL columns in the database. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/ |
H A D | MysqlProfile.java | 25 * MySQL database profile. 80 * Required. Hostname for the MySQL connection. 103 * Required. Hostname for the MySQL connection. 129 * Port for the MySQL connection, default value is 3306. 149 * Required. Username for the MySQL connection. 172 * Required. Username for the MySQL connection. 200 * Required. Input only. Password for the MySQL connection. 225 * Required. Input only. Password for the MySQL connection. 253 * SSL configuration for the MySQL connection. 268 * SSL configuration for the MySQL connection. [all …]
|
H A D | MysqlRdbms.java | 25 * MySQL database structure 78 * Mysql databases on the server 91 * Mysql databases on the server 105 * Mysql databases on the server 118 * Mysql databases on the server 131 * Mysql databases on the server 307 * MySQL database structure 551 * Mysql databases on the server 567 * Mysql databases on the server 583 * Mysql databases on the server [all …]
|
H A D | MysqlSourceConfig.java | 25 * MySQL source configuration 74 * MySQL objects to retrieve from the source. 89 * MySQL objects to retrieve from the source. 106 * MySQL objects to retrieve from the source. 124 * MySQL objects to exclude from the stream. 139 * MySQL objects to exclude from the stream. 156 * MySQL objects to exclude from the stream. 408 * MySQL source configuration 644 * MySQL objects to retrieve from the source. 658 * MySQL objects to retrieve from the source. [all …]
|
H A D | MysqlTable.java | 25 * MySQL table. 130 * MySQL columns in the database. 145 * MySQL columns in the database. 161 * MySQL columns in the database. 176 * MySQL columns in the database. 191 * MySQL columns in the database. 377 * MySQL table. 742 * MySQL columns in the database. 760 * MySQL columns in the database. 778 * MySQL columns in the database. [all …]
|
H A D | MysqlProfileOrBuilder.java | 30 * Required. Hostname for the MySQL connection. 42 * Required. Hostname for the MySQL connection. 55 * Port for the MySQL connection, default value is 3306. 68 * Required. Username for the MySQL connection. 80 * Required. Username for the MySQL connection. 93 * Required. Input only. Password for the MySQL connection. 107 * Required. Input only. Password for the MySQL connection. 122 * SSL configuration for the MySQL connection. 134 * SSL configuration for the MySQL connection. 146 * SSL configuration for the MySQL connection.
|
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/ |
H A D | cloud_sql_resources.proto | 112 // (MySQL only) Whether binary log is enabled. If backup configuration is 196 // [Configuring Database Flags](https://cloud.google.com/sql/docs/mysql/flags) 206 // MySQL-specific external server sync settings. 213 // Currently used for the MySQL external server initial dump. 243 // MySQL specific configuration when replicating from a MySQL on-premises 247 // replication connection and is stored by MySQL in a file named 252 // Read-replica configuration specific to MySQL databases. 311 // Options for exporting from MySQL. 369 // Databases to be exported. <br /> `MySQL instances:` If 371 // databases are exported, except for the `mysql` system database. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/datastream/v1alpha1/ |
H A D | datastream_resources.proto | 53 // MySQL database profile. 55 // Required. Hostname for the MySQL connection. 58 // Port for the MySQL connection, default value is 3306. 61 // Required. Username for the MySQL connection. 64 // Required. Input only. Password for the MySQL connection. 70 // SSL configuration for the MySQL connection. 206 // MySQL SSL configuration information. 261 // MySQL ConnectionProfile configuration. 346 // MySQL Column. 351 // The MySQL data type. Full data types list can be found here: [all …]
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/proto/google/cloud/datastream/v1alpha1/ |
H A D | datastream_resources.proto | 53 // MySQL database profile. 55 // Required. Hostname for the MySQL connection. 58 // Port for the MySQL connection, default value is 3306. 61 // Required. Username for the MySQL connection. 64 // Required. Input only. Password for the MySQL connection. 70 // SSL configuration for the MySQL connection. 206 // MySQL SSL configuration information. 261 // MySQL ConnectionProfile configuration. 346 // MySQL Column. 351 // The MySQL data type. Full data types list can be found here: [all …]
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | dbslower.8 | 3 dbslower \- Trace MySQL/PostgreSQL server queries slower than a threshold. 5 .B dbslower [-v] [-p PID [PID ...]] [-x PATH] [-m THRESHOLD] {mysql,postgres} 7 This traces queries served by a MySQL or PostgreSQL server, and prints 12 MySQL and PostgreSQL for DTrace support, but which may not be enabled on a 14 Alternatively, MySQL queries can be traced without the USDT support using the 19 CONFIG_BPF, bcc, and MySQL server with USDT probe support (when configuring 28 detect the MySQL or PostgreSQL processes running on the system. 31 Path to MySQL binary. This option allow to MySQL queries even when USDT probes 32 aren't enabled on the MySQL server. 41 Trace MySQL server queries slower than 1 ms: [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/sql/v1beta4/ |
H A D | cloud_sql_resources.proto | 112 // (MySQL only) Whether binary log is enabled. If backup configuration is 321 // [Configuring Database Flags](https://cloud.google.com/sql/docs/mysql/flags) 332 // Currently used for the MySQL external server initial dump. 543 // [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) 639 // MySQL specific configuration when replicating from a MySQL on-premises 643 // replication connection and is stored by MySQL in a file named 674 // Read-replica configuration specific to MySQL databases. 745 // Options for exporting from MySQL. 803 // Databases to be exported. <br /> `MySQL instances:` If 805 // databases are exported, except for the `mysql` system database. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1/src/main/proto/google/cloud/datastream/v1/ |
H A D | datastream_resources.proto | 57 // MySQL database profile. 59 // Required. Hostname for the MySQL connection. 62 // Port for the MySQL connection, default value is 3306. 65 // Required. Username for the MySQL connection. 68 // Required. Input only. Password for the MySQL connection. 74 // SSL configuration for the MySQL connection. 250 // MySQL SSL configuration information. 309 // MySQL ConnectionProfile configuration. 498 // MySQL Column. 503 // The MySQL data type. Full data types list can be found here: [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/datastream/v1/ |
H A D | datastream_resources.proto | 57 // MySQL database profile. 59 // Required. Hostname for the MySQL connection. 62 // Port for the MySQL connection, default value is 3306. 65 // Required. Username for the MySQL connection. 68 // Required. Input only. Password for the MySQL connection. 74 // SSL configuration for the MySQL connection. 250 // MySQL SSL configuration information. 309 // MySQL ConnectionProfile configuration. 498 // MySQL Column. 503 // The MySQL data type. Full data types list can be found here: [all …]
|