参考 https://github.com/apache/rocketmq https://github.com/apache/rocketmq docker https://github.com/apache/rocketmq clients/blob/mast…
镜像 https://hub.docker.com/r/sonatype/nexus3 安装 pom.xml settings.xml build
server.xml测试 Connector maxThreads,在64核下设置成200最优,设300或更高反而增加CPU切换时间大幅降低TPS。查资料默认值就是200,此参数不用设置。 Connector minSpareThreads,设成200或直接用默认…
SSL支持 参考文档 https://blog.51cto.com/u 13363488/2350495 安装SSL依赖 编译参数 Prometheus监控 参考文档 https://www.bboy.app/2021/02/03/%E4%BD%BF%E7%94%…
参考文档 https://www.workerman.net/doc/gateway worker/ https://www.php.net/manual/zh/function.pack.php https://segmentfault.com/a/119000…
下载yml https://github.com/kubernetes/ingress nginx/tree/ingress nginx 3.3.0/deploy/static/provider/baremetal 下载镜像 修改yml 部署 测试 http://…
Windows预编译版下载地址 http://nginx win.ecsds.eu/download/ http://nginx win.ecsds.eu/download/nginx%201.7.11.3%20Gryphon.zip 直接安装即可,不做赘述 ya…
github https://github.com/winshining/nginx http flv module/blob/master/README.CN.md 源码下载 nginx http flv nginx openssl 编译 配置 注意拷贝stat…
通用操作 后台批杀进程 简单环境变量 注意:LANG=C在HP主机上可以解决乱码文件导致的server无法stage的启动问题,但Linux下似乎无效。 生产环境分布式部署 1. 仅在管理Machine上建立Domain,有且只有一个AdminServer 2.…
查看tuxedo版本: tmadmin v tmboot/tmshutdown: A 只启动/停止Tuxedo管理服务,如BBL S 所有服务被启动/停止 g grpname 只启动/停止属于制定组名的服务 i svrid 只启动/停止制定ServID的服务 s…
编译安装 下载全部源码 ./configure prefix=/path/to/nginx \ with zlib=../zlib 1.2.8 \ with pcre=../pcre 8.39 \ with openssl=../openssl 1.1.0b \…
Nginx负载均衡的几种策略 使用开源版本的Nginx可以轻松实现7层(HTTP)或4层(TCP)的负载均衡。 当做为7层负载时,最常用的有以下几种策略: 轮询 round robin — requests to the application servers a…
安装 如果缺少JDK8依赖,或安装了JDK10,则需要先通过 brew cask 插件安装JDK8: 安装位置 配置文件位置 启动 直接启动: 或通过 brew services 插件启动 创建topic 查看创建的topic 发送一些消息 消费消息 附:brew…