Skip to content

Commit

Permalink
snapcraft: add in some new tools missing from the snapcraft apps list
Browse files Browse the repository at this point in the history
Add in syscount, dbstat and dbslower to apps list.

Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
Colin Ian King committed Feb 23, 2017
1 parent 7c965b3 commit 44a9813
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
name: bcc
version: 0.2.0-20170208-1555-3e77af5
version: 0.2.0-20170223-1653-7c965b3
summary: BPF Compiler Collection (BCC)
description: A toolkit for creating efficient kernel tracing and manipulation programs
confinement: strict
Expand Down Expand Up @@ -52,6 +52,10 @@ apps:
command: wrapper cpudist
cpuunclaimed:
command: wrapper cpuunclaimed
dbstat:
command: wrapper dbstat
dbslower:
command: wrapper dbslower
dcsnoop:
command: wrapper dcsnoop
dcstat:
Expand Down Expand Up @@ -120,6 +124,8 @@ apps:
command: wrapper statsnoop
syncsnoop:
command: wrapper syncsnoop
syscount:
command: wrapper syscount
tcpaccept:
command: wrapper tcpaccept
tcpconnect:
Expand Down

0 comments on commit 44a9813

Please sign in to comment.