Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
collector
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
irl
collector
Commits
19ae66a1
Commit
19ae66a1
authored
May 1, 2019
by
Iain R. Learmonth
Browse files
Options
Downloads
Patches
Plain Diff
PROTOCOL: Add bandwidth lists
See: #30217
parent
7eeec86f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/docs/PROTOCOL
+25
-1
25 additions, 1 deletion
src/main/resources/docs/PROTOCOL
with
25 additions
and
1 deletion
src/main/resources/docs/PROTOCOL
+
25
−
1
View file @
19ae66a1
...
...
@@ -89,6 +89,7 @@
'relay-descriptors' contains the following substructure:
* bandwidths
* consensuses
* extra-infos
* microdescs
...
...
@@ -111,7 +112,9 @@
* for consensuses, microdescs, and votes from the valid-after dates,
* for extra-infos, server-descriptors, statuses, and tor from the
published dates.
published dates,
* for bandwidths, from the file_created value if available, otherwise the
timestamp.
3.0 Index Files
...
...
@@ -181,6 +184,7 @@
'relay-descriptors' contains the following substructure:
* bandwidths
* consensuses
* extra-infos
* microdescs
...
...
@@ -236,6 +240,15 @@
are derived from the valid-after dates of the referencing microdesc
consensus.
4.3.6
'bandwidths' contains documents named:
year DASH month DASH day DASH hour DASH minute DASH second
DASH BANDWIDTH DASH DIGEST
Where DIGEST is the uppercase-hex encoded SHA256 digest of the bandwidth
file and BANDWIDTH is the string "bandwidth".
4.4 'webstats' below 'recent'
'webstats' contains compressed log files named according to
...
...
@@ -331,6 +344,7 @@
'relay-descriptors' contains the following substructure:
* bandwidth
* certs
* consensus
* extra-info
...
...
@@ -387,6 +401,16 @@
and below the subdirectories of 'micro' and 'consensus-microdescs'.
5.3.5
'bandwidth' contains the subdirectory structure
year SEP month SEP day
Where the time related values are taken from the file_created value where
available, otherwise the timestamp.
The files are named according to the structure in 4.3.6.
5.4 'webstats' below 'out'
'webstats' contains compressed log files structured and named according
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment