Skip to content

Commit 833721f

Browse files
committedJun 2, 2019
news updates
1 parent 458ed3c commit 833721f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎News.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
Spindump can now report bandwidth data (bytes/sec) for connections and aggregated connections. The bandwith data is visible in the textual and JSON output, not currently on screen (due to lack of screen real estate).
66

7+
## Support for Draft 20
8+
9+
Spindump supports draft version 20 QUIC now, as a result of hacking at the QUIC interop in London, May 2019.
10+
11+
## Distributed measurements
12+
13+
Spindump now reads its own output sent as JSON from another Spindump instance; this can be used to aggregate data at a central point from multiple collection points.
14+
715
## Spaces not tabs (April 2019)
816

917
Spindump code now uses spaces, not tabs for indents. Please configure your editor appropriately! For instance, on emacs I added the following line to my .emacs file:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The tool builds on the Spindump Library, which is a small, simple, and extensibl
1414

1515
## News!!!
1616

17-
Spindump code now uses spaces, not tabs for indents. Please configure your editor appropriately! Spindump now supports Google QUIC as implemented in Chrome, has improved documentation, and its security has improved with a privilege downgrade on Linux. Spindump is also now able to send collected information to a selected web server or another Spindump instance.
17+
Spindump can now report bandwidth data (bytes/sec) for connections and aggregated connections. Spindump supports draft version 20 QUIC now, as a result of hacking at the QUIC interop in London, May 2019. Spindump now reads its own output sent as JSON from another Spindump instance; this can be used to aggregate data at a central point from multiple collection points. Spindump now supports Google QUIC as implemented in Chrome, has improved documentation, and its security has improved with a privilege downgrade on Linux. Spindump is also now able to send collected information to a selected web server or another Spindump instance.
1818

1919
See the [news](https://github.com/EricssonResearch/spindump/blob/master/News.md) page for more details!
2020

0 commit comments

Comments
 (0)
Please sign in to comment.