|
@@ -20,13 +20,13 @@
|
|
|
### 开发环境
|
|
|
操作系统:Windows 10 2104
|
|
|
IDE:Visual Studio 2022 v17.0
|
|
|
-数据库:SQL Server 2017/MySQL 8.0
|
|
|
-Redis:redis-server-windows 3.2
|
|
|
+数据库:SQL Server 2017+/MySQL 8.x/PostgreSQL 14.x
|
|
|
+Redis:redis-server-windows 5.x
|
|
|
运行时:必须是.NET 6
|
|
|
### 当前运行环境
|
|
|
操作系统:Windows Server 2019
|
|
|
数据库:MySQL 8.0
|
|
|
-Redis:redis-server-windows 3.2
|
|
|
+Redis:redis-server-windows 5.x
|
|
|
运行时:.NET 6
|
|
|
服务器配置:2核+6GB+1000M
|
|
|
承载流量:单日请求量平均600w左右,单日带宽1TB左右
|
|
@@ -38,8 +38,8 @@ Redis:redis-server-windows 3.2
|
|
|
|CPU|1核|2核|2核|4核|
|
|
|
|内存|1GB|2GB|4GB|8GB|
|
|
|
|带宽|1Mbps|1Mbps|5Mbps|1000Mbps|
|
|
|
-|数据库|MySQL 5/SQL Server 2008|MySQL 8/SQL Server 2012|MySQL 8/SQL Server 2016|MySQL 8/SQL Server 2016|
|
|
|
-|缓存组件|Redis 3.2+|Redis 3.2+|Redis 3.2+|Redis 3.2+|
|
|
|
+|数据库|MySQL 5/SQL Server 2008/pgsql 9|MySQL 8/SQL Server 2012/pgsql 14|MySQL 8/SQL Server 2016/pgsql 14|MySQL 8/SQL Server 2016/pgsql 14|
|
|
|
+|缓存组件|Redis 3.2+|Redis 5.0+|Redis 5.0+|Redis 5.0+|
|
|
|
|备注|玩玩而已|几个人同时访问|几百个人同时访问,单日请求量600w以下|单日请求量600w以上|
|
|
|
### 主要功能
|
|
|
#### 服务器性能监控
|