├── .gitignore ├── AI模型 └── simple_model │ ├── Dockerfile │ ├── README.md │ ├── app.py │ ├── model.py │ └── requirements.txt ├── README.md ├── logo.png ├── start_all_services.ps1 ├── web端 ├── css │ ├── common.css │ └── index.css ├── image-test.html ├── images │ ├── ai-avatar.jpg │ ├── avatar-default.jpg │ ├── creat_logo.php │ ├── empty-data.jpg │ ├── logo-white.jpg │ └── logo.jpg ├── index.html ├── js │ ├── common.js │ ├── config.js │ ├── fix-images-direct.js │ ├── fix-images.js │ ├── image-debug.js │ ├── image-loader.js │ ├── image-preload.js │ ├── image-test-tool.js │ ├── index.js │ └── services.js ├── pages │ ├── ai-insights │ │ ├── ai-insights.css │ │ ├── ai-insights.js │ │ └── index.html │ ├── analysis │ │ ├── analysis.css │ │ ├── analysis.js │ │ └── index.html │ ├── login │ │ ├── forgot-password.html │ │ ├── index.html │ │ ├── login.css │ │ ├── login.js │ │ └── register.html │ ├── startup │ │ ├── index.html │ │ ├── startup.css │ │ └── startup.js │ └── user │ │ ├── index.html │ │ ├── user.css │ │ └── user.js ├── run_server.bat ├── server.py └── temp_start_server.ps1 ├── 后端服务 ├── nocobase │ ├── README.md │ └── docker-compose.yml ├── 数据分析 │ └── superset │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── superset_home │ │ ├── .cache │ │ └── pip │ │ │ ├── http-v2 │ │ │ ├── 1 │ │ │ │ └── 2 │ │ │ │ │ └── 1 │ │ │ │ │ └── b │ │ │ │ │ └── 4 │ │ │ │ │ ├── 121b4c2dcb6837e11f9e59cde47129cebd6c8d492e8d587bf5810c88 │ │ │ │ │ └── 121b4c2dcb6837e11f9e59cde47129cebd6c8d492e8d587bf5810c88.body │ │ │ ├── a │ │ │ │ └── 1 │ │ │ │ │ └── 9 │ │ │ │ │ └── 5 │ │ │ │ │ └── 3 │ │ │ │ │ ├── a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a │ │ │ │ │ └── a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a.body │ │ │ ├── c │ │ │ │ └── 9 │ │ │ │ │ └── 3 │ │ │ │ │ └── 5 │ │ │ │ │ └── b │ │ │ │ │ ├── c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640 │ │ │ │ │ └── c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640.body │ │ │ └── e │ │ │ │ └── e │ │ │ │ └── f │ │ │ │ └── a │ │ │ │ └── f │ │ │ │ ├── eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8 │ │ │ │ └── eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8.body │ │ │ └── selfcheck │ │ │ └── fe300af6f7d708c14827daac3afc81fbb8306b73de8dd6e3f1f8ea3b │ │ └── .local │ │ └── lib │ │ └── python3.10 │ │ └── site-packages │ │ ├── psycopg2 │ │ ├── __init__.py │ │ ├── _ipaddress.py │ │ ├── _json.py │ │ ├── _psycopg.cpython-310-x86_64-linux-gnu.so │ │ ├── _range.py │ │ ├── errorcodes.py │ │ ├── errors.py │ │ ├── extensions.py │ │ ├── extras.py │ │ ├── pool.py │ │ ├── sql.py │ │ └── tz.py │ │ ├── psycopg2_binary-2.9.10.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE │ │ ├── METADATA │ │ ├── RECORD │ │ ├── REQUESTED │ │ ├── WHEEL │ │ └── top_level.txt │ │ └── psycopg2_binary.libs │ │ ├── libcom_err-2abe824b.so.2.1 │ │ ├── libcrypto-ea28cefb.so.1.1 │ │ ├── libgssapi_krb5-497db0c6.so.2.2 │ │ ├── libk5crypto-b1f99d5c.so.3.1 │ │ ├── libkeyutils-dfe70bd6.so.1.5 │ │ ├── libkrb5-fcafa220.so.3.3 │ │ ├── libkrb5support-d0bcff84.so.0.1 │ │ ├── liblber-e0f57070.so.2.0.200 │ │ ├── libldap-c37ed727.so.2.0.200 │ │ ├── libpcre-9513aab5.so.1.2.0 │ │ ├── libpq-e8a033dd.so.5.16 │ │ ├── libsasl2-883649fd.so.3.0.0 │ │ ├── libselinux-0922c95c.so.1 │ │ └── libssl-3e69114b.so.1.1 └── 爬虫系统 │ └── spider-flow │ ├── README.md │ ├── docker-compose.yml │ └── mysql-data │ ├── auto.cnf │ ├── ib_buffer_pool │ ├── ib_logfile0 │ ├── ib_logfile1 │ ├── ibdata1 │ ├── ibtmp1 │ ├── mysql │ ├── columns_priv.MYD │ ├── columns_priv.MYI │ ├── columns_priv.frm │ ├── db.MYD │ ├── db.MYI │ ├── db.frm │ ├── db.opt │ ├── engine_cost.frm │ ├── engine_cost.ibd │ ├── event.MYD │ ├── event.MYI │ ├── event.frm │ ├── func.MYD │ ├── func.MYI │ ├── func.frm │ ├── general_log.CSM │ ├── general_log.CSV │ ├── general_log.frm │ ├── gtid_executed.frm │ ├── gtid_executed.ibd │ ├── help_category.frm │ ├── help_category.ibd │ ├── help_keyword.frm │ ├── help_keyword.ibd │ ├── help_relation.frm │ ├── help_relation.ibd │ ├── help_topic.frm │ ├── help_topic.ibd │ ├── innodb_index_stats.frm │ ├── innodb_index_stats.ibd │ ├── innodb_table_stats.frm │ ├── innodb_table_stats.ibd │ ├── ndb_binlog_index.MYD │ ├── ndb_binlog_index.MYI │ ├── ndb_binlog_index.frm │ ├── plugin.frm │ ├── plugin.ibd │ ├── proc.MYD │ ├── proc.MYI │ ├── proc.frm │ ├── procs_priv.MYD │ ├── procs_priv.MYI │ ├── procs_priv.frm │ ├── proxies_priv.MYD │ ├── proxies_priv.MYI │ ├── proxies_priv.frm │ ├── server_cost.frm │ ├── server_cost.ibd │ ├── servers.frm │ ├── servers.ibd │ ├── slave_master_info.frm │ ├── slave_master_info.ibd │ ├── slave_relay_log_info.frm │ ├── slave_relay_log_info.ibd │ ├── slave_worker_info.frm │ ├── slave_worker_info.ibd │ ├── slow_log.CSM │ ├── slow_log.CSV │ ├── slow_log.frm │ ├── tables_priv.MYD │ ├── tables_priv.MYI │ ├── tables_priv.frm │ ├── time_zone.frm │ ├── time_zone.ibd │ ├── time_zone_leap_second.frm │ ├── time_zone_leap_second.ibd │ ├── time_zone_name.frm │ ├── time_zone_name.ibd │ ├── time_zone_transition.frm │ ├── time_zone_transition.ibd │ ├── time_zone_transition_type.frm │ ├── time_zone_transition_type.ibd │ ├── user.MYD │ ├── user.MYI │ └── user.frm │ ├── performance_schema │ ├── accounts.frm │ ├── cond_instances.frm │ ├── db.opt │ ├── events_stages_current.frm │ ├── events_stages_history.frm │ ├── events_stages_history_long.frm │ ├── events_stages_summary_by_account_by_event_name.frm │ ├── events_stages_summary_by_host_by_event_name.frm │ ├── events_stages_summary_by_thread_by_event_name.frm │ ├── events_stages_summary_by_user_by_event_name.frm │ ├── events_stages_summary_global_by_event_name.frm │ ├── events_statements_current.frm │ ├── events_statements_history.frm │ ├── events_statements_history_long.frm │ ├── events_statements_summary_by_account_by_event_name.frm │ ├── events_statements_summary_by_digest.frm │ ├── events_statements_summary_by_host_by_event_name.frm │ ├── events_statements_summary_by_program.frm │ ├── events_statements_summary_by_thread_by_event_name.frm │ ├── events_statements_summary_by_user_by_event_name.frm │ ├── events_statements_summary_global_by_event_name.frm │ ├── events_transactions_current.frm │ ├── events_transactions_history.frm │ ├── events_transactions_history_long.frm │ ├── events_transactions_summary_by_account_by_event_name.frm │ ├── events_transactions_summary_by_host_by_event_name.frm │ ├── events_transactions_summary_by_thread_by_event_name.frm │ ├── events_transactions_summary_by_user_by_event_name.frm │ ├── events_transactions_summary_global_by_event_name.frm │ ├── events_waits_current.frm │ ├── events_waits_history.frm │ ├── events_waits_history_long.frm │ ├── events_waits_summary_by_account_by_event_name.frm │ ├── events_waits_summary_by_host_by_event_name.frm │ ├── events_waits_summary_by_instance.frm │ ├── events_waits_summary_by_thread_by_event_name.frm │ ├── events_waits_summary_by_user_by_event_name.frm │ ├── events_waits_summary_global_by_event_name.frm │ ├── file_instances.frm │ ├── file_summary_by_event_name.frm │ ├── file_summary_by_instance.frm │ ├── global_status.frm │ ├── global_variables.frm │ ├── host_cache.frm │ ├── hosts.frm │ ├── memory_summary_by_account_by_event_name.frm │ ├── memory_summary_by_host_by_event_name.frm │ ├── memory_summary_by_thread_by_event_name.frm │ ├── memory_summary_by_user_by_event_name.frm │ ├── memory_summary_global_by_event_name.frm │ ├── metadata_locks.frm │ ├── mutex_instances.frm │ ├── objects_summary_global_by_type.frm │ ├── performance_timers.frm │ ├── prepared_statements_instances.frm │ ├── processlist.frm │ ├── replication_applier_configuration.frm │ ├── replication_applier_status.frm │ ├── replication_applier_status_by_coordinator.frm │ ├── replication_applier_status_by_worker.frm │ ├── replication_connection_configuration.frm │ ├── replication_connection_status.frm │ ├── replication_group_member_stats.frm │ ├── replication_group_members.frm │ ├── rwlock_instances.frm │ ├── session_account_connect_attrs.frm │ ├── session_connect_attrs.frm │ ├── session_status.frm │ ├── session_variables.frm │ ├── setup_actors.frm │ ├── setup_consumers.frm │ ├── setup_instruments.frm │ ├── setup_objects.frm │ ├── setup_timers.frm │ ├── socket_instances.frm │ ├── socket_summary_by_event_name.frm │ ├── socket_summary_by_instance.frm │ ├── status_by_account.frm │ ├── status_by_host.frm │ ├── status_by_thread.frm │ ├── status_by_user.frm │ ├── table_handles.frm │ ├── table_io_waits_summary_by_index_usage.frm │ ├── table_io_waits_summary_by_table.frm │ ├── table_lock_waits_summary_by_table.frm │ ├── threads.frm │ ├── user_variables_by_thread.frm │ ├── users.frm │ └── variables_by_thread.frm │ ├── spiderflow │ └── db.opt │ └── sys │ ├── db.opt │ ├── host_summary.frm │ ├── host_summary_by_file_io.frm │ ├── host_summary_by_file_io_type.frm │ ├── host_summary_by_stages.frm │ ├── host_summary_by_statement_latency.frm │ ├── host_summary_by_statement_type.frm │ ├── innodb_buffer_stats_by_schema.frm │ ├── innodb_buffer_stats_by_table.frm │ ├── innodb_lock_waits.frm │ ├── io_by_thread_by_latency.frm │ ├── io_global_by_file_by_bytes.frm │ ├── io_global_by_file_by_latency.frm │ ├── io_global_by_wait_by_bytes.frm │ ├── io_global_by_wait_by_latency.frm │ ├── latest_file_io.frm │ ├── memory_by_host_by_current_bytes.frm │ ├── memory_by_thread_by_current_bytes.frm │ ├── memory_by_user_by_current_bytes.frm │ ├── memory_global_by_current_bytes.frm │ ├── memory_global_total.frm │ ├── metrics.frm │ ├── processlist.frm │ ├── ps_check_lost_instrumentation.frm │ ├── schema_auto_increment_columns.frm │ ├── schema_index_statistics.frm │ ├── schema_object_overview.frm │ ├── schema_redundant_indexes.frm │ ├── schema_table_lock_waits.frm │ ├── schema_table_statistics.frm │ ├── schema_table_statistics_with_buffer.frm │ ├── schema_tables_with_full_table_scans.frm │ ├── schema_unused_indexes.frm │ ├── session.frm │ ├── session_ssl_status.frm │ ├── statement_analysis.frm │ ├── statements_with_errors_or_warnings.frm │ ├── statements_with_full_table_scans.frm │ ├── statements_with_runtimes_in_95th_percentile.frm │ ├── statements_with_sorting.frm │ ├── statements_with_temp_tables.frm │ ├── sys_config.TRG │ ├── sys_config.frm │ ├── sys_config.ibd │ ├── sys_config_insert_set_user.TRN │ ├── sys_config_update_set_user.TRN │ ├── user_summary.frm │ ├── user_summary_by_file_io.frm │ ├── user_summary_by_file_io_type.frm │ ├── user_summary_by_stages.frm │ ├── user_summary_by_statement_latency.frm │ ├── user_summary_by_statement_type.frm │ ├── version.frm │ ├── wait_classes_global_by_avg_latency.frm │ ├── wait_classes_global_by_latency.frm │ ├── waits_by_host_by_latency.frm │ ├── waits_by_user_by_latency.frm │ ├── waits_global_by_latency.frm │ ├── x@0024host_summary.frm │ ├── x@0024host_summary_by_file_io.frm │ ├── x@0024host_summary_by_file_io_type.frm │ ├── x@0024host_summary_by_stages.frm │ ├── x@0024host_summary_by_statement_latency.frm │ ├── x@0024host_summary_by_statement_type.frm │ ├── x@0024innodb_buffer_stats_by_schema.frm │ ├── x@0024innodb_buffer_stats_by_table.frm │ ├── x@0024innodb_lock_waits.frm │ ├── x@0024io_by_thread_by_latency.frm │ ├── x@0024io_global_by_file_by_bytes.frm │ ├── x@0024io_global_by_file_by_latency.frm │ ├── x@0024io_global_by_wait_by_bytes.frm │ ├── x@0024io_global_by_wait_by_latency.frm │ ├── x@0024latest_file_io.frm │ ├── x@0024memory_by_host_by_current_bytes.frm │ ├── x@0024memory_by_thread_by_current_bytes.frm │ ├── x@0024memory_by_user_by_current_bytes.frm │ ├── x@0024memory_global_by_current_bytes.frm │ ├── x@0024memory_global_total.frm │ ├── x@0024processlist.frm │ ├── x@0024ps_digest_95th_percentile_by_avg_us.frm │ ├── x@0024ps_digest_avg_latency_distribution.frm │ ├── x@0024ps_schema_table_statistics_io.frm │ ├── x@0024schema_flattened_keys.frm │ ├── x@0024schema_index_statistics.frm │ ├── x@0024schema_table_lock_waits.frm │ ├── x@0024schema_table_statistics.frm │ ├── x@0024schema_table_statistics_with_buffer.frm │ ├── x@0024schema_tables_with_full_table_scans.frm │ ├── x@0024session.frm │ ├── x@0024statement_analysis.frm │ ├── x@0024statements_with_errors_or_warnings.frm │ ├── x@0024statements_with_full_table_scans.frm │ ├── x@0024statements_with_runtimes_in_95th_percentile.frm │ ├── x@0024statements_with_sorting.frm │ ├── x@0024statements_with_temp_tables.frm │ ├── x@0024user_summary.frm │ ├── x@0024user_summary_by_file_io.frm │ ├── x@0024user_summary_by_file_io_type.frm │ ├── x@0024user_summary_by_stages.frm │ ├── x@0024user_summary_by_statement_latency.frm │ ├── x@0024user_summary_by_statement_type.frm │ ├── x@0024wait_classes_global_by_avg_latency.frm │ ├── x@0024wait_classes_global_by_latency.frm │ ├── x@0024waits_by_host_by_latency.frm │ ├── x@0024waits_by_user_by_latency.frm │ └── x@0024waits_global_by_latency.frm ├── 小程序端 └── mybricks-app │ ├── README.md │ ├── app.js │ ├── app.json │ └── pages │ ├── ai-insights │ ├── ai-insights.js │ ├── ai-insights.json │ ├── ai-insights.wxml │ └── ai-insights.wxss │ ├── analysis │ ├── analysis.js │ ├── analysis.json │ ├── analysis.wxml │ └── analysis.wxss │ ├── index │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss │ └── startup-form │ ├── startup-form.js │ ├── startup-form.json │ ├── startup-form.wxml │ └── startup-form.wxss └── 开发日志.txt /.gitignore: -------------------------------------------------------------------------------- 1 | # 操作系统文件 2 | .DS_Store 3 | Thumbs.db 4 | 5 | # 编辑器文件 6 | .idea/ 7 | .vscode/ 8 | *.swp 9 | *.swo 10 | .vs/ 11 | 12 | # 依赖和构建文件 13 | node_modules/ 14 | dist/ 15 | build/ 16 | __pycache__/ 17 | *.py[cod] 18 | *$py.class 19 | venv/ 20 | env/ 21 | .env 22 | 23 | # Docker相关 24 | .docker/ 25 | docker-data/ 26 | 27 | # 数据库文件 28 | *.sqlite 29 | *.db-journal 30 | *.log 31 | *.sock 32 | mysql-data/*.sock 33 | mysql-data/mysql.sock 34 | 后端服务/爬虫系统/spider-flow/mysql-data/mysql.sock 35 | 后端服务/爬虫系统/spider-flow/mysql-data/*.sock 36 | 37 | # 凭证和敏感文件 38 | .env.local 39 | .env.development.local 40 | .env.test.local 41 | .env.production.local 42 | *.pem 43 | *.key 44 | *.cert 45 | 46 | # 后端服务/数据分析/superset特定文件 47 | 后端服务/数据分析/superset/superset_home/*.db 48 | 后端服务/数据分析/superset/superset_home/*.db-journal 49 | 50 | # NocoBase存储 51 | 后端服务/nocobase/storage/uploads/ 52 | 53 | # AI模型缓存 54 | AI模型/simple_model/__pycache__/ 55 | AI模型/simple_model/*.h5 56 | AI模型/simple_model/*.pkl 57 | 58 | # 临时文件 59 | tmp/ 60 | temp/ 61 | -------------------------------------------------------------------------------- /AI模型/simple_model/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3.9-slim 2 | 3 | WORKDIR /app 4 | 5 | COPY requirements.txt . 6 | RUN pip install -r requirements.txt 7 | 8 | COPY . . 9 | 10 | EXPOSE 5000 11 | 12 | CMD ["python", "app.py"] -------------------------------------------------------------------------------- /AI模型/simple_model/README.md: -------------------------------------------------------------------------------- 1 | # 创业分析AI模型 2 | 3 | ## 简介 4 | 该模块提供基于机器学习的创业项目分析功能,能够评估创业项目的成功可能性,并提供针对性的洞察和建议。 5 | 6 | ## 功能 7 | - 基于创业公司信息预测成功概率 8 | - 生成SWOT分析(优势、劣势、机会、威胁) 9 | - 提供针对性的创业建议 10 | - 结合公开信息和数据分析结果,生成更全面的洞察 11 | 12 | ## API接口 13 | 模型提供以下REST API接口: 14 | 15 | ### 1. 健康检查 16 | ``` 17 | GET /health 18 | ``` 19 | 20 | ### 2. 训练模型 21 | ``` 22 | POST /train 23 | ``` 24 | 25 | ### 3. 预测公司成功概率 26 | ``` 27 | GET /predict/ 28 | ``` 29 | 30 | ### 4. 获取公司AI洞察 31 | ``` 32 | GET /insights/ 33 | ``` 34 | 35 | ## 部署方式 36 | 使用Docker容器部署: 37 | ```bash 38 | cd AI模型/simple_model 39 | docker build -t startup-ai-model . 40 | docker run -d -p 5000:5000 \ 41 | -e DB_HOST=db \ 42 | -e DB_PORT=5432 \ 43 | -e DB_NAME=nocobase \ 44 | -e DB_USER=nocobase \ 45 | -e DB_PASSWORD=nocobase \ 46 | --name ai-model startup-ai-model 47 | ``` 48 | 49 | ## 与其他模块集成 50 | - 从NocoBase获取创业信息和公开数据 51 | - 从Superset获取数据分析结果 52 | - 将AI洞察结果写回NocoBase 53 | - 小程序通过NocoBase的API间接获取AI洞察 -------------------------------------------------------------------------------- /AI模型/simple_model/requirements.txt: -------------------------------------------------------------------------------- 1 | flask==2.0.1 2 | flask-cors==3.0.10 3 | werkzeug==2.0.1 4 | numpy==1.21.0 5 | pandas==1.3.0 6 | scikit-learn==0.24.2 7 | joblib==1.0.1 8 | requests==2.26.0 9 | psycopg2-binary==2.9.1 10 | gunicorn==20.1.0 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 创业分析平台 2 | 3 | 本项目是一个多端应用,前端基于 Vue.js + Element UI 框架。后端是一个微服务架构,通过Docker容器化部署将基于Python、Java、Node.js的应用进行集成(包含SpiderFlow爬虫、Superset数据分析、NocoBase数据库、Dify-AI模型)。前后端间通过 Axios 库进行API通信 4 | 5 | 详细解析可以看https://blog.csdn.net/2301_78856868/article/details/147749386?sharetype=blogdetail&sharerId=147749386&sharerefer=PC&sharesource=2301_78856868&spm=1011.2480.3001.8118 6 | 7 | 如有问题随时联系我:3506456886@qq.com 8 | 9 | ## 系统组件 10 | 11 | ### 后端服务 12 | - **NocoBase**: 低代码平台作为后端数据管理系统 13 | - **爬虫系统**: 基于Spider-Flow的数据爬取组件 14 | - **数据分析**: 基于Superset的数据分析和可视化工具 15 | 16 | ### AI模型 17 | - **创业分析模型**: 基于Python的创业公司分析和评估模型 18 | 19 | ### 前端展示 20 | - **Web端**: 基于HTML/CSS/JavaScript的Web前端 21 | - **小程序端**: 微信小程序界面 22 | 23 | ## 启动方法 24 | 25 | ### 0. 一键启动 26 | 在PowerShell中执行: 27 | ``` 28 | .\start_all_services.ps1 29 | ``` 30 | 会依次启动NocoBase后端、数据分析服务(Superset)、爬虫系统(Spider-Flow)和AI模型服务,并提供选项启动Web端。 31 | 32 | 33 | ### 1. 启动NocoBase后端 34 | ``` 35 | cd 后端服务/nocobase 36 | docker-compose up -d 37 | ``` 38 | 39 | ### 2. 启动数据分析服务 40 | ``` 41 | cd 后端服务/数据分析/superset 42 | docker-compose up -d 43 | ``` 44 | 45 | ### 3. 启动爬虫系统 46 | ``` 47 | cd 后端服务/爬虫系统/spider-flow 48 | docker-compose up -d 49 | ``` 50 | 51 | ### 4. 构建并启动AI模型 52 | ``` 53 | cd AI模型/simple_model 54 | docker build -t startup-analysis-model . 55 | docker run -d -p 5000:5000 --name ai-model startup-analysis-model 56 | ``` 57 | 58 | ### 5. 访问Web端 59 | 启动HTTP服务器并访问 60 | ``` 61 | cd web端 62 | .\run_server.bat 或运行 powershell -ExecutionPolicy Bypass -File start_server.ps1 63 | ``` 64 | 然后在浏览器中访问 http://localhost:3000 65 | 66 | ### 6. 开发小程序端 67 | 使用微信开发者工具打开 `小程序端/mybricks-app` 目录进行开发与预览 68 | 69 | ## 系统访问 70 | 71 | - **NocoBase管理界面**: http://localhost:8000/ 72 | - **Superset数据分析平台**: http://localhost:8088/ 73 | - **AI模型API**: http://localhost:5000/ 74 | - **Web端**: http://localhost:3000/ 75 | - **小程序端**: 通过微信开发者工具预览 76 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/logo.png -------------------------------------------------------------------------------- /start_all_services.ps1: -------------------------------------------------------------------------------- 1 | # 创业分析平台一键启动脚本 2 | $script:ErrorActionPreference = "Continue" 3 | 4 | function Start-Service { 5 | param($Name, $Path) 6 | Write-Host "正在启动$Name..." -ForegroundColor Yellow 7 | Push-Location $Path 8 | docker-compose up -d 9 | if ($LASTEXITCODE -eq 0) { Write-Host "$Name启动成功!" -ForegroundColor Green } 10 | else { Write-Host "$Name启动失败,请检查错误信息" -ForegroundColor Red } 11 | Pop-Location 12 | } 13 | 14 | # 主程序 15 | Write-Host "====== 创业分析平台服务启动工具 ======" -ForegroundColor Cyan 16 | Write-Host "正在启动所有服务,请稍候..." -ForegroundColor White 17 | 18 | # 初始化路径 19 | $rootDir = "C:\Users\35064\Desktop\创业分析平台_精简" 20 | Set-Location $rootDir 21 | 22 | # 启动各个服务 23 | Start-Service -Name "NocoBase后端" -Path "$rootDir\后端服务\nocobase" 24 | Start-Service -Name "数据分析服务(Superset)" -Path "$rootDir\后端服务\数据分析\superset" 25 | Start-Service -Name "爬虫系统(Spider-Flow)" -Path "$rootDir\后端服务\爬虫系统\spider-flow" 26 | 27 | # 启动AI模型 28 | Write-Host "正在启动AI模型..." -ForegroundColor Yellow 29 | Set-Location "$rootDir\AI模型\simple_model" 30 | $imageExists = docker images -q startup-analysis-model 31 | if (-not $imageExists) { 32 | Write-Host "AI模型镜像不存在,正在构建..." -ForegroundColor Cyan 33 | docker build -t startup-analysis-model . 34 | } 35 | docker run -d -p 5000:5000 --name ai-model startup-analysis-model 2>$null 36 | if ($LASTEXITCODE -ne 0) { 37 | docker start ai-model 2>$null 38 | } 39 | Write-Host "AI模型已启动" -ForegroundColor Green 40 | Set-Location $rootDir 41 | 42 | # 显示服务 43 | Write-Host "`n====== 所有服务已启动 ======" -ForegroundColor Green 44 | Write-Host "服务访问地址:" -ForegroundColor Cyan 45 | Write-Host "* NocoBase管理界面: http://localhost:8000/" 46 | Write-Host "* Superset数据分析平台: http://localhost:8088/" 47 | Write-Host "* AI模型API: http://localhost:5000/" 48 | 49 | # 询问是否启动Web端 50 | $response = Read-Host "`n是否要启动Web端服务? (Y/N)" 51 | if ($response -eq "Y" -or $response -eq "y") { 52 | Write-Host "正在启动Web端服务..." -ForegroundColor Cyan 53 | Set-Location "$rootDir\web端" 54 | & .\run_server.bat 55 | } else { 56 | Write-Host "已跳过Web端服务启动。您可以稍后手动启动。" -ForegroundColor Yellow 57 | } 58 | -------------------------------------------------------------------------------- /web端/images/ai-avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/web端/images/ai-avatar.jpg -------------------------------------------------------------------------------- /web端/images/avatar-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/web端/images/avatar-default.jpg -------------------------------------------------------------------------------- /web端/images/creat_logo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web端/images/empty-data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/web端/images/empty-data.jpg -------------------------------------------------------------------------------- /web端/images/logo-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/web端/images/logo-white.jpg -------------------------------------------------------------------------------- /web端/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/web端/images/logo.jpg -------------------------------------------------------------------------------- /web端/js/config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 创业分析平台 - 配置文件 3 | */ 4 | const CONFIG = { 5 | // API基础路径 6 | apiBaseUrl: 'http://localhost:8000', 7 | 8 | // 后端服务配置 9 | services: { 10 | // NocoBase服务配置 11 | nocobase: { 12 | baseUrl: 'http://localhost:13000/api', 13 | apiKey: 'YOUR_API_KEY' 14 | }, 15 | 16 | // Spider-Flow爬虫配置 17 | spiderFlow: { 18 | baseUrl: 'http://localhost:8082/api', 19 | username: 'admin', 20 | password: '123456' 21 | }, 22 | 23 | // Superset数据分析配置 24 | superset: { 25 | baseUrl: 'http://localhost:8088/api/v1', 26 | username: 'admin', 27 | password: 'admin' 28 | }, 29 | 30 | // AI模型服务配置 31 | aiModel: { 32 | baseUrl: 'http://localhost:5000/api', 33 | apiKey: 'YOUR_API_KEY' 34 | } 35 | }, 36 | 37 | // API路径 38 | api: { 39 | // 用户相关 40 | login: '/api/login', 41 | register: '/api/register', 42 | getUserInfo: '/api/user', 43 | updateUserInfo: '/api/user', 44 | changePassword: '/api/user/change_password', 45 | updateAvatar: '/api/user/avatar', 46 | sendVerifyCode: '/api/send_verify_code', 47 | verifyResetCode: '/api/verify_reset_code', 48 | resetPassword: '/api/reset_password', 49 | 50 | // 创业信息相关 51 | getStartupList: '/api/startup_info', 52 | getStartupDetail: '/api/startup_info', // + /{id} 53 | createStartup: '/api/startup_info', 54 | updateStartup: '/api/startup_info', // + /{id} 55 | deleteStartup: '/api/startup_info', // + /{id} 56 | 57 | // 分析结果相关 58 | getAnalysisResults: '/api/analysis_results', // ?company_id={id} 59 | 60 | // AI洞察相关 61 | getAiInsights: '/api/ai_insights', // ?company_id={id} 62 | refreshInsights: '/api/refresh_insights', 63 | 64 | // 新闻和动态 65 | getNews: '/api/news', 66 | getInsightsList: '/api/insights_list', 67 | 68 | // 用户通知 69 | getNotifications: '/api/notifications', 70 | markNotificationRead: '/api/notifications/read', // 标记为已读 71 | markAllNotificationsRead: '/api/notifications/read_all', // 全部标记为已读 72 | deleteNotification: '/api/notifications', // + /{id} 73 | }, 74 | 75 | // 本地存储键名 76 | storage: { 77 | token: 'startup_platform_token', 78 | userInfo: 'startup_platform_user' 79 | } 80 | }; -------------------------------------------------------------------------------- /web端/js/image-preload.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 创业分析平台 - 图片预加载检查 3 | * 此脚本会在页面加载前检查图片路径并预加载关键图片 4 | */ 5 | 6 | (function() { 7 | console.log('🔍 初始化图片预加载检查...'); 8 | 9 | // 检测当前页面类型 10 | function getBaseUrl() { 11 | return window.location.pathname.includes('/pages/') ? '../..' : '.'; 12 | } 13 | 14 | // 预加载核心图片资源 15 | function preloadCoreImages() { 16 | const baseUrl = getBaseUrl(); 17 | const timestamp = new Date().getTime(); 18 | 19 | // 核心图片列表 20 | const coreImages = [ 21 | 'logo.png', 22 | 'logo-white.png', 23 | 'avatar-default.png', 24 | 'banner-illustration.png', 25 | 'ai-avatar.png', 26 | 'empty-data.svg' 27 | ]; 28 | 29 | console.log(`预加载 ${coreImages.length} 个核心图片...`); 30 | 31 | // 创建图片预加载器 32 | coreImages.forEach(function(img) { 33 | const image = new Image(); 34 | // 添加时间戳防止缓存 35 | image.src = `${baseUrl}/images/${img}?t=${timestamp}`; 36 | 37 | // 添加加载事件处理 38 | image.onload = function() { 39 | console.log(`✓ 预加载成功: ${img}`); 40 | }; 41 | 42 | image.onerror = function() { 43 | console.warn(`✗ 预加载失败: ${img}`); 44 | 45 | // 尝试替代格式 46 | const altFormat = img.endsWith('.png') ? 47 | img.replace('.png', '.svg') : 48 | img.replace('.svg', '.png'); 49 | 50 | console.log(` 尝试加载替代格式: ${altFormat}`); 51 | const altImage = new Image(); 52 | altImage.src = `${baseUrl}/images/${altFormat}?t=${timestamp}`; 53 | }; 54 | }); 55 | } 56 | 57 | // 设置全局错误处理函数 58 | function setupGlobalErrorHandler() { 59 | window.addEventListener('error', function(event) { 60 | // 仅处理图片加载错误 61 | if (event.target.tagName === 'IMG') { 62 | const img = event.target; 63 | const src = img.src; 64 | console.warn(`⚠️ 图片加载错误: ${src}`); 65 | 66 | // 阻止默认错误处理 67 | event.preventDefault(); 68 | 69 | // 尝试修复图片路径 70 | if (window.fixAllImages && typeof window.fixAllImages === 'function') { 71 | console.log('尝试自动修复图片...'); 72 | window.fixAllImages(img); 73 | } 74 | } 75 | }, true); 76 | } 77 | 78 | // 在页面加载前执行 79 | document.addEventListener('DOMContentLoaded', function() { 80 | preloadCoreImages(); 81 | setupGlobalErrorHandler(); 82 | 83 | console.log('✅ 图片预加载检查完成'); 84 | }); 85 | 86 | // 导出全局接口 87 | window.imagePreloader = { 88 | preloadImages: preloadCoreImages 89 | }; 90 | })(); 91 | -------------------------------------------------------------------------------- /web端/pages/startup/startup.css: -------------------------------------------------------------------------------- 1 | /* 创业表单页面样式 */ 2 | 3 | .startup-page { 4 | padding: 30px 0; 5 | } 6 | 7 | .page-header { 8 | margin-bottom: 30px; 9 | } 10 | 11 | .page-title { 12 | font-size: 28px; 13 | font-weight: 600; 14 | margin: 0 0 10px; 15 | } 16 | 17 | .page-description { 18 | color: #606266; 19 | font-size: 16px; 20 | } 21 | 22 | /* 表单卡片 */ 23 | .form-card { 24 | background-color: #fff; 25 | border-radius: 8px; 26 | box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); 27 | padding: 30px; 28 | margin-bottom: 30px; 29 | } 30 | 31 | .card-header { 32 | display: flex; 33 | align-items: center; 34 | margin-bottom: 20px; 35 | padding-bottom: 15px; 36 | border-bottom: 1px solid #f0f0f0; 37 | } 38 | 39 | .card-icon { 40 | width: 40px; 41 | height: 40px; 42 | background-color: #e6f7ff; 43 | border-radius: 8px; 44 | display: flex; 45 | align-items: center; 46 | justify-content: center; 47 | margin-right: 15px; 48 | } 49 | 50 | .card-icon i { 51 | font-size: 22px; 52 | color: #1890ff; 53 | } 54 | 55 | .card-title { 56 | font-size: 18px; 57 | font-weight: 600; 58 | margin: 0; 59 | } 60 | 61 | /* 表单样式覆盖 */ 62 | .startup-form .el-form-item__label { 63 | font-weight: 500; 64 | } 65 | 66 | .form-divider { 67 | margin: 30px 0; 68 | } 69 | 70 | .action-buttons { 71 | margin-top: 30px; 72 | display: flex; 73 | justify-content: center; 74 | gap: 20px; 75 | } 76 | 77 | /* 上传组件样式 */ 78 | .upload-box { 79 | border: 1px dashed #d9d9d9; 80 | border-radius: 6px; 81 | padding: 20px; 82 | text-align: center; 83 | cursor: pointer; 84 | transition: all 0.3s; 85 | } 86 | 87 | .upload-box:hover { 88 | border-color: #1890ff; 89 | } 90 | 91 | .upload-icon { 92 | font-size: 28px; 93 | color: #8c939d; 94 | margin-bottom: 10px; 95 | } 96 | 97 | .upload-text { 98 | color: #606266; 99 | font-size: 14px; 100 | } 101 | 102 | .file-list { 103 | margin-top: 20px; 104 | } 105 | 106 | .file-item { 107 | display: flex; 108 | align-items: center; 109 | justify-content: space-between; 110 | padding: 8px 0; 111 | border-bottom: 1px solid #f0f0f0; 112 | } 113 | 114 | .file-name { 115 | display: flex; 116 | align-items: center; 117 | } 118 | 119 | .file-name i { 120 | margin-right: 8px; 121 | } 122 | 123 | /* 进度条样式 */ 124 | .steps-wrapper { 125 | margin-bottom: 40px; 126 | } 127 | 128 | /* 响应式调整 */ 129 | @media (max-width: 768px) { 130 | .form-card { 131 | padding: 20px; 132 | } 133 | 134 | .action-buttons { 135 | flex-direction: column; 136 | gap: 10px; 137 | } 138 | 139 | .action-buttons .el-button { 140 | width: 100%; 141 | } 142 | } 143 | -------------------------------------------------------------------------------- /web端/run_server.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | chcp 65001 > nul 3 | cd /d "%~dp0" 4 | python server.py 5 | -------------------------------------------------------------------------------- /web端/temp_start_server.ps1: -------------------------------------------------------------------------------- 1 | # 创业分析平台 - Web前端服务器启动脚本 2 | # 设置输出编码为UTF-8,确保中文正确显示 3 | [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 4 | 5 | # 定义颜色函数 6 | function Write-ColorOutput($ForegroundColor, $Message) { 7 | $fc = $host.UI.RawUI.ForegroundColor 8 | $host.UI.RawUI.ForegroundColor = $ForegroundColor 9 | Write-Output $Message 10 | $host.UI.RawUI.ForegroundColor = $fc 11 | } 12 | 13 | # 输出启动信息 14 | Write-ColorOutput Green "正在启动Web前端服务器..." 15 | Write-ColorOutput Cyan "请访问: http://localhost:3000" 16 | Write-ColorOutput Yellow "按下 Ctrl+C 可停止服务器" 17 | 18 | # 切换到脚本所在目录并启动HTTP服务器 19 | Set-Location -Path $PSScriptRoot 20 | python -m http.server 3000 21 | -------------------------------------------------------------------------------- /后端服务/nocobase/README.md: -------------------------------------------------------------------------------- 1 | # NocoBase 后端服务 2 | 3 | ## 简介 4 | NocoBase 作为本项目的核心后端,负责数据存储、API提供和业务流程管理。 5 | 6 | ## 功能 7 | - 存储创业信息数据 8 | - 存储爬虫爬取的公开信息 9 | - 提供API接口给小程序前端 10 | - 与数据分析模块集成 11 | - 为AI模型提供训练和应用数据 12 | 13 | ## 如何启动 14 | ```bash 15 | cd 后端服务/nocobase 16 | docker-compose up -d 17 | ``` 18 | 19 | 启动后,可以通过 http://localhost:8000 访问NocoBase管理界面,初始管理员账号密码为: 20 | - 用户名:admin@nocobase.com 21 | - 密码:admin123 22 | 23 | ## 配置说明 24 | 在首次启动并登录管理界面后,需要配置以下数据模型: 25 | 26 | 1. 创业信息表 - startup_info 27 | 2. 公开信息表 - public_info 28 | 3. 数据分析结果表 - analysis_results 29 | 4. AI模型输出表 - ai_insights 30 | 31 | ## 自定义插件 32 | 在 `my-plugin` 文件夹中可以开发自定义插件,以扩展NocoBase的功能,如: 33 | - 创业信息匹配插件 34 | - 爬虫触发接口 35 | - 数据分析集成 36 | - AI模型集成 -------------------------------------------------------------------------------- /后端服务/nocobase/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | services: 3 | app: 4 | image: nocobase/nocobase:latest 5 | ports: 6 | - '8000:80' 7 | volumes: 8 | - ./storage:/app/storage 9 | - ./my-plugin:/app/packages/my-plugin 10 | environment: 11 | - DB_DIALECT=postgres 12 | - DB_HOST=db 13 | - DB_PORT=5432 14 | - DB_DATABASE=nocobase 15 | - DB_USER=nocobase 16 | - DB_PASSWORD=nocobase 17 | - LOCAL_STORAGE_BASE_URL=http://localhost:8000/storage 18 | depends_on: 19 | - db 20 | 21 | db: 22 | image: postgres:14 23 | environment: 24 | POSTGRES_USER: nocobase 25 | POSTGRES_PASSWORD: nocobase 26 | POSTGRES_DB: nocobase 27 | volumes: 28 | - postgres-data:/var/lib/postgresql/data 29 | ports: 30 | - '5432:5432' 31 | 32 | volumes: 33 | postgres-data: -------------------------------------------------------------------------------- /后端服务/数据分析/superset/README.md: -------------------------------------------------------------------------------- 1 | # Apache Superset 数据分析平台 2 | 3 | ## 简介 4 | Apache Superset是一个现代化的数据探索和可视化平台,本项目中用于分析创业信息和公开信息的关联性,发现有价值的洞察。 5 | 6 | ## 功能 7 | - 连接NocoBase数据库进行数据分析 8 | - 创建交互式仪表盘展示创业分析结果 9 | - 提供数据可视化和BI能力 10 | - 支持自定义SQL查询以发现复杂关系 11 | - 将分析结果写回NocoBase以供AI模型使用 12 | 13 | ## 如何启动 14 | ```bash 15 | cd 数据分析/superset 16 | docker-compose up -d 17 | ``` 18 | 19 | 启动后,可以通过 http://localhost:8088 访问Superset管理界面,初始登录凭据: 20 | - 用户名:admin 21 | - 密码:admin 22 | 23 | ## 配置数据源 24 | 首次登录后,需要添加NocoBase的PostgreSQL数据库作为数据源: 25 | 26 | 1. 在Superset中选择"数据 > 数据库" 27 | 2. 点击"+ 数据库"按钮 28 | 3. 选择PostgreSQL连接类型 29 | 4. 配置以下连接信息: 30 | ``` 31 | 主机:db (使用docker网络中的服务名) 32 | 端口:5432 33 | 数据库名:nocobase 34 | 用户名:nocobase 35 | 密码:nocobase 36 | ``` 37 | 38 | ## 创建数据分析流程 39 | 1. 创建数据集,关联创业信息和公开信息 40 | 2. 设计可视化图表展示数据关联性 41 | 3. 创建仪表盘整合多个可视化图表 42 | 4. 设置定期执行的SQL查询,将分析结果写回NocoBase 43 | 44 | ## 与NocoBase和AI模型集成 45 | Superset的分析结果需要通过PostgreSQL写回NocoBase数据库中的`analysis_results`表: 46 | 47 | ```sql 48 | INSERT INTO analysis_results (company_id, analysis_type, result_data, created_at) 49 | SELECT 50 | s.id, 51 | 'market_position', 52 | json_build_object('market_share', market_share, 'competitors', competitors, 'growth_potential', growth_potential), 53 | current_timestamp 54 | FROM startup_info s 55 | JOIN public_info p ON s.company_name = p.company_name 56 | WHERE [your analysis criteria] 57 | ``` -------------------------------------------------------------------------------- /后端服务/数据分析/superset/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | services: 3 | redis: 4 | image: redis:latest 5 | restart: always 6 | volumes: 7 | - redis:/data 8 | 9 | db: 10 | image: postgres:14 11 | restart: always 12 | environment: 13 | POSTGRES_DB: superset 14 | POSTGRES_PASSWORD: superset 15 | POSTGRES_USER: superset 16 | volumes: 17 | - postgres:/var/lib/postgresql/data 18 | ports: 19 | - "5433:5432" 20 | 21 | superset: 22 | image: apache/superset:latest 23 | restart: always 24 | depends_on: 25 | - db 26 | - redis 27 | environment: 28 | - SUPERSET_SECRET_KEY=your_secret_key_here 29 | - ADMIN_USERNAME=admin 30 | - ADMIN_EMAIL=admin@superset.com 31 | - ADMIN_PASSWORD=admin 32 | ports: 33 | - "8088:8088" 34 | volumes: 35 | - ./superset_home:/app/superset_home 36 | 37 | superset-init: 38 | image: apache/superset:latest 39 | depends_on: 40 | - db 41 | - redis 42 | command: > 43 | bash -c "pip install psycopg2-binary && 44 | superset db upgrade && 45 | superset fab create-admin --username admin --firstname Superset --lastname Admin --email admin@superset.com --password admin && 46 | superset init" 47 | environment: 48 | - SUPERSET_SECRET_KEY=your_secret_key_here 49 | - ADMIN_USERNAME=admin 50 | - ADMIN_EMAIL=admin@superset.com 51 | - ADMIN_PASSWORD=admin 52 | volumes: 53 | - ./superset_home:/app/superset_home 54 | 55 | volumes: 56 | redis: 57 | postgres: -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/1/2/1/b/4/121b4c2dcb6837e11f9e59cde47129cebd6c8d492e8d587bf5810c88: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/1/2/1/b/4/121b4c2dcb6837e11f9e59cde47129cebd6c8d492e8d587bf5810c88 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a.body: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a.body -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/c/9/3/5/b/c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/c/9/3/5/b/c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/c/9/3/5/b/c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640.body: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/c/9/3/5/b/c935b79bf3dd42663e8b7197859af86e7093bb7785e1e2699c2c4640.body -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/e/e/f/a/f/eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/e/e/f/a/f/eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/e/e/f/a/f/eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8.body: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.cache/pip/http-v2/e/e/f/a/f/eefaf71f9be313e2390b7f369f36e3bccddc4e443dd5c211954d3ae8.body -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.cache/pip/selfcheck/fe300af6f7d708c14827daac3afc81fbb8306b73de8dd6e3f1f8ea3b: -------------------------------------------------------------------------------- 1 | {"key":"/usr/local","last_check":"2025-05-13T13:48:39.846480+00:00","pypi_version":"25.1.1"} -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2/_psycopg.cpython-310-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2/_psycopg.cpython-310-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2/errors.py: -------------------------------------------------------------------------------- 1 | """Error classes for PostgreSQL error codes 2 | """ 3 | 4 | # psycopg/errors.py - SQLSTATE and DB-API exceptions 5 | # 6 | # Copyright (C) 2018-2019 Daniele Varrazzo 7 | # Copyright (C) 2020-2021 The Psycopg Team 8 | # 9 | # psycopg2 is free software: you can redistribute it and/or modify it 10 | # under the terms of the GNU Lesser General Public License as published 11 | # by the Free Software Foundation, either version 3 of the License, or 12 | # (at your option) any later version. 13 | # 14 | # In addition, as a special exception, the copyright holders give 15 | # permission to link this program with the OpenSSL library (or with 16 | # modified versions of OpenSSL that use the same license as OpenSSL), 17 | # and distribute linked combinations including the two. 18 | # 19 | # You must obey the GNU Lesser General Public License in all respects for 20 | # all of the code used other than OpenSSL. 21 | # 22 | # psycopg2 is distributed in the hope that it will be useful, but WITHOUT 23 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 24 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 25 | # License for more details. 26 | 27 | # 28 | # NOTE: the exceptions are injected into this module by the C extention. 29 | # 30 | 31 | 32 | def lookup(code): 33 | """Lookup an error code and return its exception class. 34 | 35 | Raise `!KeyError` if the code is not found. 36 | """ 37 | from psycopg2._psycopg import sqlstate_errors # avoid circular import 38 | return sqlstate_errors[code] 39 | -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/LICENSE: -------------------------------------------------------------------------------- 1 | psycopg2 and the LGPL 2 | --------------------- 3 | 4 | psycopg2 is free software: you can redistribute it and/or modify it 5 | under the terms of the GNU Lesser General Public License as published 6 | by the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | psycopg2 is distributed in the hope that it will be useful, but WITHOUT 10 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 12 | License for more details. 13 | 14 | In addition, as a special exception, the copyright holders give 15 | permission to link this program with the OpenSSL library (or with 16 | modified versions of OpenSSL that use the same license as OpenSSL), 17 | and distribute linked combinations including the two. 18 | 19 | You must obey the GNU Lesser General Public License in all respects for 20 | all of the code used other than OpenSSL. If you modify file(s) with this 21 | exception, you may extend this exception to your version of the file(s), 22 | but you are not obligated to do so. If you do not wish to do so, delete 23 | this exception statement from your version. If you delete this exception 24 | statement from all source files in the program, then also delete it here. 25 | 26 | You should have received a copy of the GNU Lesser General Public License 27 | along with psycopg2 (see the doc/ directory.) 28 | If not, see . 29 | 30 | 31 | Alternative licenses 32 | -------------------- 33 | 34 | The following BSD-like license applies (at your option) to the files following 35 | the pattern ``psycopg/adapter*.{h,c}`` and ``psycopg/microprotocol*.{h,c}``: 36 | 37 | Permission is granted to anyone to use this software for any purpose, 38 | including commercial applications, and to alter it and redistribute it 39 | freely, subject to the following restrictions: 40 | 41 | 1. The origin of this software must not be misrepresented; you must not 42 | claim that you wrote the original software. If you use this 43 | software in a product, an acknowledgment in the product documentation 44 | would be appreciated but is not required. 45 | 46 | 2. Altered source versions must be plainly marked as such, and must not 47 | be misrepresented as being the original software. 48 | 49 | 3. This notice may not be removed or altered from any source distribution. 50 | -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/REQUESTED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/REQUESTED -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (75.1.0) 3 | Root-Is-Purelib: false 4 | Tag: cp310-cp310-manylinux_2_17_x86_64 5 | Tag: cp310-cp310-manylinux2014_x86_64 6 | 7 | -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary-2.9.10.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | psycopg2 2 | -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libcom_err-2abe824b.so.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libcom_err-2abe824b.so.2.1 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libcrypto-ea28cefb.so.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libcrypto-ea28cefb.so.1.1 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libgssapi_krb5-497db0c6.so.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libgssapi_krb5-497db0c6.so.2.2 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libk5crypto-b1f99d5c.so.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libk5crypto-b1f99d5c.so.3.1 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkeyutils-dfe70bd6.so.1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkeyutils-dfe70bd6.so.1.5 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkrb5-fcafa220.so.3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkrb5-fcafa220.so.3.3 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkrb5support-d0bcff84.so.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libkrb5support-d0bcff84.so.0.1 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/liblber-e0f57070.so.2.0.200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/liblber-e0f57070.so.2.0.200 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libldap-c37ed727.so.2.0.200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libldap-c37ed727.so.2.0.200 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libpcre-9513aab5.so.1.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libpcre-9513aab5.so.1.2.0 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libpq-e8a033dd.so.5.16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libpq-e8a033dd.so.5.16 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libsasl2-883649fd.so.3.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libsasl2-883649fd.so.3.0.0 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libselinux-0922c95c.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libselinux-0922c95c.so.1 -------------------------------------------------------------------------------- /后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libssl-3e69114b.so.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/数据分析/superset/superset_home/.local/lib/python3.10/site-packages/psycopg2_binary.libs/libssl-3e69114b.so.1.1 -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/README.md: -------------------------------------------------------------------------------- 1 | # Spider-Flow 爬虫系统 2 | 3 | ## 简介 4 | Spider-Flow是一个高度可定制的爬虫平台,本项目中用于爬取创业公司的公开信息,如公司介绍、新闻、财务状况等。 5 | 6 | ## 功能 7 | - 可视化配置爬虫流程 8 | - 定时执行爬虫任务 9 | - 数据自动处理和格式化 10 | - 通过API接口将数据发送至NocoBase 11 | 12 | ## 如何启动 13 | ```bash 14 | cd 爬虫系统/spider-flow 15 | docker-compose up -d 16 | ``` 17 | 18 | 启动后,可以通过 http://localhost:8889 访问Spider-Flow管理界面。 19 | 20 | ## 爬虫配置说明 21 | 1. 登录Spider-Flow后,创建新的爬虫任务 22 | 2. 配置爬取目标(创业信息相关网站) 23 | 3. 设置数据提取规则 24 | 4. 配置数据处理流程 25 | 5. 设置回调接口,将数据发送至NocoBase 26 | 27 | ## 与NocoBase集成 28 | 在Spider-Flow中,配置以下HTTP请求节点,将爬取的数据发送到NocoBase: 29 | 30 | ``` 31 | POST http://app:80/api/public_info 32 | Content-Type: application/json 33 | 34 | { 35 | "company_name": "${company_name}", 36 | "source": "${source}", 37 | "content": "${content}", 38 | "crawl_time": "${now()}" 39 | } 40 | ``` 41 | 42 | ## 自动触发机制 43 | 当小程序端录入新的创业信息后,NocoBase将通过API调用触发对应的爬虫任务: 44 | 45 | ``` 46 | GET http://spider-flow:8080/api/trigger?name=company_info¶m_company=${company_name} 47 | ``` -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.3' 2 | services: 3 | spider-flow: 4 | image: wbsu2003/spider-flow:latest 5 | restart: always 6 | ports: 7 | - '8889:8080' 8 | volumes: 9 | - ./data:/spider-flow/data 10 | environment: 11 | - TZ=Asia/Shanghai 12 | - MYSQL_HOST=spider-flow-mysql 13 | - MYSQL_PORT=3306 14 | - MYSQL_DATABASE=spiderflow 15 | - MYSQL_USERNAME=root 16 | - MYSQL_PASSWORD=123456 17 | depends_on: 18 | - spider-flow-mysql 19 | 20 | spider-flow-mysql: 21 | image: mysql:5.7 22 | restart: always 23 | environment: 24 | - MYSQL_ROOT_PASSWORD=123456 25 | - MYSQL_DATABASE=spiderflow 26 | volumes: 27 | - ./mysql-data:/var/lib/mysql 28 | command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/auto.cnf: -------------------------------------------------------------------------------- 1 | [auto] 2 | server-uuid=cc73adc7-30c4-11f0-a1e6-06e0b6da4700 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/ib_buffer_pool: -------------------------------------------------------------------------------- 1 | 0,51 2 | 0,540 3 | 10,303 4 | 0,539 5 | 10,302 6 | 10,301 7 | 0,538 8 | 10,300 9 | 0,537 10 | 10,299 11 | 0,536 12 | 10,298 13 | 10,297 14 | 11,28 15 | 0,535 16 | 10,296 17 | 0,534 18 | 10,295 19 | 8,17 20 | 10,294 21 | 0,533 22 | 10,293 23 | 0,532 24 | 10,292 25 | 10,291 26 | 0,531 27 | 10,290 28 | 0,530 29 | 10,289 30 | 10,288 31 | 0,529 32 | 10,287 33 | 0,528 34 | 10,286 35 | 11,27 36 | 0,527 37 | 10,285 38 | 10,284 39 | 0,526 40 | 10,283 41 | 0,525 42 | 10,282 43 | 10,281 44 | 0,524 45 | 10,280 46 | 0,523 47 | 10,279 48 | 10,278 49 | 0,522 50 | 10,277 51 | 0,521 52 | 10,276 53 | 10,275 54 | 0,520 55 | 10,274 56 | 0,519 57 | 10,273 58 | 9,7 59 | 10,272 60 | 11,26 61 | 0,518 62 | 10,271 63 | 0,517 64 | 10,270 65 | 10,269 66 | 0,516 67 | 10,268 68 | 0,515 69 | 10,267 70 | 10,266 71 | 0,514 72 | 10,265 73 | 0,513 74 | 10,264 75 | 10,263 76 | 0,512 77 | 10,262 78 | 0,511 79 | 10,261 80 | 10,260 81 | 8,16 82 | 0,510 83 | 10,259 84 | 0,509 85 | 10,258 86 | 10,257 87 | 0,508 88 | 10,256 89 | 11,25 90 | 0,507 91 | 10,255 92 | 0,506 93 | 10,254 94 | 0,505 95 | 10,253 96 | 10,252 97 | 0,504 98 | 10,251 99 | 0,503 100 | 11,24 101 | 10,250 102 | 0,502 103 | 10,249 104 | 10,248 105 | 0,501 106 | 10,247 107 | 0,500 108 | 10,246 109 | 10,245 110 | 0,499 111 | 10,244 112 | 0,498 113 | 10,243 114 | 10,242 115 | 0,497 116 | 10,241 117 | 0,496 118 | 10,240 119 | 10,239 120 | 0,495 121 | 11,23 122 | 10,238 123 | 0,494 124 | 10,237 125 | 8,15 126 | 10,236 127 | 0,493 128 | 10,235 129 | 0,492 130 | 10,234 131 | 10,233 132 | 0,491 133 | 10,232 134 | 8,14 135 | 0,490 136 | 10,231 137 | 0,489 138 | 10,230 139 | 10,229 140 | 0,488 141 | 10,228 142 | 0,487 143 | 10,227 144 | 10,226 145 | 0,486 146 | 10,225 147 | 11,22 148 | 0,485 149 | 10,224 150 | 10,223 151 | 0,484 152 | 10,222 153 | 0,483 154 | 10,221 155 | 10,220 156 | 0,482 157 | 10,219 158 | 0,481 159 | 10,218 160 | 10,217 161 | 0,480 162 | 10,216 163 | 0,479 164 | 10,215 165 | 11,21 166 | 0,478 167 | 10,214 168 | 0,477 169 | 10,213 170 | 10,212 171 | 0,476 172 | 10,211 173 | 0,475 174 | 10,210 175 | 10,209 176 | 0,474 177 | 10,208 178 | 8,13 179 | 8,12 180 | 0,473 181 | 11,20 182 | 10,207 183 | 0,472 184 | 10,206 185 | 10,205 186 | 0,471 187 | 10,204 188 | 0,470 189 | 10,203 190 | 0,469 191 | 10,202 192 | 10,201 193 | 0,468 194 | 10,200 195 | 0,467 196 | 10,199 197 | 10,198 198 | 0,466 199 | 10,197 200 | 0,465 201 | 11,19 202 | 10,196 203 | 10,195 204 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/ib_logfile0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/ib_logfile0 -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/ibdata1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/ibdata1 -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/ibtmp1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/ibtmp1 -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/columns_priv.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/db.opt: -------------------------------------------------------------------------------- 1 | default-character-set=utf8mb4 2 | default-collation=utf8mb4_unicode_ci 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/engine_cost.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/engine_cost.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/engine_cost.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/engine_cost.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/event.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/func.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.CSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.CSM -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.CSV -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/general_log.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/gtid_executed.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/gtid_executed.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/gtid_executed.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/gtid_executed.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_category.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_category.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_category.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_category.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_keyword.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_keyword.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_keyword.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_keyword.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_relation.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_relation.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_relation.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_relation.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_topic.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_topic.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_topic.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/help_topic.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_index_stats.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_index_stats.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_index_stats.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_index_stats.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_table_stats.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_table_stats.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_table_stats.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/innodb_table_stats.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/ndb_binlog_index.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/plugin.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/plugin.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/plugin.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/plugin.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proc.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/procs_priv.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/proxies_priv.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/server_cost.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/server_cost.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/server_cost.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/server_cost.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/servers.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/servers.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/servers.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/servers.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_master_info.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_master_info.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_master_info.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_master_info.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_relay_log_info.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_relay_log_info.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_relay_log_info.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_relay_log_info.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_worker_info.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_worker_info.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_worker_info.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slave_worker_info.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.CSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.CSM -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.CSV -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/slow_log.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/tables_priv.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_leap_second.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_leap_second.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_leap_second.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_leap_second.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_name.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_name.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition_type.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition_type.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition_type.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/time_zone_transition_type.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.MYD -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.MYI -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/mysql/user.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/accounts.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/accounts.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/cond_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/cond_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/db.opt: -------------------------------------------------------------------------------- 1 | default-character-set=utf8 2 | default-collation=utf8_general_ci 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_current.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_current.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_history.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_history.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_history_long.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_history_long.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_account_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_account_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_host_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_host_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_thread_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_thread_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_user_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_by_user_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_global_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_stages_summary_global_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_current.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_current.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_history.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_history.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_history_long.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_history_long.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_account_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_account_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_digest.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_digest.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_host_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_host_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_program.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_program.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_thread_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_thread_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_user_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_by_user_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_global_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_statements_summary_global_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_current.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_current.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_history.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_history.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_history_long.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_history_long.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_account_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_account_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_host_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_host_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_thread_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_thread_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_user_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_by_user_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_global_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_transactions_summary_global_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_current.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_current.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_history.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_history.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_history_long.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_history_long.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_account_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_account_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_host_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_host_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_instance.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_instance.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_thread_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_thread_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_user_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_by_user_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_global_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/events_waits_summary_global_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_summary_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_summary_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_summary_by_instance.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/file_summary_by_instance.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/global_status.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/global_status.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/global_variables.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/global_variables.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/host_cache.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/host_cache.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/hosts.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/hosts.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_account_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_account_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_host_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_host_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_thread_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_thread_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_user_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_by_user_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_global_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/memory_summary_global_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/metadata_locks.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/metadata_locks.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/mutex_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/mutex_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/objects_summary_global_by_type.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/objects_summary_global_by_type.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/performance_timers.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/performance_timers.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/prepared_statements_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/prepared_statements_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/processlist.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/processlist.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_configuration.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_configuration.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status_by_coordinator.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status_by_coordinator.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status_by_worker.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_applier_status_by_worker.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_connection_configuration.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_connection_configuration.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_connection_status.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_connection_status.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_group_member_stats.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_group_member_stats.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_group_members.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/replication_group_members.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/rwlock_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/rwlock_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_account_connect_attrs.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_account_connect_attrs.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_connect_attrs.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_connect_attrs.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_status.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_status.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_variables.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/session_variables.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_actors.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_actors.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_consumers.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_consumers.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_instruments.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_instruments.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_objects.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_objects.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_timers.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/setup_timers.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_instances.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_instances.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_summary_by_event_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_summary_by_event_name.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_summary_by_instance.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/socket_summary_by_instance.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_account.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_account.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_host.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_host.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_thread.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_thread.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_user.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/status_by_user.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_handles.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_handles.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_io_waits_summary_by_index_usage.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_io_waits_summary_by_index_usage.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_io_waits_summary_by_table.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_io_waits_summary_by_table.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_lock_waits_summary_by_table.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/table_lock_waits_summary_by_table.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/threads.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/threads.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/user_variables_by_thread.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/user_variables_by_thread.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/users.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/users.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/variables_by_thread.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/performance_schema/variables_by_thread.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/spiderflow/db.opt: -------------------------------------------------------------------------------- 1 | default-character-set=utf8mb4 2 | default-collation=utf8mb4_unicode_ci 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/db.opt: -------------------------------------------------------------------------------- 1 | default-character-set=utf8 2 | default-collation=utf8_general_ci 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/host_summary_by_file_io.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR`) AS `ios`,`sys`.`format_time`(sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`)) AS `io_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) desc 3 | md5=53b0d9b1a70d1f81690a79d9d4d8f59c 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, SUM(count_star) AS ios, sys.format_time(SUM(sum_timer_wait)) AS io_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name LIKE \'wait/io/file/%\' GROUP BY IF(host IS NULL, \'background\', host) ORDER BY SUM(sum_timer_wait) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR`) AS `ios`,`sys`.`format_time`(sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`)) AS `io_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/host_summary_by_file_io_type.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=58bace9fd830c2b849772ce5d565917e 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, sys.format_time(max_timer_wait) AS max_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name LIKE \'wait/io/file%\' AND count_star > 0 ORDER BY IF(host IS NULL, \'background\', host), sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/host_summary_by_stages.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency` from `performance_schema`.`events_stages_summary_by_host_by_event_name` where (`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=b6ea9b98daa223ec9e82b8abb20f25f0 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, sys.format_time(avg_timer_wait) AS avg_latency FROM performance_schema.events_stages_summary_by_host_by_event_name WHERE sum_timer_wait != 0 ORDER BY IF(host IS NULL, \'background\', host), sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency` from `performance_schema`.`events_stages_summary_by_host_by_event_name` where (`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/innodb_buffer_stats_by_schema.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,`sys`.`format_bytes`(sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`))) AS `allocated`,`sys`.`format_bytes`(sum(`ibp`.`DATA_SIZE`)) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round((sum(`ibp`.`NUMBER_RECORDS`) / count(distinct `ibp`.`INDEX_NAME`)),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 3 | md5=b23f280915a074b57291cc7da91510fb 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(LOCATE(\'.\', ibp.table_name) = 0, \'InnoDB System\', REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', 1), \'`\', \'\')) AS object_schema, sys.format_bytes(SUM(IF(ibp.compressed_size = 0, 16384, compressed_size))) AS allocated, sys.format_bytes(SUM(ibp.data_size)) AS data, COUNT(ibp.page_number) AS pages, COUNT(IF(ibp.is_hashed = \'YES\', 1, NULL)) AS pages_hashed, COUNT(IF(ibp.is_old = \'YES\', 1, NULL)) AS pages_old, ROUND(SUM(ibp.number_records)/COUNT(DISTINCT ibp.index_name)) AS rows_cached FROM information_schema.innodb_buffer_page ibp WHERE table_name IS NOT NULL GROUP BY object_schema ORDER BY SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,`sys`.`format_bytes`(sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`))) AS `allocated`,`sys`.`format_bytes`(sum(`ibp`.`DATA_SIZE`)) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round((sum(`ibp`.`NUMBER_RECORDS`) / count(distinct `ibp`.`INDEX_NAME`)),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/innodb_buffer_stats_by_table.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',-(1)),\'`\',\'\') AS `object_name`,`sys`.`format_bytes`(sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`))) AS `allocated`,`sys`.`format_bytes`(sum(`ibp`.`DATA_SIZE`)) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round((sum(`ibp`.`NUMBER_RECORDS`) / count(distinct `ibp`.`INDEX_NAME`)),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema`,`object_name` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 3 | md5=30a495a8e73aabfe8a6000d02dae3470 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(LOCATE(\'.\', ibp.table_name) = 0, \'InnoDB System\', REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', 1), \'`\', \'\')) AS object_schema, REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', -1), \'`\', \'\') AS object_name, sys.format_bytes(SUM(IF(ibp.compressed_size = 0, 16384, compressed_size))) AS allocated, sys.format_bytes(SUM(ibp.data_size)) AS data, COUNT(ibp.page_number) AS pages, COUNT(IF(ibp.is_hashed = \'YES\', 1, NULL)) AS pages_hashed, COUNT(IF(ibp.is_old = \'YES\', 1, NULL)) AS pages_old, ROUND(SUM(ibp.number_records)/COUNT(DISTINCT ibp.index_name)) AS rows_cached FROM information_schema.innodb_buffer_page ibp WHERE table_name IS NOT NULL GROUP BY object_schema, object_name ORDER BY SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',-(1)),\'`\',\'\') AS `object_name`,`sys`.`format_bytes`(sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`))) AS `allocated`,`sys`.`format_bytes`(sum(`ibp`.`DATA_SIZE`)) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round((sum(`ibp`.`NUMBER_RECORDS`) / count(distinct `ibp`.`INDEX_NAME`)),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema`,`object_name` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/io_global_by_file_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `sys`.`format_path`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `file`,`performance_schema`.`file_summary_by_instance`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT`) AS `total_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_READ` AS `count_read`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ`) AS `read_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE` AS `count_write`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE`) AS `write_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_MISC` AS `count_misc`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC`) AS `misc_latency` from `performance_schema`.`file_summary_by_instance` order by `performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` desc 3 | md5=df1590c01c7120af1cfc8bf4d4c33e23 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT sys.format_path(file_name) AS file, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, count_read, sys.format_time(sum_timer_read) AS read_latency, count_write, sys.format_time(sum_timer_write) AS write_latency, count_misc, sys.format_time(sum_timer_misc) AS misc_latency FROM performance_schema.file_summary_by_instance ORDER BY sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `sys`.`format_path`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `file`,`performance_schema`.`file_summary_by_instance`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT`) AS `total_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_READ` AS `count_read`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ`) AS `read_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE` AS `count_write`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE`) AS `write_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_MISC` AS `count_misc`,`sys`.`format_time`(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC`) AS `misc_latency` from `performance_schema`.`file_summary_by_instance` order by `performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/memory_by_thread_by_current_bytes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `mt`.`THREAD_ID` AS `thread_id`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) AS `user`,sum(`mt`.`CURRENT_COUNT_USED`) AS `current_count_used`,`sys`.`format_bytes`(sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `current_allocated`,`sys`.`format_bytes`(ifnull((sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`mt`.`CURRENT_COUNT_USED`),0)),0)) AS `current_avg_alloc`,`sys`.`format_bytes`(max(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `current_max_alloc`,`sys`.`format_bytes`(sum(`mt`.`SUM_NUMBER_OF_BYTES_ALLOC`)) AS `total_allocated` from (`performance_schema`.`memory_summary_by_thread_by_event_name` `mt` join `performance_schema`.`threads` `t` on((`mt`.`THREAD_ID` = `t`.`THREAD_ID`))) group by `mt`.`THREAD_ID`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) order by sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 3 | md5=f52d32948adcd2fc220877ecb408580f 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT thread_id, IF(t.name = \'thread/sql/one_connection\', CONCAT(t.processlist_user, \'@\', t.processlist_host), REPLACE(t.name, \'thread/\', \'\')) user, SUM(mt.current_count_used) AS current_count_used, sys.format_bytes(SUM(mt.current_number_of_bytes_used)) AS current_allocated, sys.format_bytes(IFNULL(SUM(mt.current_number_of_bytes_used) / NULLIF(SUM(current_count_used), 0), 0)) AS current_avg_alloc, sys.format_bytes(MAX(mt.current_number_of_bytes_used)) AS current_max_alloc, sys.format_bytes(SUM(mt.sum_number_of_bytes_alloc)) AS total_allocated FROM performance_schema.memory_summary_by_thread_by_event_name AS mt JOIN performance_schema.threads AS t USING (thread_id) GROUP BY thread_id, IF(t.name = \'thread/sql/one_connection\', CONCAT(t.processlist_user, \'@\', t.processlist_host), REPLACE(t.name, \'thread/\', \'\')) ORDER BY SUM(current_number_of_bytes_used) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `mt`.`THREAD_ID` AS `thread_id`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) AS `user`,sum(`mt`.`CURRENT_COUNT_USED`) AS `current_count_used`,`sys`.`format_bytes`(sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `current_allocated`,`sys`.`format_bytes`(ifnull((sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`mt`.`CURRENT_COUNT_USED`),0)),0)) AS `current_avg_alloc`,`sys`.`format_bytes`(max(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `current_max_alloc`,`sys`.`format_bytes`(sum(`mt`.`SUM_NUMBER_OF_BYTES_ALLOC`)) AS `total_allocated` from (`performance_schema`.`memory_summary_by_thread_by_event_name` `mt` join `performance_schema`.`threads` `t` on((`mt`.`THREAD_ID` = `t`.`THREAD_ID`))) group by `mt`.`THREAD_ID`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) order by sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/memory_global_total.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `sys`.`format_bytes`(sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name` 3 | md5=8082fddb38d6165c0d33b88815ddf3d8 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT sys.format_bytes(SUM(CURRENT_NUMBER_OF_BYTES_USED)) total_allocated FROM performance_schema.memory_summary_global_by_event_name 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `sys`.`format_bytes`(sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/ps_check_lost_instrumentation.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`global_status`.`VARIABLE_NAME` AS `variable_name`,`performance_schema`.`global_status`.`VARIABLE_VALUE` AS `variable_value` from `performance_schema`.`global_status` where ((`performance_schema`.`global_status`.`VARIABLE_NAME` like \'perf%lost\') and (`performance_schema`.`global_status`.`VARIABLE_VALUE` > 0)) 3 | md5=a4602a3a66e4c59a9e72166d18821c07 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT variable_name, variable_value FROM performance_schema.global_status WHERE variable_name LIKE \'perf%lost\' AND variable_value > 0 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`global_status`.`VARIABLE_NAME` AS `variable_name`,`performance_schema`.`global_status`.`VARIABLE_VALUE` AS `variable_value` from `performance_schema`.`global_status` where ((`performance_schema`.`global_status`.`VARIABLE_NAME` like \'perf%lost\') and (`performance_schema`.`global_status`.`VARIABLE_VALUE` > 0)) 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/schema_tables_with_full_table_scans.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_SCHEMA` AS `object_schema`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_NAME` AS `object_name`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` AS `rows_full_scanned`,`sys`.`format_time`(`performance_schema`.`table_io_waits_summary_by_index_usage`.`SUM_TIMER_WAIT`) AS `latency` from `performance_schema`.`table_io_waits_summary_by_index_usage` where (isnull(`performance_schema`.`table_io_waits_summary_by_index_usage`.`INDEX_NAME`) and (`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` > 0)) order by `performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` desc 3 | md5=eead73bf195efe1bf5542ab07f4d9479 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT object_schema, object_name, count_read AS rows_full_scanned, sys.format_time(sum_timer_wait) AS latency FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NULL AND count_read > 0 ORDER BY count_read DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_SCHEMA` AS `object_schema`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_NAME` AS `object_name`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` AS `rows_full_scanned`,`sys`.`format_time`(`performance_schema`.`table_io_waits_summary_by_index_usage`.`SUM_TIMER_WAIT`) AS `latency` from `performance_schema`.`table_io_waits_summary_by_index_usage` where (isnull(`performance_schema`.`table_io_waits_summary_by_index_usage`.`INDEX_NAME`) and (`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` > 0)) order by `performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/schema_unused_indexes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `t`.`OBJECT_SCHEMA` AS `object_schema`,`t`.`OBJECT_NAME` AS `object_name`,`t`.`INDEX_NAME` AS `index_name` from (`performance_schema`.`table_io_waits_summary_by_index_usage` `t` join `information_schema`.`statistics` `s` on(((`t`.`OBJECT_SCHEMA` = `s`.`TABLE_SCHEMA`) and (`t`.`OBJECT_NAME` = `s`.`TABLE_NAME`) and (`t`.`INDEX_NAME` = `s`.`INDEX_NAME`)))) where ((`t`.`INDEX_NAME` is not null) and (`t`.`COUNT_STAR` = 0) and (`t`.`OBJECT_SCHEMA` <> \'mysql\') and (`t`.`INDEX_NAME` <> \'PRIMARY\') and (`s`.`NON_UNIQUE` = 1) and (`s`.`SEQ_IN_INDEX` = 1)) order by `t`.`OBJECT_SCHEMA`,`t`.`OBJECT_NAME` 3 | md5=2c155d525f8ab7b1aca079c464d69c64 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT t.object_schema, t.object_name, t.index_name FROM performance_schema.table_io_waits_summary_by_index_usage t INNER JOIN information_schema.statistics s ON t.object_schema = s.table_schema AND t.object_name = s.table_name AND t.index_name = s.index_name WHERE t.index_name IS NOT NULL AND t.count_star = 0 AND t.object_schema != \'mysql\' AND t.index_name != \'PRIMARY\' AND s.NON_UNIQUE = 1 AND s.SEQ_IN_INDEX = 1 ORDER BY object_schema, object_name 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `t`.`OBJECT_SCHEMA` AS `object_schema`,`t`.`OBJECT_NAME` AS `object_name`,`t`.`INDEX_NAME` AS `index_name` from (`performance_schema`.`table_io_waits_summary_by_index_usage` `t` join `information_schema`.`statistics` `s` on(((`t`.`OBJECT_SCHEMA` = `s`.`TABLE_SCHEMA`) and (`t`.`OBJECT_NAME` = `s`.`TABLE_NAME`) and (`t`.`INDEX_NAME` = `s`.`INDEX_NAME`)))) where ((`t`.`INDEX_NAME` is not null) and (`t`.`COUNT_STAR` = 0) and (`t`.`OBJECT_SCHEMA` <> \'mysql\') and (`t`.`INDEX_NAME` <> \'PRIMARY\') and (`s`.`NON_UNIQUE` = 1) and (`s`.`SEQ_IN_INDEX` = 1)) order by `t`.`OBJECT_SCHEMA`,`t`.`OBJECT_NAME` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/session.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `processlist`.`thd_id` AS `thd_id`,`processlist`.`conn_id` AS `conn_id`,`processlist`.`user` AS `user`,`processlist`.`db` AS `db`,`processlist`.`command` AS `command`,`processlist`.`state` AS `state`,`processlist`.`time` AS `time`,`processlist`.`current_statement` AS `current_statement`,`processlist`.`statement_latency` AS `statement_latency`,`processlist`.`progress` AS `progress`,`processlist`.`lock_latency` AS `lock_latency`,`processlist`.`rows_examined` AS `rows_examined`,`processlist`.`rows_sent` AS `rows_sent`,`processlist`.`rows_affected` AS `rows_affected`,`processlist`.`tmp_tables` AS `tmp_tables`,`processlist`.`tmp_disk_tables` AS `tmp_disk_tables`,`processlist`.`full_scan` AS `full_scan`,`processlist`.`last_statement` AS `last_statement`,`processlist`.`last_statement_latency` AS `last_statement_latency`,`processlist`.`current_memory` AS `current_memory`,`processlist`.`last_wait` AS `last_wait`,`processlist`.`last_wait_latency` AS `last_wait_latency`,`processlist`.`source` AS `source`,`processlist`.`trx_latency` AS `trx_latency`,`processlist`.`trx_state` AS `trx_state`,`processlist`.`trx_autocommit` AS `trx_autocommit`,`processlist`.`pid` AS `pid`,`processlist`.`program_name` AS `program_name` from `sys`.`processlist` where ((`processlist`.`conn_id` is not null) and (`processlist`.`command` <> \'Daemon\')) 3 | md5=97370a9a592ae223cb955b6a4424f702 4 | updatable=0 5 | algorithm=0 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT * FROM sys.processlist WHERE conn_id IS NOT NULL AND command != \'Daemon\' 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `processlist`.`thd_id` AS `thd_id`,`processlist`.`conn_id` AS `conn_id`,`processlist`.`user` AS `user`,`processlist`.`db` AS `db`,`processlist`.`command` AS `command`,`processlist`.`state` AS `state`,`processlist`.`time` AS `time`,`processlist`.`current_statement` AS `current_statement`,`processlist`.`statement_latency` AS `statement_latency`,`processlist`.`progress` AS `progress`,`processlist`.`lock_latency` AS `lock_latency`,`processlist`.`rows_examined` AS `rows_examined`,`processlist`.`rows_sent` AS `rows_sent`,`processlist`.`rows_affected` AS `rows_affected`,`processlist`.`tmp_tables` AS `tmp_tables`,`processlist`.`tmp_disk_tables` AS `tmp_disk_tables`,`processlist`.`full_scan` AS `full_scan`,`processlist`.`last_statement` AS `last_statement`,`processlist`.`last_statement_latency` AS `last_statement_latency`,`processlist`.`current_memory` AS `current_memory`,`processlist`.`last_wait` AS `last_wait`,`processlist`.`last_wait_latency` AS `last_wait_latency`,`processlist`.`source` AS `source`,`processlist`.`trx_latency` AS `trx_latency`,`processlist`.`trx_state` AS `trx_state`,`processlist`.`trx_autocommit` AS `trx_autocommit`,`processlist`.`pid` AS `pid`,`processlist`.`program_name` AS `program_name` from `sys`.`processlist` where ((`processlist`.`conn_id` is not null) and (`processlist`.`command` <> \'Daemon\')) 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/session_ssl_status.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `sslver`.`THREAD_ID` AS `thread_id`,`sslver`.`VARIABLE_VALUE` AS `ssl_version`,`sslcip`.`VARIABLE_VALUE` AS `ssl_cipher`,`sslreuse`.`VARIABLE_VALUE` AS `ssl_sessions_reused` from ((`performance_schema`.`status_by_thread` `sslver` left join `performance_schema`.`status_by_thread` `sslcip` on(((`sslcip`.`THREAD_ID` = `sslver`.`THREAD_ID`) and (`sslcip`.`VARIABLE_NAME` = \'Ssl_cipher\')))) left join `performance_schema`.`status_by_thread` `sslreuse` on(((`sslreuse`.`THREAD_ID` = `sslver`.`THREAD_ID`) and (`sslreuse`.`VARIABLE_NAME` = \'Ssl_sessions_reused\')))) where (`sslver`.`VARIABLE_NAME` = \'Ssl_version\') 3 | md5=85a4a938aeb0d850e448a6821ca91f12 4 | updatable=0 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT sslver.thread_id, sslver.variable_value ssl_version, sslcip.variable_value ssl_cipher, sslreuse.variable_value ssl_sessions_reused FROM performance_schema.status_by_thread sslver LEFT JOIN performance_schema.status_by_thread sslcip ON (sslcip.thread_id=sslver.thread_id and sslcip.variable_name=\'Ssl_cipher\') LEFT JOIN performance_schema.status_by_thread sslreuse ON (sslreuse.thread_id=sslver.thread_id and sslreuse.variable_name=\'Ssl_sessions_reused\') WHERE sslver.variable_name=\'Ssl_version\' 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `sslver`.`THREAD_ID` AS `thread_id`,`sslver`.`VARIABLE_VALUE` AS `ssl_version`,`sslcip`.`VARIABLE_VALUE` AS `ssl_cipher`,`sslreuse`.`VARIABLE_VALUE` AS `ssl_sessions_reused` from ((`performance_schema`.`status_by_thread` `sslver` left join `performance_schema`.`status_by_thread` `sslcip` on(((`sslcip`.`THREAD_ID` = `sslver`.`THREAD_ID`) and (`sslcip`.`VARIABLE_NAME` = \'Ssl_cipher\')))) left join `performance_schema`.`status_by_thread` `sslreuse` on(((`sslreuse`.`THREAD_ID` = `sslver`.`THREAD_ID`) and (`sslreuse`.`VARIABLE_NAME` = \'Ssl_sessions_reused\')))) where (`sslver`.`VARIABLE_NAME` = \'Ssl_version\') 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config.TRG: -------------------------------------------------------------------------------- 1 | TYPE=TRIGGERS 2 | triggers='CREATE DEFINER=`mysql.sys`@`localhost` TRIGGER sys_config_insert_set_user BEFORE INSERT on sys_config FOR EACH ROW BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END' 'CREATE DEFINER=`mysql.sys`@`localhost` TRIGGER sys_config_update_set_user BEFORE UPDATE on sys_config FOR EACH ROW BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END' 3 | sql_modes=0 0 4 | definers='mysql.sys@localhost' 'mysql.sys@localhost' 5 | client_cs_names='utf8' 'utf8' 6 | connection_cl_names='utf8_general_ci' 'utf8_general_ci' 7 | db_cl_names='utf8_general_ci' 'utf8_general_ci' 8 | created=174722822816 174722822817 9 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config.frm -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ceilf6/startup-analysis-platform/63258107d37922c9fcd32e3149ce4b9b2b8631e3/后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config.ibd -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config_insert_set_user.TRN: -------------------------------------------------------------------------------- 1 | TYPE=TRIGGERNAME 2 | trigger_table=sys_config 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/sys_config_update_set_user.TRN: -------------------------------------------------------------------------------- 1 | TYPE=TRIGGERNAME 2 | trigger_table=sys_config 3 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/user_summary_by_file_io.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR`) AS `ios`,`sys`.`format_time`(sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`)) AS `io_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) desc 3 | md5=08171b54a594819d1cd686ef84f12e31 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, SUM(count_star) AS ios, sys.format_time(SUM(sum_timer_wait)) AS io_latency FROM performance_schema.events_waits_summary_by_user_by_event_name WHERE event_name LIKE \'wait/io/file/%\' GROUP BY IF(user IS NULL, \'background\', user) ORDER BY SUM(sum_timer_wait) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR`) AS `ios`,`sys`.`format_time`(sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`)) AS `io_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/user_summary_by_file_io_type.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where ((`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=bb1eca95354ebd09efbc2f63a5592c17 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, event_name, count_star AS total, sys.format_time(sum_timer_wait) AS latency, sys.format_time(max_timer_wait) AS max_latency FROM performance_schema.events_waits_summary_by_user_by_event_name WHERE event_name LIKE \'wait/io/file%\' AND count_star > 0 ORDER BY user, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where ((`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/user_summary_by_stages.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency` from `performance_schema`.`events_stages_summary_by_user_by_event_name` where (`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=921d12c21bf3cde11e6224b3719e1c57 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, event_name, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, sys.format_time(avg_timer_wait) AS avg_latency FROM performance_schema.events_stages_summary_by_user_by_event_name WHERE sum_timer_wait != 0 ORDER BY user, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency` from `performance_schema`.`events_stages_summary_by_user_by_event_name` where (`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/version.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select \'1.5.2\' AS `sys_version`,version() AS `mysql_version` 3 | md5=4e2508b71654f19bd9553eeabf2918f2 4 | updatable=0 5 | algorithm=0 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT \'1.5.2\' AS sys_version, version() AS mysql_version 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select \'1.5.2\' AS `sys_version`,version() AS `mysql_version` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/waits_by_host_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=6a2ef7987b3d54b9ee36478de51f86c6 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name AS event, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, sys.format_time(avg_timer_wait) AS avg_latency, sys.format_time(max_timer_wait) AS max_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name != \'idle\' AND sum_timer_wait > 0 ORDER BY host, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/waits_global_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` AS `events`,`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by `performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=1829bdc0b005dd5de530fa44c0430f42 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT event_name AS event, count_star AS total, sys.format_time(sum_timer_wait) AS total_latency, sys.format_time(avg_timer_wait) AS avg_latency, sys.format_time(max_timer_wait) AS max_latency FROM performance_schema.events_waits_summary_global_by_event_name WHERE event_name != \'idle\' AND sum_timer_wait > 0 ORDER BY sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` AS `events`,`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR` AS `total`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`AVG_TIMER_WAIT`) AS `avg_latency`,`sys`.`format_time`(`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by `performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024host_summary_by_file_io.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR`) AS `ios`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `io_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) desc 3 | md5=dacbdae2dd69a150477114b88a491df1 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, SUM(count_star) AS ios, SUM(sum_timer_wait) AS io_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name LIKE \'wait/io/file/%\' GROUP BY IF(host IS NULL, \'background\', host) ORDER BY SUM(sum_timer_wait) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR`) AS `ios`,sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) AS `io_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024host_summary_by_file_io_type.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=10769ef5bc6d3c8906e4935b0c87aed6 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name, count_star AS total, sum_timer_wait AS total_latency, max_timer_wait AS max_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name LIKE \'wait/io/file%\' AND count_star > 0 ORDER BY IF(host IS NULL, \'background\', host), sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024host_summary_by_stages.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency` from `performance_schema`.`events_stages_summary_by_host_by_event_name` where (`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=5a74ad222eb619620ba31a9d39473706 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name, count_star AS total, sum_timer_wait AS total_latency, avg_timer_wait AS avg_latency FROM performance_schema.events_stages_summary_by_host_by_event_name WHERE sum_timer_wait != 0 ORDER BY IF(host IS NULL, \'background\', host), sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_stages_summary_by_host_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency` from `performance_schema`.`events_stages_summary_by_host_by_event_name` where (`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_stages_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_stages_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024innodb_buffer_stats_by_schema.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) AS `allocated`,sum(`ibp`.`DATA_SIZE`) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round(ifnull((sum(`ibp`.`NUMBER_RECORDS`) / nullif(count(distinct `ibp`.`INDEX_NAME`),0)),0),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 3 | md5=6f94a02a2bc462b3845358d5588eb416 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(LOCATE(\'.\', ibp.table_name) = 0, \'InnoDB System\', REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', 1), \'`\', \'\')) AS object_schema, SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) AS allocated, SUM(ibp.data_size) AS data, COUNT(ibp.page_number) AS pages, COUNT(IF(ibp.is_hashed = \'YES\', 1, NULL)) AS pages_hashed, COUNT(IF(ibp.is_old = \'YES\', 1, NULL)) AS pages_old, ROUND(IFNULL(SUM(ibp.number_records)/NULLIF(COUNT(DISTINCT ibp.index_name), 0), 0)) AS rows_cached FROM information_schema.innodb_buffer_page ibp WHERE table_name IS NOT NULL GROUP BY object_schema ORDER BY SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) AS `allocated`,sum(`ibp`.`DATA_SIZE`) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round(ifnull((sum(`ibp`.`NUMBER_RECORDS`) / nullif(count(distinct `ibp`.`INDEX_NAME`),0)),0),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024innodb_buffer_stats_by_table.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',-(1)),\'`\',\'\') AS `object_name`,sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) AS `allocated`,sum(`ibp`.`DATA_SIZE`) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round(ifnull((sum(`ibp`.`NUMBER_RECORDS`) / nullif(count(distinct `ibp`.`INDEX_NAME`),0)),0),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema`,`object_name` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 3 | md5=462e703a83dce7346c5ad0733c3c8d54 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(LOCATE(\'.\', ibp.table_name) = 0, \'InnoDB System\', REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', 1), \'`\', \'\')) AS object_schema, REPLACE(SUBSTRING_INDEX(ibp.table_name, \'.\', -1), \'`\', \'\') AS object_name, SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) AS allocated, SUM(ibp.data_size) AS data, COUNT(ibp.page_number) AS pages, COUNT(IF(ibp.is_hashed = \'YES\', 1, NULL)) AS pages_hashed, COUNT(IF(ibp.is_old = \'YES\', 1, NULL)) AS pages_old, ROUND(IFNULL(SUM(ibp.number_records)/NULLIF(COUNT(DISTINCT ibp.index_name), 0), 0)) AS rows_cached FROM information_schema.innodb_buffer_page ibp WHERE table_name IS NOT NULL GROUP BY object_schema, object_name ORDER BY SUM(IF(ibp.compressed_size = 0, 16384, compressed_size)) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if((locate(\'.\',`ibp`.`TABLE_NAME`) = 0),\'InnoDB System\',replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',1),\'`\',\'\')) AS `object_schema`,replace(substring_index(`ibp`.`TABLE_NAME`,\'.\',-(1)),\'`\',\'\') AS `object_name`,sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) AS `allocated`,sum(`ibp`.`DATA_SIZE`) AS `data`,count(`ibp`.`PAGE_NUMBER`) AS `pages`,count(if((`ibp`.`IS_HASHED` = \'YES\'),1,NULL)) AS `pages_hashed`,count(if((`ibp`.`IS_OLD` = \'YES\'),1,NULL)) AS `pages_old`,round(ifnull((sum(`ibp`.`NUMBER_RECORDS`) / nullif(count(distinct `ibp`.`INDEX_NAME`),0)),0),0) AS `rows_cached` from `information_schema`.`innodb_buffer_page` `ibp` where (`ibp`.`TABLE_NAME` is not null) group by `object_schema`,`object_name` order by sum(if((`ibp`.`COMPRESSED_SIZE` = 0),16384,`ibp`.`COMPRESSED_SIZE`)) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024io_global_by_file_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`file_summary_by_instance`.`FILE_NAME` AS `file`,`performance_schema`.`file_summary_by_instance`.`COUNT_STAR` AS `total`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_READ` AS `count_read`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ` AS `read_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE` AS `count_write`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE` AS `write_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_MISC` AS `count_misc`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC` AS `misc_latency` from `performance_schema`.`file_summary_by_instance` order by `performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` desc 3 | md5=7dd2b8d418cc363387dfae597c25a9f4 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT file_name AS file, count_star AS total, sum_timer_wait AS total_latency, count_read, sum_timer_read AS read_latency, count_write, sum_timer_write AS write_latency, count_misc, sum_timer_misc AS misc_latency FROM performance_schema.file_summary_by_instance ORDER BY sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`file_summary_by_instance`.`FILE_NAME` AS `file`,`performance_schema`.`file_summary_by_instance`.`COUNT_STAR` AS `total`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_READ` AS `count_read`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ` AS `read_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE` AS `count_write`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE` AS `write_latency`,`performance_schema`.`file_summary_by_instance`.`COUNT_MISC` AS `count_misc`,`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC` AS `misc_latency` from `performance_schema`.`file_summary_by_instance` order by `performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024memory_by_host_by_current_bytes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from `performance_schema`.`memory_summary_by_host_by_event_name` group by if(isnull(`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 3 | md5=5c8997697fa41c182077938f3fef1469 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, SUM(current_count_used) AS current_count_used, SUM(current_number_of_bytes_used) AS current_allocated, IFNULL(SUM(current_number_of_bytes_used) / NULLIF(SUM(current_count_used), 0), 0) AS current_avg_alloc, MAX(current_number_of_bytes_used) AS current_max_alloc, SUM(sum_number_of_bytes_alloc) AS total_allocated FROM performance_schema.memory_summary_by_host_by_event_name GROUP BY IF(host IS NULL, \'background\', host) ORDER BY SUM(current_number_of_bytes_used) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`) AS `host`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from `performance_schema`.`memory_summary_by_host_by_event_name` group by if(isnull(`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`memory_summary_by_host_by_event_name`.`HOST`) order by sum(`performance_schema`.`memory_summary_by_host_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024memory_by_thread_by_current_bytes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `t`.`THREAD_ID` AS `thread_id`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) AS `user`,sum(`mt`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`mt`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`mt`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from (`performance_schema`.`memory_summary_by_thread_by_event_name` `mt` join `performance_schema`.`threads` `t` on((`mt`.`THREAD_ID` = `t`.`THREAD_ID`))) group by `t`.`THREAD_ID`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) order by sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 3 | md5=cc53b9c3a372316d91714f5733e30048 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT t.thread_id, IF(t.name = \'thread/sql/one_connection\', CONCAT(t.processlist_user, \'@\', t.processlist_host), REPLACE(t.name, \'thread/\', \'\')) user, SUM(mt.current_count_used) AS current_count_used, SUM(mt.current_number_of_bytes_used) AS current_allocated, IFNULL(SUM(mt.current_number_of_bytes_used) / NULLIF(SUM(current_count_used), 0), 0) AS current_avg_alloc, MAX(mt.current_number_of_bytes_used) AS current_max_alloc, SUM(mt.sum_number_of_bytes_alloc) AS total_allocated FROM performance_schema.memory_summary_by_thread_by_event_name AS mt JOIN performance_schema.threads AS t USING (thread_id) GROUP BY thread_id, IF(t.name = \'thread/sql/one_connection\', CONCAT(t.processlist_user, \'@\', t.processlist_host), REPLACE(t.name, \'thread/\', \'\')) ORDER BY SUM(mt.current_number_of_bytes_used) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `t`.`THREAD_ID` AS `thread_id`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) AS `user`,sum(`mt`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`mt`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`mt`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from (`performance_schema`.`memory_summary_by_thread_by_event_name` `mt` join `performance_schema`.`threads` `t` on((`mt`.`THREAD_ID` = `t`.`THREAD_ID`))) group by `t`.`THREAD_ID`,if((`t`.`NAME` = \'thread/sql/one_connection\'),concat(`t`.`PROCESSLIST_USER`,\'@\',`t`.`PROCESSLIST_HOST`),replace(`t`.`NAME`,\'thread/\',\'\')) order by sum(`mt`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024memory_by_user_by_current_bytes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from `performance_schema`.`memory_summary_by_user_by_event_name` group by if(isnull(`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 3 | md5=044a028c2b40060ad1515c4a6866586d 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, SUM(current_count_used) AS current_count_used, SUM(current_number_of_bytes_used) AS current_allocated, IFNULL(SUM(current_number_of_bytes_used) / NULLIF(SUM(current_count_used), 0), 0) AS current_avg_alloc, MAX(current_number_of_bytes_used) AS current_max_alloc, SUM(sum_number_of_bytes_alloc) AS total_allocated FROM performance_schema.memory_summary_by_user_by_event_name GROUP BY IF(user IS NULL, \'background\', user) ORDER BY SUM(current_number_of_bytes_used) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_COUNT_USED`) AS `current_count_used`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_allocated`,ifnull((sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) / nullif(sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_COUNT_USED`),0)),0) AS `current_avg_alloc`,max(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `current_max_alloc`,sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`SUM_NUMBER_OF_BYTES_ALLOC`) AS `total_allocated` from `performance_schema`.`memory_summary_by_user_by_event_name` group by if(isnull(`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`memory_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`memory_summary_by_user_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024memory_global_by_current_bytes.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`memory_summary_global_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_COUNT_USED` AS `current_count`,`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` AS `current_alloc`,ifnull((`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` / nullif(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_COUNT_USED`,0)),0) AS `current_avg_alloc`,`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_COUNT_USED` AS `high_count`,`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_NUMBER_OF_BYTES_USED` AS `high_alloc`,ifnull((`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_NUMBER_OF_BYTES_USED` / nullif(`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_COUNT_USED`,0)),0) AS `high_avg_alloc` from `performance_schema`.`memory_summary_global_by_event_name` where (`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` > 0) order by `performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` desc 3 | md5=b3525c0bd96d804b396c1bf2fcc5feba 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT event_name, current_count_used AS current_count, current_number_of_bytes_used AS current_alloc, IFNULL(current_number_of_bytes_used / NULLIF(current_count_used, 0), 0) AS current_avg_alloc, high_count_used AS high_count, high_number_of_bytes_used AS high_alloc, IFNULL(high_number_of_bytes_used / NULLIF(high_count_used, 0), 0) AS high_avg_alloc FROM performance_schema.memory_summary_global_by_event_name WHERE current_number_of_bytes_used > 0 ORDER BY current_number_of_bytes_used DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`memory_summary_global_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_COUNT_USED` AS `current_count`,`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` AS `current_alloc`,ifnull((`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` / nullif(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_COUNT_USED`,0)),0) AS `current_avg_alloc`,`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_COUNT_USED` AS `high_count`,`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_NUMBER_OF_BYTES_USED` AS `high_alloc`,ifnull((`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_NUMBER_OF_BYTES_USED` / nullif(`performance_schema`.`memory_summary_global_by_event_name`.`HIGH_COUNT_USED`,0)),0) AS `high_avg_alloc` from `performance_schema`.`memory_summary_global_by_event_name` where (`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` > 0) order by `performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024memory_global_total.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name` 3 | md5=6f943b5a93d4d8b6c06840dbfa5027a9 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated FROM performance_schema.memory_summary_global_by_event_name 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024ps_digest_95th_percentile_by_avg_us.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `s2`.`avg_us` AS `avg_us`,ifnull((sum(`s1`.`cnt`) / nullif((select count(0) from `performance_schema`.`events_statements_summary_by_digest`),0)),0) AS `percentile` from (`sys`.`x$ps_digest_avg_latency_distribution` `s1` join `sys`.`x$ps_digest_avg_latency_distribution` `s2` on((`s1`.`avg_us` <= `s2`.`avg_us`))) group by `s2`.`avg_us` having (ifnull((sum(`s1`.`cnt`) / nullif((select count(0) from `performance_schema`.`events_statements_summary_by_digest`),0)),0) > 0.95) order by `percentile` limit 1 3 | md5=38844a2231445ad0ee62a505f5144e44 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT s2.avg_us avg_us, IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_digest), 0), 0) percentile FROM sys.x$ps_digest_avg_latency_distribution AS s1 JOIN sys.x$ps_digest_avg_latency_distribution AS s2 ON s1.avg_us <= s2.avg_us GROUP BY s2.avg_us HAVING IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_digest), 0), 0) > 0.95 ORDER BY percentile LIMIT 1 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `s2`.`avg_us` AS `avg_us`,ifnull((sum(`s1`.`cnt`) / nullif((select count(0) from `performance_schema`.`events_statements_summary_by_digest`),0)),0) AS `percentile` from (`sys`.`x$ps_digest_avg_latency_distribution` `s1` join `sys`.`x$ps_digest_avg_latency_distribution` `s2` on((`s1`.`avg_us` <= `s2`.`avg_us`))) group by `s2`.`avg_us` having (ifnull((sum(`s1`.`cnt`) / nullif((select count(0) from `performance_schema`.`events_statements_summary_by_digest`),0)),0) > 0.95) order by `percentile` limit 1 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024ps_digest_avg_latency_distribution.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select count(0) AS `cnt`,round((`performance_schema`.`events_statements_summary_by_digest`.`AVG_TIMER_WAIT` / 1000000),0) AS `avg_us` from `performance_schema`.`events_statements_summary_by_digest` group by `avg_us` 3 | md5=06f1f0e6df61fcfe10c0118e39bc5047 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT COUNT(*) cnt, ROUND(avg_timer_wait/1000000) AS avg_us FROM performance_schema.events_statements_summary_by_digest GROUP BY avg_us 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select count(0) AS `cnt`,round((`performance_schema`.`events_statements_summary_by_digest`.`AVG_TIMER_WAIT` / 1000000),0) AS `avg_us` from `performance_schema`.`events_statements_summary_by_digest` group by `avg_us` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024ps_schema_table_statistics_io.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `extract_schema_from_file_name`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `table_schema`,`extract_table_from_file_name`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `table_name`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_READ`) AS `count_read`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_NUMBER_OF_BYTES_READ`) AS `sum_number_of_bytes_read`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ`) AS `sum_timer_read`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE`) AS `count_write`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_NUMBER_OF_BYTES_WRITE`) AS `sum_number_of_bytes_write`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE`) AS `sum_timer_write`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_MISC`) AS `count_misc`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC`) AS `sum_timer_misc` from `performance_schema`.`file_summary_by_instance` group by `table_schema`,`table_name` 3 | md5=6e22f7c5621b846eef3dbcf31d8df821 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT extract_schema_from_file_name(file_name) AS table_schema, extract_table_from_file_name(file_name) AS table_name, SUM(count_read) AS count_read, SUM(sum_number_of_bytes_read) AS sum_number_of_bytes_read, SUM(sum_timer_read) AS sum_timer_read, SUM(count_write) AS count_write, SUM(sum_number_of_bytes_write) AS sum_number_of_bytes_write, SUM(sum_timer_write) AS sum_timer_write, SUM(count_misc) AS count_misc, SUM(sum_timer_misc) AS sum_timer_misc FROM performance_schema.file_summary_by_instance GROUP BY table_schema, table_name 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `extract_schema_from_file_name`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `table_schema`,`extract_table_from_file_name`(`performance_schema`.`file_summary_by_instance`.`FILE_NAME`) AS `table_name`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_READ`) AS `count_read`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_NUMBER_OF_BYTES_READ`) AS `sum_number_of_bytes_read`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_READ`) AS `sum_timer_read`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_WRITE`) AS `count_write`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_NUMBER_OF_BYTES_WRITE`) AS `sum_number_of_bytes_write`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_WRITE`) AS `sum_timer_write`,sum(`performance_schema`.`file_summary_by_instance`.`COUNT_MISC`) AS `count_misc`,sum(`performance_schema`.`file_summary_by_instance`.`SUM_TIMER_MISC`) AS `sum_timer_misc` from `performance_schema`.`file_summary_by_instance` group by `table_schema`,`table_name` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024schema_flattened_keys.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `information_schema`.`statistics`.`TABLE_SCHEMA` AS `table_schema`,`information_schema`.`statistics`.`TABLE_NAME` AS `table_name`,`information_schema`.`statistics`.`INDEX_NAME` AS `index_name`,max(`information_schema`.`statistics`.`NON_UNIQUE`) AS `non_unique`,max(if(isnull(`information_schema`.`statistics`.`SUB_PART`),0,1)) AS `subpart_exists`,group_concat(`information_schema`.`statistics`.`COLUMN_NAME` order by `information_schema`.`statistics`.`SEQ_IN_INDEX` ASC separator \',\') AS `index_columns` from `information_schema`.`statistics` where ((`information_schema`.`statistics`.`INDEX_TYPE` = \'BTREE\') and (`information_schema`.`statistics`.`TABLE_SCHEMA` not in (\'mysql\',\'sys\',\'INFORMATION_SCHEMA\',\'PERFORMANCE_SCHEMA\'))) group by `information_schema`.`statistics`.`TABLE_SCHEMA`,`information_schema`.`statistics`.`TABLE_NAME`,`information_schema`.`statistics`.`INDEX_NAME` 3 | md5=bed792c8dc165e42400b577587cf0beb 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT TABLE_SCHEMA, TABLE_NAME, INDEX_NAME, MAX(NON_UNIQUE) AS non_unique, MAX(IF(SUB_PART IS NULL, 0, 1)) AS subpart_exists, GROUP_CONCAT(COLUMN_NAME ORDER BY SEQ_IN_INDEX) AS index_columns FROM INFORMATION_SCHEMA.STATISTICS WHERE INDEX_TYPE=\'BTREE\' AND TABLE_SCHEMA NOT IN (\'mysql\', \'sys\', \'INFORMATION_SCHEMA\', \'PERFORMANCE_SCHEMA\') GROUP BY TABLE_SCHEMA, TABLE_NAME, INDEX_NAME 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `information_schema`.`statistics`.`TABLE_SCHEMA` AS `table_schema`,`information_schema`.`statistics`.`TABLE_NAME` AS `table_name`,`information_schema`.`statistics`.`INDEX_NAME` AS `index_name`,max(`information_schema`.`statistics`.`NON_UNIQUE`) AS `non_unique`,max(if(isnull(`information_schema`.`statistics`.`SUB_PART`),0,1)) AS `subpart_exists`,group_concat(`information_schema`.`statistics`.`COLUMN_NAME` order by `information_schema`.`statistics`.`SEQ_IN_INDEX` ASC separator \',\') AS `index_columns` from `information_schema`.`statistics` where ((`information_schema`.`statistics`.`INDEX_TYPE` = \'BTREE\') and (`information_schema`.`statistics`.`TABLE_SCHEMA` not in (\'mysql\',\'sys\',\'INFORMATION_SCHEMA\',\'PERFORMANCE_SCHEMA\'))) group by `information_schema`.`statistics`.`TABLE_SCHEMA`,`information_schema`.`statistics`.`TABLE_NAME`,`information_schema`.`statistics`.`INDEX_NAME` 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024schema_tables_with_full_table_scans.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_SCHEMA` AS `object_schema`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_NAME` AS `object_name`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` AS `rows_full_scanned`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`SUM_TIMER_WAIT` AS `latency` from `performance_schema`.`table_io_waits_summary_by_index_usage` where (isnull(`performance_schema`.`table_io_waits_summary_by_index_usage`.`INDEX_NAME`) and (`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` > 0)) order by `performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` desc 3 | md5=06d88d29fba9670e4f7ff599d080092a 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT object_schema, object_name, count_read AS rows_full_scanned, sum_timer_wait AS latency FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NULL AND count_read > 0 ORDER BY count_read DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_SCHEMA` AS `object_schema`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`OBJECT_NAME` AS `object_name`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` AS `rows_full_scanned`,`performance_schema`.`table_io_waits_summary_by_index_usage`.`SUM_TIMER_WAIT` AS `latency` from `performance_schema`.`table_io_waits_summary_by_index_usage` where (isnull(`performance_schema`.`table_io_waits_summary_by_index_usage`.`INDEX_NAME`) and (`performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` > 0)) order by `performance_schema`.`table_io_waits_summary_by_index_usage`.`COUNT_READ` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024session.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `x$processlist`.`thd_id` AS `thd_id`,`x$processlist`.`conn_id` AS `conn_id`,`x$processlist`.`user` AS `user`,`x$processlist`.`db` AS `db`,`x$processlist`.`command` AS `command`,`x$processlist`.`state` AS `state`,`x$processlist`.`time` AS `time`,`x$processlist`.`current_statement` AS `current_statement`,`x$processlist`.`statement_latency` AS `statement_latency`,`x$processlist`.`progress` AS `progress`,`x$processlist`.`lock_latency` AS `lock_latency`,`x$processlist`.`rows_examined` AS `rows_examined`,`x$processlist`.`rows_sent` AS `rows_sent`,`x$processlist`.`rows_affected` AS `rows_affected`,`x$processlist`.`tmp_tables` AS `tmp_tables`,`x$processlist`.`tmp_disk_tables` AS `tmp_disk_tables`,`x$processlist`.`full_scan` AS `full_scan`,`x$processlist`.`last_statement` AS `last_statement`,`x$processlist`.`last_statement_latency` AS `last_statement_latency`,`x$processlist`.`current_memory` AS `current_memory`,`x$processlist`.`last_wait` AS `last_wait`,`x$processlist`.`last_wait_latency` AS `last_wait_latency`,`x$processlist`.`source` AS `source`,`x$processlist`.`trx_latency` AS `trx_latency`,`x$processlist`.`trx_state` AS `trx_state`,`x$processlist`.`trx_autocommit` AS `trx_autocommit`,`x$processlist`.`pid` AS `pid`,`x$processlist`.`program_name` AS `program_name` from `sys`.`x$processlist` where ((`x$processlist`.`conn_id` is not null) and (`x$processlist`.`command` <> \'Daemon\')) 3 | md5=5ae47f9c1f04f36c23a5a1466b9905c9 4 | updatable=0 5 | algorithm=0 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT * FROM sys.x$processlist WHERE conn_id IS NOT NULL AND command != \'Daemon\' 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `x$processlist`.`thd_id` AS `thd_id`,`x$processlist`.`conn_id` AS `conn_id`,`x$processlist`.`user` AS `user`,`x$processlist`.`db` AS `db`,`x$processlist`.`command` AS `command`,`x$processlist`.`state` AS `state`,`x$processlist`.`time` AS `time`,`x$processlist`.`current_statement` AS `current_statement`,`x$processlist`.`statement_latency` AS `statement_latency`,`x$processlist`.`progress` AS `progress`,`x$processlist`.`lock_latency` AS `lock_latency`,`x$processlist`.`rows_examined` AS `rows_examined`,`x$processlist`.`rows_sent` AS `rows_sent`,`x$processlist`.`rows_affected` AS `rows_affected`,`x$processlist`.`tmp_tables` AS `tmp_tables`,`x$processlist`.`tmp_disk_tables` AS `tmp_disk_tables`,`x$processlist`.`full_scan` AS `full_scan`,`x$processlist`.`last_statement` AS `last_statement`,`x$processlist`.`last_statement_latency` AS `last_statement_latency`,`x$processlist`.`current_memory` AS `current_memory`,`x$processlist`.`last_wait` AS `last_wait`,`x$processlist`.`last_wait_latency` AS `last_wait_latency`,`x$processlist`.`source` AS `source`,`x$processlist`.`trx_latency` AS `trx_latency`,`x$processlist`.`trx_state` AS `trx_state`,`x$processlist`.`trx_autocommit` AS `trx_autocommit`,`x$processlist`.`pid` AS `pid`,`x$processlist`.`program_name` AS `program_name` from `sys`.`x$processlist` where ((`x$processlist`.`conn_id` is not null) and (`x$processlist`.`command` <> \'Daemon\')) 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024user_summary_by_file_io.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR`) AS `ios`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `io_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) desc 3 | md5=9ad3ed8fe2e129e434b9d87da66a32dd 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, SUM(count_star) AS ios, SUM(sum_timer_wait) AS io_latency FROM performance_schema.events_waits_summary_by_user_by_event_name WHERE event_name LIKE \'wait/io/file/%\' GROUP BY IF(user IS NULL, \'background\', user) ORDER BY SUM(sum_timer_wait) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR`) AS `ios`,sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) AS `io_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file/%\') group by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) order by sum(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024user_summary_by_file_io_type.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` AS `latency`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where ((`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=6abe47a2dc4848b09b0231bd0f113fef 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, event_name, count_star AS total, sum_timer_wait AS latency, max_timer_wait AS max_latency FROM performance_schema.events_waits_summary_by_user_by_event_name WHERE event_name LIKE \'wait/io/file%\' AND count_star > 0 ORDER BY user, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` AS `latency`,`performance_schema`.`events_waits_summary_by_user_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_user_by_event_name` where ((`performance_schema`.`events_waits_summary_by_user_by_event_name`.`EVENT_NAME` like \'wait/io/file%\') and (`performance_schema`.`events_waits_summary_by_user_by_event_name`.`COUNT_STAR` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_waits_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_waits_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024user_summary_by_stages.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency` from `performance_schema`.`events_stages_summary_by_user_by_event_name` where (`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=c8db9fe9e694b2ba04ff8fad88f2eb30 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(user IS NULL, \'background\', user) AS user, event_name, count_star AS total, sum_timer_wait AS total_latency, avg_timer_wait AS avg_latency FROM performance_schema.events_stages_summary_by_user_by_event_name WHERE sum_timer_wait != 0 ORDER BY user, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`) AS `user`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`EVENT_NAME` AS `event_name`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_stages_summary_by_user_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency` from `performance_schema`.`events_stages_summary_by_user_by_event_name` where (`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` <> 0) order by if(isnull(`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),\'background\',`performance_schema`.`events_stages_summary_by_user_by_event_name`.`USER`),`performance_schema`.`events_stages_summary_by_user_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024wait_classes_global_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select substring_index(`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME`,\'/\',3) AS `event_class`,sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR`) AS `total`,sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,min(`performance_schema`.`events_waits_summary_global_by_event_name`.`MIN_TIMER_WAIT`) AS `min_latency`,ifnull((sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) / nullif(sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR`),0)),0) AS `avg_latency`,max(`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0) and (`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\')) group by substring_index(`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME`,\'/\',3) order by sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) desc 3 | md5=9d840339684bda6a9e812ee3a26b89de 4 | updatable=0 5 | algorithm=1 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT SUBSTRING_INDEX(event_name,\'/\', 3) AS event_class, SUM(COUNT_STAR) AS total, SUM(sum_timer_wait) AS total_latency, MIN(min_timer_wait) AS min_latency, IFNULL(SUM(sum_timer_wait) / NULLIF(SUM(COUNT_STAR), 0), 0) AS avg_latency, MAX(max_timer_wait) AS max_latency FROM performance_schema.events_waits_summary_global_by_event_name WHERE sum_timer_wait > 0 AND event_name != \'idle\' GROUP BY SUBSTRING_INDEX(event_name,\'/\', 3) ORDER BY SUM(sum_timer_wait) DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select substring_index(`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME`,\'/\',3) AS `event_class`,sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR`) AS `total`,sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) AS `total_latency`,min(`performance_schema`.`events_waits_summary_global_by_event_name`.`MIN_TIMER_WAIT`) AS `min_latency`,ifnull((sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) / nullif(sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR`),0)),0) AS `avg_latency`,max(`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT`) AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0) and (`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\')) group by substring_index(`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME`,\'/\',3) order by sum(`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT`) desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024waits_by_host_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=9e8400b7668eaa0c1f9fad020eb2bc5f 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT IF(host IS NULL, \'background\', host) AS host, event_name AS event, count_star AS total, sum_timer_wait AS total_latency, avg_timer_wait AS avg_latency, max_timer_wait AS max_latency FROM performance_schema.events_waits_summary_by_host_by_event_name WHERE event_name != \'idle\' AND sum_timer_wait > 0 ORDER BY host, sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`) AS `host`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` AS `event`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency`,`performance_schema`.`events_waits_summary_by_host_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_by_host_by_event_name` where ((`performance_schema`.`events_waits_summary_by_host_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by if(isnull(`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),\'background\',`performance_schema`.`events_waits_summary_by_host_by_event_name`.`HOST`),`performance_schema`.`events_waits_summary_by_host_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /后端服务/爬虫系统/spider-flow/mysql-data/sys/x@0024waits_global_by_latency.frm: -------------------------------------------------------------------------------- 1 | TYPE=VIEW 2 | query=select `performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` AS `events`,`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_global_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency`,`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by `performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` desc 3 | md5=7cafecd806838fe586dc4c00fb492681 4 | updatable=1 5 | algorithm=2 6 | definer_user=mysql.sys 7 | definer_host=localhost 8 | suid=0 9 | with_check_option=0 10 | timestamp=2025-05-14 13:10:28 11 | create-version=1 12 | source=SELECT event_name AS event, count_star AS total, sum_timer_wait AS total_latency, avg_timer_wait AS avg_latency, max_timer_wait AS max_latency FROM performance_schema.events_waits_summary_global_by_event_name WHERE event_name != \'idle\' AND sum_timer_wait > 0 ORDER BY sum_timer_wait DESC 13 | client_cs_name=utf8 14 | connection_cl_name=utf8_general_ci 15 | view_body_utf8=select `performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` AS `events`,`performance_schema`.`events_waits_summary_global_by_event_name`.`COUNT_STAR` AS `total`,`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` AS `total_latency`,`performance_schema`.`events_waits_summary_global_by_event_name`.`AVG_TIMER_WAIT` AS `avg_latency`,`performance_schema`.`events_waits_summary_global_by_event_name`.`MAX_TIMER_WAIT` AS `max_latency` from `performance_schema`.`events_waits_summary_global_by_event_name` where ((`performance_schema`.`events_waits_summary_global_by_event_name`.`EVENT_NAME` <> \'idle\') and (`performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` > 0)) order by `performance_schema`.`events_waits_summary_global_by_event_name`.`SUM_TIMER_WAIT` desc 16 | -------------------------------------------------------------------------------- /小程序端/mybricks-app/README.md: -------------------------------------------------------------------------------- 1 | # MyBricks 小程序端 2 | 3 | ## 简介 4 | MyBricks小程序作为创业分析平台的前端入口,提供用户友好的界面,让创业者能够方便地录入创业信息、查看分析结果和AI洞察。 5 | 6 | ## 功能 7 | - 用户注册与登录 8 | - 创业信息录入表单 9 | - 数据分析结果展示 10 | - AI洞察与建议展示 11 | - 用户个人中心 12 | 13 | ## 开发说明 14 | 本小程序使用MyBricks低代码平台开发,主要页面包括: 15 | 16 | 1. 首页 - 展示平台概览和最新分析洞察 17 | 2. 创业信息 - 创业信息录入表单 18 | 3. 分析 - 展示数据分析结果 19 | 4. AI洞察 - 展示AI模型生成的创业建议 20 | 5. 我的 - 用户中心和个人设置 21 | 22 | ## 与NocoBase后端集成 23 | 小程序通过RESTful API与NocoBase后端通信,主要接口包括: 24 | 25 | - 创业信息提交: `POST /api/startup_info` 26 | - 获取分析结果: `GET /api/analysis_results?company_id={id}` 27 | - 获取AI洞察: `GET /api/ai_insights?company_id={id}` 28 | 29 | ## 信息录入与爬虫触发 30 | 当用户在小程序中提交创业信息后,系统会自动触发以下流程: 31 | 32 | 1. 将创业信息保存到NocoBase 33 | 2. NocoBase通过API触发Spider-Flow爬虫任务 34 | 3. 爬虫收集相关公开信息并保存到NocoBase 35 | 4. Superset分析数据并生成分析结果 36 | 5. AI模型基于分析结果生成洞察 37 | 6. 小程序展示最终的分析结果和洞察 38 | 39 | ## 开发环境设置 40 | 1. 安装微信开发者工具 41 | 2. 导入项目目录 42 | 3. 在project.config.json中配置appid 43 | 4. 开发调试 -------------------------------------------------------------------------------- /小程序端/mybricks-app/app.js: -------------------------------------------------------------------------------- 1 | // app.js 2 | App({ 3 | onLaunch: function () { 4 | // 展示本地存储能力 5 | const logs = wx.getStorageSync('logs') || [] 6 | logs.unshift(Date.now()) 7 | wx.setStorageSync('logs', logs) 8 | 9 | // 登录 10 | wx.login({ 11 | success: res => { 12 | // 发送 res.code 到后台换取 openId, sessionKey, unionId 13 | if (res.code) { 14 | wx.request({ 15 | url: this.globalData.apiBaseUrl + '/api/wx/login', 16 | method: 'POST', 17 | data: { 18 | code: res.code 19 | }, 20 | success: (result) => { 21 | if (result.data && result.data.token) { 22 | wx.setStorageSync('token', result.data.token); 23 | wx.setStorageSync('userId', result.data.userId); 24 | 25 | // 获取用户信息 26 | this.getUserInfo(); 27 | } 28 | } 29 | }); 30 | } else { 31 | console.error('登录失败:' + res.errMsg); 32 | } 33 | } 34 | }); 35 | }, 36 | 37 | /** 38 | * 获取用户信息 39 | */ 40 | getUserInfo: function() { 41 | const token = wx.getStorageSync('token'); 42 | if (token) { 43 | wx.request({ 44 | url: this.globalData.apiBaseUrl + '/api/user/profile', 45 | method: 'GET', 46 | header: { 47 | 'Authorization': 'Bearer ' + token 48 | }, 49 | success: (res) => { 50 | if (res.statusCode === 200 && res.data) { 51 | this.globalData.userInfo = res.data; 52 | } 53 | } 54 | }); 55 | } 56 | }, 57 | 58 | /** 59 | * 全局数据 60 | */ 61 | globalData: { 62 | userInfo: null, 63 | apiBaseUrl: 'http://localhost:8000', // NocoBase API地址 64 | isLogin: false 65 | } 66 | }) -------------------------------------------------------------------------------- /小程序端/mybricks-app/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "pages": [ 3 | "pages/index/index", 4 | "pages/startup-form/startup-form", 5 | "pages/analysis/analysis", 6 | "pages/ai-insights/ai-insights", 7 | "pages/my/my" 8 | ], 9 | "window": { 10 | "backgroundTextStyle": "light", 11 | "navigationBarBackgroundColor": "#fff", 12 | "navigationBarTitleText": "创业分析平台", 13 | "navigationBarTextStyle": "black" 14 | }, 15 | "tabBar": { 16 | "color": "#999", 17 | "selectedColor": "#1890ff", 18 | "backgroundColor": "#fff", 19 | "list": [ 20 | { 21 | "pagePath": "pages/index/index", 22 | "text": "首页", 23 | "iconPath": "assets/icons/home.png", 24 | "selectedIconPath": "assets/icons/home-active.png" 25 | }, 26 | { 27 | "pagePath": "pages/startup-form/startup-form", 28 | "text": "创业信息", 29 | "iconPath": "assets/icons/form.png", 30 | "selectedIconPath": "assets/icons/form-active.png" 31 | }, 32 | { 33 | "pagePath": "pages/analysis/analysis", 34 | "text": "分析", 35 | "iconPath": "assets/icons/analysis.png", 36 | "selectedIconPath": "assets/icons/analysis-active.png" 37 | }, 38 | { 39 | "pagePath": "pages/ai-insights/ai-insights", 40 | "text": "AI洞察", 41 | "iconPath": "assets/icons/ai.png", 42 | "selectedIconPath": "assets/icons/ai-active.png" 43 | }, 44 | { 45 | "pagePath": "pages/my/my", 46 | "text": "我的", 47 | "iconPath": "assets/icons/user.png", 48 | "selectedIconPath": "assets/icons/user-active.png" 49 | } 50 | ] 51 | } 52 | } -------------------------------------------------------------------------------- /小程序端/mybricks-app/pages/ai-insights/ai-insights.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "AI创业洞察", 3 | "enablePullDownRefresh": true, 4 | "usingComponents": {} 5 | } -------------------------------------------------------------------------------- /小程序端/mybricks-app/pages/analysis/analysis.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "创业分析", 3 | "enablePullDownRefresh": true, 4 | "usingComponents": {} 5 | } -------------------------------------------------------------------------------- /小程序端/mybricks-app/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "创业分析平台", 3 | "enablePullDownRefresh": true, 4 | "backgroundTextStyle": "dark", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /小程序端/mybricks-app/pages/startup-form/startup-form.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "创业信息录入", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /小程序端/mybricks-app/pages/startup-form/startup-form.wxss: -------------------------------------------------------------------------------- 1 | page { 2 | background-color: #f8f8f8; 3 | } 4 | 5 | .startup-form { 6 | padding: 20rpx; 7 | } 8 | 9 | .form-header { 10 | padding: 30rpx 0; 11 | text-align: center; 12 | } 13 | 14 | .form-title { 15 | font-size: 40rpx; 16 | font-weight: bold; 17 | color: #333; 18 | display: block; 19 | margin-bottom: 20rpx; 20 | } 21 | 22 | .form-desc { 23 | font-size: 28rpx; 24 | color: #666; 25 | display: block; 26 | } 27 | 28 | .form-content { 29 | background-color: #fff; 30 | border-radius: 16rpx; 31 | padding: 20rpx; 32 | box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.1); 33 | } 34 | 35 | .form-section { 36 | margin-bottom: 40rpx; 37 | position: relative; 38 | } 39 | 40 | .section-title { 41 | font-size: 32rpx; 42 | font-weight: bold; 43 | color: #333; 44 | margin-bottom: 20rpx; 45 | display: block; 46 | position: relative; 47 | padding-left: 20rpx; 48 | } 49 | 50 | .section-title::before { 51 | content: ""; 52 | position: absolute; 53 | left: 0; 54 | top: 10rpx; 55 | height: 30rpx; 56 | width: 8rpx; 57 | background-color: #1890ff; 58 | border-radius: 4rpx; 59 | } 60 | 61 | .form-item { 62 | margin-bottom: 30rpx; 63 | } 64 | 65 | .form-label { 66 | font-size: 28rpx; 67 | color: #333; 68 | margin-bottom: 10rpx; 69 | display: block; 70 | } 71 | 72 | .form-input { 73 | width: 100%; 74 | height: 80rpx; 75 | background-color: #f5f5f5; 76 | border-radius: 8rpx; 77 | padding: 0 20rpx; 78 | box-sizing: border-box; 79 | font-size: 28rpx; 80 | } 81 | 82 | .form-textarea { 83 | width: 100%; 84 | height: 200rpx; 85 | background-color: #f5f5f5; 86 | border-radius: 8rpx; 87 | padding: 20rpx; 88 | box-sizing: border-box; 89 | font-size: 28rpx; 90 | } 91 | 92 | .picker { 93 | width: 100%; 94 | height: 80rpx; 95 | background-color: #f5f5f5; 96 | border-radius: 8rpx; 97 | padding: 0 20rpx; 98 | box-sizing: border-box; 99 | font-size: 28rpx; 100 | display: flex; 101 | align-items: center; 102 | } 103 | 104 | .submit-section { 105 | margin: 40rpx 0 20rpx; 106 | } 107 | 108 | .submit-btn { 109 | width: 100%; 110 | height: 88rpx; 111 | background-color: #1890ff; 112 | color: #fff; 113 | font-size: 32rpx; 114 | border-radius: 44rpx; 115 | display: flex; 116 | align-items: center; 117 | justify-content: center; 118 | } 119 | 120 | .form-tips { 121 | padding: 20rpx; 122 | text-align: center; 123 | } 124 | 125 | .tips-text { 126 | font-size: 24rpx; 127 | color: #999; 128 | } -------------------------------------------------------------------------------- /开发日志.txt: -------------------------------------------------------------------------------- 1 | -问题-5.14 2 | web端图片显示错误 3 | API调用错误导致docker中的服务错误,包括nocobase,superset,dify,显示的一直是模拟数据 4 | 分析结果的导出也有问题 5 | 在“我的”中的历史记录还没有定义 6 | 7 | -更新-5.14 8 | 更新了一键启动的功能 9 | 10 | -问题-5.14 11 | docker无法获取爬虫服务的镜像 12 | 已解决:原因是之前用的是spiderflow/spider-flow:0.1.3镜像,是能拉下过的,不知道为何用不了了 13 | 所以现在得去docker上重新找了个 image: wbsu2003/spider-flow:latest 14 | 15 | -问题-5.15 16 | 后端: 17 | 进入8000端口无法查看到数据 18 | 无法进入8080 19 | web端图片显示还是有错误 20 | 21 | -更新-5.15 22 | 加了一个 image-test 页面,一开live server错误就跳出来了 23 | 24 | -修复图片无法显示问题-5.15 25 | 通过 image-test.html 发现后缀名为 png 的图片都加载不出来,他们都是从 svg 格式copy过来的 26 | 原来不是代码的问题,是图片的问题 27 | 于是我将svg、png格式的删了,把 index.js、index.html以及pages里的html 里面的图片全部转为用 jpg 格式的新图片 28 | --------------------------------------------------------------------------------