<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>AGFS on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/agfs/</link><description>Recent content in AGFS on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Thu, 26 Mar 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/agfs/atom.xml" rel="self" type="application/rss+xml"/><item><title>AGFS File System Performance Test</title><link>https://www.chenshaowen.com/en/blog/agfs-file-system-performance-test.html</link><pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate><atom:modified>Thu, 26 Mar 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/agfs-file-system-performance-test.html</guid><description>1. Installing wrk 1 apt-get install -y wrk 2. localfs Performance Test 2.1 1KB Small File Test Write file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 cat &amp;gt; put-1k.lua &amp;lt;&amp;lt;&amp;#34;EOF&amp;#34; wrk.method = &amp;#34;PUT&amp;#34; wrk.body = string.rep(&amp;#34;a&amp;#34;, 1024) wrk.headers[&amp;#34;Content-Type&amp;#34;] = &amp;#34;text/plain&amp;#34; counter = 0 local WRAP = 500000 request = function() counter = counter + 1 local n = ((counter - 1) % WRAP) + 1 local filename = &amp;#34;/local/perf-1k/test_&amp;#34; .</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>AGFS</category><category>Storage</category><category>Performance Testing</category></item><item><title>A File System for AI Agents - AGFS</title><link>https://www.chenshaowen.com/en/blog/agfs-file-system-for-ai-agent.html</link><pubDate>Wed, 25 Mar 2026 11:22:55 +0000</pubDate><atom:modified>Wed, 25 Mar 2026 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/agfs-file-system-for-ai-agent.html</guid><description>1. Introduction to AGFS Overview AGFS is a project that provides storage services through a RESTful API. It supports a variety of storage backends, including memory, files, databases, message queues, and more.
Because it does not need POSIX interface support, data can be stored through remote calls, which is very useful in AI Agents.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>AGFS</category><category>Storage</category><category>Validation</category><category>Deployment</category></item></channel></rss>