Skip to content

Commit f5aac3a

Browse files
committed
add new tools from bcc v0.26.0
1 parent 6c28529 commit f5aac3a

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ updates:
4747
directory: "tools/biostacks"
4848
schedule:
4949
interval: "weekly"
50+
- package-ecosystem: "gomod"
51+
directory: "tools/biotop"
52+
schedule:
53+
interval: "weekly"
5054
- package-ecosystem: "gomod"
5155
directory: "tools/bitesize"
5256
schedule:
@@ -55,6 +59,10 @@ updates:
5559
directory: "tools/cachestat"
5660
schedule:
5761
interval: "weekly"
62+
- package-ecosystem: "gomod"
63+
directory: "tools/capable"
64+
schedule:
65+
interval: "weekly"
5866
- package-ecosystem: "gomod"
5967
directory: "tools/cpudist"
6068
schedule:
@@ -103,6 +111,10 @@ updates:
103111
directory: "tools/hardirqs"
104112
schedule:
105113
interval: "weekly"
114+
- package-ecosystem: "gomod"
115+
directory: "tools/javagc"
116+
schedule:
117+
interval: "weekly"
106118
- package-ecosystem: "gomod"
107119
directory: "tools/klockstat"
108120
schedule:
@@ -195,10 +207,18 @@ updates:
195207
directory: "tools/tcprtt"
196208
schedule:
197209
interval: "weekly"
210+
- package-ecosystem: "gomod"
211+
directory: "tools/tcpstates"
212+
schedule:
213+
interval: "weekly"
198214
- package-ecosystem: "gomod"
199215
directory: "tools/tcpsynbl"
200216
schedule:
201217
interval: "weekly"
218+
- package-ecosystem: "gomod"
219+
directory: "tools/tcptop"
220+
schedule:
221+
interval: "weekly"
202222
- package-ecosystem: "gomod"
203223
directory: "tools/tcptracer"
204224
schedule:
@@ -207,3 +227,7 @@ updates:
207227
directory: "tools/vfsstat"
208228
schedule:
209229
interval: "weekly"
230+
- package-ecosystem: "gomod"
231+
directory: "tools/wakeuptime"
232+
schedule:
233+
interval: "weekly"

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build tools
22

33
on:
44
push:
5-
branches:
6-
- master
75
pull_request:
86
workflow_dispatch:
97

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
[libbpfgo](https://github.com/aquasecurity/libbpfgo) port of [bcc/libbpf-tools](https://github.com/iovisor/bcc/tree/master/libbpf-tools).
66

77

8-
## tools (30/46)
8+
## tools (30/52)
99

1010
* [x] [bashreadline](./tools/bashreadline)
1111
* [x] [bindsnoop](./tools/bindsnoop)
1212
* [x] [biolatency](./tools/biolatency)
1313
* [x] [biopattern](./tools/biopattern)
1414
* [x] [biosnoop](./tools/biosnoop)
1515
* [x] [biostacks](./tools/biostacks)
16+
* [ ] biotop
1617
* [x] [bitesize](./tools/bitesize)
1718
* [ ] cachestat
19+
* [ ] capable
1820
* [x] [cpudist](./tools/cpudist)
1921
* [ ] cpufreq
2022
* [x] [drsnoop](./tools/drsnoop)
@@ -27,6 +29,7 @@
2729
* [ ] funclatency
2830
* [ ] gethostlatency
2931
* [ ] hardirqs
32+
* [ ] javagc
3033
* [ ] klockstat
3134
* [ ] ksnoop
3235
* [ ] llcstat
@@ -50,6 +53,9 @@
5053
* [x] [tcpconnlat](./tools/tcpconnlat)
5154
* [x] [tcplife](./tools/tcplife)
5255
* [x] [tcprtt](./tools/tcprtt)
56+
* [ ] tcpstates
5357
* [x] [tcpsynbl](./tools/tcpsynbl)
58+
* [ ] tcptop
5459
* [x] [tcptracer](./tools/tcptracer)
5560
* [ ] vfsstat
61+
* [ ] wakeuptime

0 commit comments

Comments
 (0)