File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # Copyright (c) 2019-2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
export LC_ALL=C
3
6
set -e -o pipefail
4
7
export TZ=UTC
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # Copyright (c) 2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
export LC_ALL=C
3
6
set -e -o pipefail
4
7
export TZ=UTC
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
+ # Copyright (c) 2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
3
6
""" Demonstration of eBPF limitations and the effect on USDT with the
4
7
net:inbound_message and net:outbound_message tracepoints. """
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
+ # Copyright (c) 2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
3
6
import sys
4
7
import ctypes
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
+ # Copyright (c) 2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
3
6
""" Interactive bitcoind P2P network traffic monitor utilizing USDT and the
4
7
net:inbound_message and net:outbound_message tracepoints. """
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # Copyright (c) 2021 The Bitcoin Core developers
3
+ # Distributed under the MIT software license, see the accompanying
4
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
3
6
export LC_ALL=C
4
7
You can’t perform that action at this time.
0 commit comments