1+ .\" Automatically generated by Pandoc 1.15.1.1
2+ .\"
3+ .hy
14.TH "" "" "" "" ""
25.SS NAME
36.PP
@@ -16,37 +19,19 @@ csysdig has been designed to mimic tools like \f[B]top\f[] and
1619.IP \[bu ] 2
1720Support for both live analysis and sysdig trace files.
1821Trace files can come from the same machine or from another machine.
19- .PD 0
20- .P
21- .PD
2222.IP \[bu ] 2
2323Visibility into a broad range of metrics, including CPU, memory, disk
2424I/O, network I/O.
25- .PD 0
26- .P
27- .PD
2825.IP \[bu ] 2
2926Ability to observe input/output activity for processes, files, network
3027connections and more.
31- .PD 0
32- .P
33- .PD
3428.IP \[bu ] 2
3529Ability to drill down into processes, files, network connections and
3630more to further explore their behavior.
37- .PD 0
38- .P
39- .PD
4031.IP \[bu ] 2
4132Full customization support.
42- .PD 0
43- .P
44- .PD
4533.IP \[bu ] 2
4634Support for sysdig\[aq ] s filtering language.
47- .PD 0
48- .P
49- .PD
5035.IP \[bu ] 2
5136Container support by design.
5237.PP
@@ -71,26 +56,14 @@ Here are some basic tips to get you started with sysdig:
7156If you run csysdig without arguments, it will display live system data,
7257updating every 2 seconds.
7358To analyze a trace file, use the \- r command line flag.
74- .PD 0
75- .P
76- .PD
7759.IP " 2." 3
7860You can switch to a different view by using the \f[I] F2 \f[ ] key.
79- .PD 0
80- .P
81- .PD
8261.IP " 3." 3
8362You can to drill down into a selection by clicking \f[I] enter \f[ ] .
8463You can navigate back by typing \f[I] backspace \f[ ] .
85- .PD 0
86- .P
87- .PD
8864.IP " 4." 3
8965You can observe input/output for the currently selected entity by typing
9066\f[I] F5 \f[ ]
91- .PD 0
92- .P
93- .PD
9467.IP " 5." 3
9568You can see sysdig events for the currently selected entity by typing
9669\f[I] F6 \f[ ]
@@ -197,6 +170,12 @@ Show the help page for the currently displayed view.
197170.PD
198171Open the view\[aq ] s actions panel.
199172.PP
173+ \f[B] F9, > \f[ ]
174+ .PD 0
175+ .P
176+ .PD
177+ Open the column sort panel.
178+ .PP
200179\f[B] F10, q \f[ ]
201180.PD 0
202181.P
@@ -217,6 +196,12 @@ content.
217196.PD
218197Pause screen updates.
219198.PP
199+ \f[B] \f[ C ] <shift>\ <1\- 9>\f[ ]\f[ ]
200+ .PD 0
201+ .P
202+ .PD
203+ sort column \f[ C ] <n>\f[ ]
204+ .PP
220205\f[B] F1, h, ? \f[ ]
221206.PD 0
222207.P
@@ -276,24 +261,35 @@ Pause screen updates.
276261.P
277262.PD
278263Go to line.
279- .SS MOUSE USAGE
280- .IP \[ bu ] 2
281- Clicking on column headers lets you sort the table.
264+ .SS Spectrogram Window
265+ .PP
266+ \f[B] F2 \f[ ]
282267.PD 0
283268.P
284269.PD
285- .IP \[bu ] 2
286- Double clicking on row entries performs a drill down.
270+ Show the view picker.
271+ This will let you switch to another view.
272+ .PP
273+ \f[B] p \f[ ]
287274.PD 0
288275.P
289276.PD
277+ Pause/Resume the visualization.
278+ .PP
279+ \f[B] Backspace \f[ ]
280+ .PD 0
281+ .P
282+ .PD
283+ Navigate back to the previous view.
284+ .SS MOUSE USAGE
285+ .IP \[bu ] 2
286+ Clicking on column headers lets you sort the table.
287+ .IP \[bu ] 2
288+ Double clicking on row entries performs a drill down.
290289.IP \[bu ] 2
291290Clicking on the filter string at the top of the screen (the text after
292291\[aq ] Filter:\[aq ] ) lets you change the sysdig filter and customize the
293292view content.
294- .PD 0
295- .P
296- .PD
297293.IP \[bu ] 2
298294You can use the mouse on the entries in the menu at the bottom of the
299295screen to perform their respective actions.
@@ -335,6 +331,18 @@ E.g.
335331The API server can also be specified via the environment variable
336332SYSDIG_K8S_API.
337333.PP
334+ \f[B] \- K \f[ ] \f[I] filename \f[ ] ,
335+ \f[B] \-\- k8s \- api \- cert= \f[ ]\f[I] filename \f[ ]
336+ .PD 0
337+ .P
338+ .PD
339+ Use the provided certificate file name to authenticate with the K8S API
340+ server.
341+ Filename must be a full absolute or relative (to the current directory)
342+ path to the certificate file.
343+ The certificate can also be specified via the environment variable
344+ SYSDIG_K8S_API_CERT.
345+ .PP
338346\f[B] \- l \f[ ] , \f[B] \-\- list \f[ ]
339347.PD 0
340348.P
@@ -381,7 +389,7 @@ Capture the first \f[I]len\f[] bytes of each I/O buffer.
381389By default, the first 80 bytes are captured.
382390Use this option with caution, it can generate huge trace files.
383391.PP
384- \f[B] \- v \f[ ] \f[I] view \f[ ]id_ , \f[B] \-\- views \f[ ] =\f[I] view \f[ ]id_
392+ \f[B] \- v \f[ ] \f[I] view_id \f[ ] , \f[B] \-\- views \f[ ] =\f[I] view_id \f[ ]
385393.PD 0
386394.P
387395.PD
0 commit comments