-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
--- | ||
title: Week 2024-45 | ||
plotly: true | ||
slug: 2024-45 | ||
weight: 1045614 | ||
--- | ||
|
||
# Filecoin Report Cal. Week 45 - 2024 | ||
|
||
## General Information | ||
|
||
The following results show measurement data that were collected in calendar week 45 in 2024 from `2024-11-04` to `2024-11-11`. | ||
|
||
- Number of crawls `336` | ||
- Number of visits `1,439,595` | ||
> Visiting a peer means dialing or connecting to it. Every time the crawler or monitoring process tries to dial or connect to a peer we consider this as _visiting_ it. Regardless of errors that may occur. | ||
- Number of unique peer IDs visited `1,038` | ||
- Number of unique peer IDs discovered in the DHT `1,038` | ||
- Number of unique IP addresses found `743` | ||
|
||
Timestamps are in UTC if not mentioned otherwise. | ||
|
||
## Agents | ||
|
||
This plot shows the distribution of various user agents over time. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-agents-overall-stacked.json" height="600px" >}} | ||
|
||
## Churn Analysis | ||
|
||
This plot presents the Cumulative Distribution Function (CDF) of peer departure | ||
times from the network over a measurement period of one-week. The plot | ||
basically shows the percentage of nodes online at a point in time (`t=0`) that | ||
will have disconnected after 1 hour, 2 hours, 3 hours, .. up to 24 hours after `t=0`. | ||
|
||
- **X-Axis (Time in Hours)**: Represents the elapsed time since the reference | ||
point (`t=0`), measured in hours. | ||
- **Y-Axis (Percentage of Offline Peers)**: Indicates the cumulative | ||
percentage of peers that have disconnected from the network by the | ||
corresponding time interval. Specifically, it shows the proportion of peers | ||
that were online at `t=0` and have since gone offline. | ||
|
||
This visualization aids in understanding peer churn dynamics, which is crucial | ||
for optimizing network stability, resource allocation, and improving overall | ||
decentralized network performance. | ||
|
||
Note that the sum of the CDF is **NOT** 100%, as it only includes peers that were | ||
online for up to 24h. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-network-stability-cdf.json" height="800px" >}} | ||
|
||
## Geolocation | ||
|
||
Geographical data is sourced from the [MaxMind database](https://www.maxmind.com), which maps IP addresses to corresponding countries. | ||
|
||
This bar plot illustrates the distribution of observed nodes across different countries. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-geo-agent-All-bars.json" height="600px" >}} | ||
|
||
This plot displays the weekly geographical distribution of nodes, categorized by country. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-geo-agent-All-lines.json" height="600px" >}} | ||
|
||
### Cloud Providers | ||
|
||
Cloud providers data is sourced from [Udger](https://udger.com/resources/datacenter-list), which maps IP addresses to known hosting providers. | ||
|
||
#### Cloud Hosting Rate | ||
|
||
This line chart displays the count of nodes within the Filecoin network that are hosted on known commercial cloud providers, compared to those that are not. It tracks the distribution over a specified period, offering insights into the infrastructure preferences for node hosting. | ||
|
||
Regular analysis of this chart can reveal trends in the adoption of cloud services for nodes. Such information is crucial for understanding the network's resilience and the potential reliance on cloud infrastructure. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-cloud-rate-agent-All-lines.json" height="600px" >}} | ||
|
||
This bar chart presents the weekly distribution of Filecoin nodes among various cloud providers, including nodes not hosted within data centers (grouped under _Non-Datacenter_). | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-cloud-agent-All-bars.json" height="600px" >}} | ||
|
||
The line chart illustrates the trends in the distribution of all Filecoin nodes across cloud providers over the given time period. Note that nodes hosted outside of data centers are not included in this representation. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-cloud-agent-All-lines.json" height="600px" >}} | ||
|
||
## Crawls | ||
|
||
### Protocols | ||
|
||
This plot illustrates the evolving count of nodes supporting each of the listed protocols over time. It exclusively presents data gathered from nodes accessible through a libp2p connection via our crawler. The identification of supported protocols relies on the [libp2p identify protocol](https://github.com/libp2p/specs/tree/master/identify), hence necessitating a libp2p connection for discovery. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-crawl-protocols.json" height="1200px" >}} | ||
|
||
### Errors | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-connection-errors-single.json" height="600px" >}} | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-crawl-errors-single.json" height="600px" >}} | ||
|
||
## Stale Peer Records | ||
|
||
This stacked plot depicts the count of peer records stored within each node's routing table and made accessible through the DHT. | ||
These peer records are used to discover new remote peers within the network, enabling efficient and secure routing towards the target peer or content | ||
|
||
Ensuring the reachability of referenced peers shared within the network holds paramount importance. The plot delineates the occurrences of reachable and non-reachable (stale) peer records. Note that nodes running behind a NAT are counted as unreachable even though they may be online. | ||
|
||
For instance, if a peer's record is present in the routing tables of 100 other nodes and the peer is reachable, the plot will reflect an increase of 100 in the _online_ category. | ||
|
||
{{< plotly json="/plots/2024/11/04/filecoin-stale-records-stacked.json" height="600px" >}} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data": [{"hovertemplate": "Agent: %{x} <br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "marker": {"color": ["#4c72b0", "#dd8452"]}, "text": ["79.6%", "20.4%"], "textposition": "outside", "x": ["lotus", "boost"], "y": [352, 90], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Agent"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "tickformat": ","}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Agent Types", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Count: 442", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 10 Nov 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data": [{"customdata": ["others", "1.28.1", "1.28.3", "1.29.1", "1.29.2"], "hovertemplate": "Version: %{customdata} <br>Count: %{x:,}<br>Percentage: %{text}<br><extra></extra>", "marker": {"color": ["#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0"]}, "name": "lotus", "orientation": "h", "text": ["1.1%", "67.8%", "19.1%", "7.1%", "4.8%"], "textposition": "outside", "visible": true, "x": [4, 238, 67, 25, 17], "y": ["others", "1.28.1", "1.28.3", "1.29.1", "1.29.2"], "type": "bar"}, {"customdata": ["1.7.0", "2.3.0"], "hovertemplate": "Version: %{customdata} <br>Count: %{x:,}<br>Percentage: %{text}<br><extra></extra>", "marker": {"color": ["#dd8452", "#dd8452"]}, "name": "boost", "orientation": "h", "text": ["12.2%", "87.8%"], "textposition": "outside", "visible": "legendonly", "x": [11, 79], "y": ["1.7.0", "2.3.0"], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Count"}, "tickformat": ",", "range": [0, 261.8]}, "yaxis": {"title": {"text": "Version"}}, "autosize": true, "showlegend": false, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "lotus Agent Versions", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Count: 351", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 10 Nov 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}], "updatemenus": [{"buttons": [{"args": [{"visible": [true, false]}, {"xaxis": {"range": [0, 261.8]}, "annotations": [{"x": 0.5, "y": 1.15, "xref": "paper", "yref": "paper", "text": "lotus Agent Versions", "showarrow": false, "font": {"size": 18}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.5, "y": 1.1, "xref": "paper", "yref": "paper", "text": "Total Count: 351", "showarrow": false, "font": {"size": 14}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.99, "y": -0.14, "xref": "paper", "yref": "paper", "text": "Data: week ending 10 Nov 2024. Source: Nebula", "showarrow": false, "font": {"size": 10}, "xanchor": "right", "yanchor": "top"}]}], "label": "lotus", "method": "update"}, {"args": [{"visible": [false, true]}, {"xaxis": {"range": [0, 86.9]}, "annotations": [{"x": 0.5, "y": 1.15, "xref": "paper", "yref": "paper", "text": "boost Agent Versions", "showarrow": false, "font": {"size": 18}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.5, "y": 1.1, "xref": "paper", "yref": "paper", "text": "Total Count: 90", "showarrow": false, "font": {"size": 14}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.99, "y": -0.14, "xref": "paper", "yref": "paper", "text": "Data: week ending 10 Nov 2024. Source: Nebula", "showarrow": false, "font": {"size": 10}, "xanchor": "right", "yanchor": "top"}]}], "label": "boost", "method": "update"}], "direction": "down", "pad": {"r": 10, "t": 10}, "showactive": true, "x": 0.01, "xanchor": "left", "y": 1.15, "yanchor": "top"}]}} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data": [{"hovertemplate": "Cloud Provider: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["94.8%", "0.8%", "0.7%", "0.6%", "0.4%", "0.4%", "0.3%", "0.3%", "0.3%", "0.2%", "0.2%", "0.1%", "1.1%"], "textposition": "outside", "x": ["Non-Datacenter", "OVH", "Amazon AWS", "Hetzner Online", "Ubiquity Hosting", "Alfahosting", "Alibaba Cloud", "HostPark", "incubatec GmbH - Srl", "crosspointcolo.co.uk", "Amanah Tech Inc", "Grier Forensics", "others"], "y": [699, 5, 5, 4, 3, 2, 2, 2, 2, 1, 1, 1, 7], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Cloud Provider"}, "tickangle": -20}, "yaxis": {"title": {"text": "Count"}, "rangemode": "tozero"}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Cloud Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 738", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 10 Nov 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data": [{"hovertemplate": "Country: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["36.2%", "25.7%", "12.8%", "11.5%", "2.0%", "1.9%", "1.5%", "1.1%", "0.9%", "0.9%", "0.8%", "0.7%", "4.2%"], "textposition": "outside", "x": ["CN", "US", "KR", "HK", "NL", "RU", "multi", "AU", "NO", "SG", "BE", "JP", "others"], "y": [266, 189, 94, 84, 14, 13, 11, 7, 6, 6, 6, 5, 30], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Country"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Country Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 738", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 10 Nov 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.