Commit 44a98137 authored by Colin Ian King's avatar Colin Ian King

snapcraft: add in some new tools missing from the snapcraft apps list

Add in syscount, dbstat and dbslower to apps list.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
parent 7c965b31
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
name: bcc name: bcc
version: 0.2.0-20170208-1555-3e77af5 version: 0.2.0-20170223-1653-7c965b3
summary: BPF Compiler Collection (BCC) summary: BPF Compiler Collection (BCC)
description: A toolkit for creating efficient kernel tracing and manipulation programs description: A toolkit for creating efficient kernel tracing and manipulation programs
confinement: strict confinement: strict
...@@ -52,6 +52,10 @@ apps: ...@@ -52,6 +52,10 @@ apps:
command: wrapper cpudist command: wrapper cpudist
cpuunclaimed: cpuunclaimed:
command: wrapper cpuunclaimed command: wrapper cpuunclaimed
dbstat:
command: wrapper dbstat
dbslower:
command: wrapper dbslower
dcsnoop: dcsnoop:
command: wrapper dcsnoop command: wrapper dcsnoop
dcstat: dcstat:
...@@ -120,6 +124,8 @@ apps: ...@@ -120,6 +124,8 @@ apps:
command: wrapper statsnoop command: wrapper statsnoop
syncsnoop: syncsnoop:
command: wrapper syncsnoop command: wrapper syncsnoop
syscount:
command: wrapper syscount
tcpaccept: tcpaccept:
command: wrapper tcpaccept command: wrapper tcpaccept
tcpconnect: tcpconnect:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment