# 当“其他流量”为负数时，这意味着什么？

**URL:** https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823
**Category:** Support
**Tags:** dashboard-reports
**Created:** [2026年九月7日 14:56 UTC](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823 "2026-09-07T14:56:48Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [2026年九月10日 08:09 UTC](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823/4 "2026-09-10T08:09:11Z")

</div>

感谢您报告此问题。

“其他流量”的计算方式如下：

```plaintext
other = page_view_anon + page_view_logged_in
      - page_view_anon_browser - page_view_logged_in_browser

```

这些计数是分开记录的。如果浏览器浏览量超过了记录的匿名和登录页面浏览量的总和，“其他流量”就会变成负数。

一种可能的解释是，有人发现了浏览器跟踪端点，并直接发送了重复请求，从而增加了浏览器浏览量，却没有产生相应的页面加载。

这可以解释“匿名”流量的增加。我认为，如果您启用我们最近的爬虫检测功能（[Improving how we detect and flag likely crawlers in your traffic data](https://meta.discourse.org/t/improving-how-we-detect-and-flag-likely-crawlers-in-your-traffic-data/409316)），该流量将被归类为疑似爬虫。

此外，我有一个 PR 将“其他流量”限制为零，以防止出现负值。

> <https://github.com/discourse/discourse/pull/43507>
>
> Browser pageview counters can exceed legacy pageview counters because deferred t…racking does not require a matching legacy view. Subtracting these daily totals could produce negative other traffic and reduce the chart's tooltip total.
> 
> Clamp the daily remainder to zero after summing anonymous and logged-in traffic, preserving browser counts and positive remainders. Add regression coverage for positive, zero, and negative remainders.
> 
> Before:
> \<img width="1022" height="580" alt="Screenshot 2026-09-10 at 3 56 38 pm" src="https://github.com/user-attachments/assets/b697fabe-f074-474a-b522-63eead68ac28" /\>
> 
> After:
> \<img width="985" height="577" alt="Screenshot 2026-09-10 at 3 56 01 pm" src="https://github.com/user-attachments/assets/4bdbf4d7-5133-4d93-b722-a22d312f135c" /\>

---

_[View the full topic](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823)._
