<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>压测 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%8E%8B%E6%B5%8B/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 19 Apr 2025 21:05:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>阿里云自建PostgreSQL的性能测试(对比MySQL)</title>
		<link>https://www.coder4.com/archives/7607</link>
					<comments>https://www.coder4.com/archives/7607#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 16 Dec 2021 09:37:30 +0000</pubDate>
				<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[pg]]></category>
		<category><![CDATA[Postgre]]></category>
		<category><![CDATA[压力测试]]></category>
		<category><![CDATA[压测]]></category>
		<category><![CDATA[性能测试]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7607</guid>

					<description><![CDATA[1 测试环境 阿里云6代4核8G，PL0磁盘，ecs.g6.xlarge，2台 建议用Ubuntu 20.04，CentOS7的包太老 2 服务器 docker启动pg14 #!/bin/bash NAME="postgres" POSTGRES_USER="pg" POSTGRES_PASS="pg123" VOLUME="$HOME/docker_data/postgres" mkdir -p $VOLUME docker ps -q -a --filte[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7607/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>阿里云自建MySQL的性能测试(多配置对比)</title>
		<link>https://www.coder4.com/archives/7473</link>
					<comments>https://www.coder4.com/archives/7473#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 02 Dec 2021 10:25:39 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[压测]]></category>
		<category><![CDATA[性能测试]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7473</guid>

					<description><![CDATA[本文测试下在阿里云上自建MySQL的性能，主要测试工具sysbench，虚拟机环境：阿里云 1 MySQL启动脚本 服务器配置：4核8G，PL0磁盘，ecs.g6.xlarge 为了方便切换版本和重现，我们使用Docker部署，先安装并启用docker： yum install -y docker service docker start 脚本如下： #!/bin/bash NAME="mysql" PUID="1000" PGID="1000" VOLUME=[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7473/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>性能压测时通过docker突破nofile / 端口数量的限制</title>
		<link>https://www.coder4.com/archives/7223</link>
					<comments>https://www.coder4.com/archives/7223#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 24 Feb 2021 12:32:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[压测]]></category>
		<category><![CDATA[性能]]></category>
		<category><![CDATA[限制]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7223</guid>

					<description><![CDATA[服务端性能压测时，在客户端侧经常遇到两个问题： nofile超限额，对于Linux尚可调整，但是对于Mac系统调整非常难。 tcp端口数限制(3w左右，放开限制也只能到6w），这个没法调整 可以通过docker的方式，突破这两个限制 #!/bin/bash docker run -v $(pwd):/benchmark-client.bin -it ubuntu:20.04 /app/benchmark-client.bin 如上，我们启用若干个个docker，每个都[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7223/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
