Skip to content

Commit 7513907

Browse files
committed
a couple more view actions
1 parent 8d089d3 commit 7513907

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

userspace/sysdig/chisels/v_connections.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,10 @@ view_info =
142142
command = "tcpdump -niany host %fd.rip",
143143
description = "tcpdump remot IP",
144144
},
145+
{
146+
hotkey = "t",
147+
command = "traceroute %fd.rip",
148+
description = "traceroute remot IP",
149+
},
145150
},
146151
}

userspace/sysdig/chisels/v_containers.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ view_info =
127127
description = "bash shell",
128128
wait_finish = false
129129
},
130+
{
131+
hotkey = "f",
132+
command = "docker logs -f %container.id",
133+
description = "follow logs"
134+
},
130135
{
131136
hotkey = "h",
132137
command = "docker history %container.image",

userspace/sysdig/chisels/v_containers_errors.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ view_info =
100100
description = "bash shell",
101101
wait_finish = false
102102
},
103+
{
104+
hotkey = "f",
105+
command = "docker logs -f %container.id",
106+
description = "follow logs"
107+
},
103108
{
104109
hotkey = "h",
105110
command = "docker history %container.image",

0 commit comments

Comments
 (0)