-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
1 lines (1 loc) · 5.28 KB
/
index.xml
1
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Utop's Blog</title><link>https://www.ffutop.com/</link><description>feedId:71413439185503233+userId:43988674959516672</description><generator>Hugo -- gohugo.io</generator><language>zh-cmn-Hans-CN</language><lastBuildDate>Sun, 29 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.ffutop.com/index.xml" rel="self" type="application/rss+xml"/><item><title>HAProxy 大量 FIN_WAIT2 状态连接故障分析</title><link>https://www.ffutop.com/posts/2024-09-29-fin-wait2/</link><pubDate>Sun, 29 Sep 2024 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2024-09-29-fin-wait2/</guid><description>L4 层网络上总是能遇到奇奇怪怪的错误,记录一下备查。 故障现象:大量异常连接状态 服务器大量存在 TCP 状态为 FIN_WAIT2、CLOSE_WAIT 的</description></item><item><title>容器内进程的 faketime 热更新</title><link>https://www.ffutop.com/posts/2024-08-06-faketime/</link><pubDate>Tue, 06 Aug 2024 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2024-08-06-faketime/</guid><description>我们的演示系统,使用 libfaketime 实现了历史时刻的简单复现。鉴于通过反复重启进行来实现 Java 服务的 faketime 重置过于缓慢。故阅读文档并整理了对 faketime 热更新的操作手册。 libfaketime</description></item><item><title>[译] FreeType 字形约定</title><link>https://www.ffutop.com/posts/2024-06-19-freetype-glyph/</link><pubDate>Wed, 19 Jun 2024 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2024-06-19-freetype-glyph/</guid><description>译者序 本文来自 FreeType Glyph Conventions,截取了第 I ~ V 节,第 VI、VII 节未做翻译。 主要介绍字体与字形数据文件是如何定义并渲染到输出设备。</description></item><item><title>TimescaleDB 超表查询性能优化</title><link>https://www.ffutop.com/posts/2024-01-17-timescaledb-chunks-excluded/</link><pubDate>Wed, 17 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2024-01-17-timescaledb-chunks-excluded/</guid><description>最近后端服务在查询一张时序表时,莫名出现了断崖式的性能表现下降现象。出于对问题根本原因的探求,作者深入学习了 PostgreSQL 的规划器与执行器,以及 TimescaleDB 约束排</description></item><item><title>[译](Timescale)实施约束排除以提高查询性能</title><link>https://www.ffutop.com/posts/2024-01-16-timescaledb-constriant-exclusion/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2024-01-16-timescaledb-constriant-exclusion/</guid><description>译者序 本文来自 Timescale - Implementing constraint exclusion for faster query performance 。主要介绍 TimescaleDB 官方如何利用 PostgreSQL 节点及自定义扫描节点,实现三种不同场景下的查询性能优化。 译者水平有限,不免存在遗漏</description></item><item><title>[译] JSR 385 - 计量单位 API 2.0</title><link>https://www.ffutop.com/posts/2023-08-24-jsr-385/</link><pubDate>Thu, 24 Aug 2023 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2023-08-24-jsr-385/</guid><description>译者序 本文来自 JSR 385: Units of Measurement API 2.0 。翻译了其中核心的部分,舍弃了第 6 节(可选项与依赖)、第 7 节(示例)、第 8 节(相关工作)和第 9 节(FAQ)。 译者</description></item><item><title>TLS 加密报文解析</title><link>https://www.ffutop.com/posts/2023-03-18-tls-parse/</link><pubDate>Sat, 18 Mar 2023 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2023-03-18-tls-parse/</guid><description>在使用 Wireshare 或者 tcpdump 抓包时,往往面对 SSL/TLS 加密的数据报文束手无策。由于 SSL/TLS 的安全设计,防范了通讯双方以外的第三方截取数据后成功解析的可能。但也对开发测试</description></item><item><title>TCP 异常状态总结</title><link>https://www.ffutop.com/posts/2022-11-12-tcp-state/</link><pubDate>Sat, 12 Nov 2022 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2022-11-12-tcp-state/</guid><description>TCP 状态无外乎图中的 11 种。通过 netstat -nat 命令可以观察到所有 TCP 连接(包括 TCP 监听)。一般来说,SYN_RCVD、SYN_SENT、FIN_WAIT_1、</description></item><item><title>KubeEdge - 边缘管理与监控</title><link>https://www.ffutop.com/posts/2022-08-12-kubeedge/</link><pubDate>Fri, 12 Aug 2022 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2022-08-12-kubeedge/</guid><description>背景 公司业务需要引入边缘计算终端,并做边缘管理与监控,故调研并最终选定 KubeEdge 技术选型 常规条件下,云边不在同一网段,边缘侧到云侧单向可达。 云侧作为</description></item><item><title>Telegraf 执行流</title><link>https://www.ffutop.com/posts/2022-07-19-telegraf/</link><pubDate>Thu, 21 Jul 2022 00:00:00 +0000</pubDate><guid>https://www.ffutop.com/posts/2022-07-19-telegraf/</guid><description>Telegraf 是一款开源的数据采集工具,通过插件化设计提供灵活组合的指标收集、处理、聚合和写出能力。它的核心设计包含四种基础插件,输入(input)、处</description></item></channel></rss>