问题标签 [traffic]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
246 浏览

tracking - What is the most stable, least intrusive way to track web traffic between two sites?

I need to track traffic between a specific set of web sites. I would then store the number of clicks in a database table with the fields fromSite, toSite, day, noOfClicks. The complete urls are unimportant - only web site identity is needed.

I've ruled out redirects since I don't want my server to be a single point of failure. I want the links to work even if the tracking application or server is down or overloaded.

Another goal is to minimize the work each participating site has to do in order for the tracking to work.

What would be the best way to solve this problem?

0 投票
7 回答
52122 浏览

ssl - SSL 和 Kerberos 身份验证之间的区别?

我试图了解 SSL 和 Kerberos 身份验证之间的实际区别是什么,以及为什么有时我同时拥有 SSL 流量和 Kerberos。或者 Kerberos 是否以任何方式使用 SSL?

任何人都可以帮忙吗?谢谢!

0 投票
1 回答
1368 浏览

apache - 基于 User-Agent 的 Apache 流量节流

我们在 Linux 上的 WebSphere 6.0 前面运行 Apache(IBM HTTP Server 6.0.2.0)。我们从不同 IP 地址的特定用户代理处获得过多流量。我们不想阻止 User-Agent 或 IP 地址,但想稍微减慢它们的速度。

对我们来说最好的方案是使用开箱即用的 Apache 配置选项来解决问题。

任何想法或建议将不胜感激。

谢谢!

0 投票
2 回答
563 浏览

svn - 如何找到我正在使用的 SVN 流量?

在我的办公室,我们设置了一个 SVN 服务器,我想知道它使用了多少流量。我对带宽不感兴趣,只对 SVN 服务发送/接收的 1 和 0 的总数感兴趣。

数据将全部通过svn://协议传输,服务器运行 XP pro。

0 投票
2 回答
403 浏览

google-analytics - 有谁知道解释谷歌分析结果的好指南/书?

我正在寻找解释 Google Analytics(分析)结果的指南。还有用于访问数据的 API 吗?

0 投票
1 回答
1287 浏览

ftp - 如何使用 awstats 生成 FTP 流量报告?

我想使用 /var/logs/xferlog 生成一份报告,显示特定用户在特定月份的流量。

0 投票
2 回答
1442 浏览

prolog - Prolog 在哪里用于交通控制系统?

用户 Laurent 对这个问题 [为什么逻辑编程没有流行起来?] 有一个有趣的回答:

如果你看看逻辑编程在空中交通管制领域的影响,我认为不能说逻辑编程没有流行起来。

出现一个问题:

prolog 在哪里用于道路交通控制系统?为什么在这样的环境中使用它而不是 C 或 Python 等语言?

0 投票
6 回答
867 浏览

traffic - 我们可以编写一个程序来测量任何网站的流量,比如 Alexa 吗?

我们可以编写一个程序来测量任何网站(如 Alexa 或 ComScore)的流量吗?我们是否需要位于互联网骨干网的中间或有权访问此类流量数据?我们可以编写任何程序来仅使用消费者级别的互联网连接来测量它吗?

0 投票
1 回答
336 浏览

networking - 识别特定类别网络流量的特征(源自负载均衡器或基于端口的 NAT)

我正在使用嗅探器(例如 Wireshark)来监控网络流量。

我没有网络拓扑的先验知识。我的目的是将 IP 识别为负载平衡器或 NAT 入口点。

如何识别特定数据包来自负载平衡器或已通过防火墙并已对其执行基于端口的网络地址转换 (NAT)?

这两种用例都有哪些识别特征?

0 投票
3 回答
1463 浏览

linux - Bash 命令(netstat 等)显示数据包传输的概述?

假设我有一台 Linux 机器被一些网络流量阻塞。可能是某人通过 FTP 向它发送一个大文件,一群人下载一个大文件,等等。

我可以使用哪些选项来确定这一点?我看过说 netstat 人,但我不确定这是否正是我需要的。它至少可以告诉我端口,这样我就可以判断它是否是 FTP,但如果说文件正在被 DLed 则无济于事。