> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20150102-mips-yu-arm64/conference-report.md).

# 会议报告

* 原文：[Conference Report](https://freebsdfoundation.org/our-work/journal/browser-based-edition/mips-and-arm64/)
* 作者：**Wallace Barrow**

## meetBSD

独自参加任何会议都可能让人有点紧张。安排行程、长途跋涉，再加上谁也不认识，难免会让人忐忑。但去 meetBSD 2014 完全不是这样。我迫不及待地想参加我的第一次 meetBSD 会议，而且受到了热情欢迎。融入一个新社区总是充满乐趣，正如我三年前刚开始使用 FreeBSD 时所体会到的那样。

meetBSD California 2014 太棒了！会议开始前一晚，我见到了几位很棒的人，会议期间又认识了更多人，包括 Dru Lavigne、Sean Bruno、Jim Maurer、Michael Dexter 和 Glen Barber 等。把名字和人对上号是一种超现实的体验。

我非常喜欢那些分组讨论，真希望有更多时间参加所有场次。不过在所有讨论中，我最感兴趣的是 bhyve。作为服务器管理员，我日常使用 Xen Server，了解另一种可用于生产环境的 hypervisor 非常吸引人。直接和开发者交流、了解这个 hypervisor 的工作原理，是技术人员能求到的最有益的事情。你可以直接获取专家的知识，这在 meetBSD 上你想了解的任何话题都适用。我希望很快能在我搭建的实验室里对 Bhyve 做一些基准测试。

### 演讲者

我们度过了精彩的两天演讲。来自 WhatsApp 的 Rick Reed 向我们展示了一份关于五亿 FreeBSD 用户的精彩概述。目前 WhatsApp 拥有超过 6 亿月活用户、1.4 亿并发连接、每秒 44 万次连接和每秒 110 万条消息发送。

Jordan Hubbard 借 2014 年 11 月 2 日庆祝 FreeBSD 21 岁生日之机，做了题为《FreeBSD：下一个十年》的概述。Jordan 解释了我们需要让创造的架构更像乐高积木，并选择在业界有广泛吸引力的硬件平台。

David Maxwell 向我们演示了一个名为 pipecut 的新 Unix 命令，用户可以用它快速、轻松地创建管道命令。我们可以创建热键，将许多 Unix 命令串联起来处理数据，并查看每一步的过程。我在社交酒会上和 David 坐下来讨论了如何在自己的环境中使用它，这是一次非常酷的体验。

Kirk McKusick 给我们讲述了 IPWars 的故事。概括一下：Twitter 上 @Brendan Gregg 说：“如果 Kirk McKusick 有时光机，他会给 IPv4 加上 48 位。”我还让 Kirk 在我的新书《FreeBSD 操作系统设计与实现》（第二版）上签了名。

Brendan Gregg 在 Netflix 工作，向我们展示了 FreeBSD 性能分析的五个主要领域：工具、方法论、基准测试、跟踪和计数器。得益于 Netflix，如今 FreeBSD 承载了 34.2% 的互联网流量。

如果你从未参加过 meetBSD 会议或任何 BSD 会议，现在就开始计划并做安排吧。从与会者、演讲者到分组讨论，你能从中得到想要的一切。我非常期待参加在加拿大举行的下一次会议。到时候见！

***

**Wallace Barrow** 主修计算机科学、辅修安全。他曾在威斯康星大学为农业部门管理 Windows 域。三年前他在威斯康星州麦迪逊的一家小型本地 ISP 工作时开始接触 FreeBSD。Wallace 热爱他的 Packers、Badgers 和开源！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20150102-mips-yu-arm64/conference-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
