-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small updates to sysdig man page/readme with recent changes.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ OPTIONS | |
Make the given filter a display one. Setting this option causes the events to be filtered after being parsed by the state system. Events are normally filtered before being analyzed, which is more efficient, but can cause state (e.g. FD names) to be lost. | ||
|
||
**-D**, **--debug** | ||
Capture events about sysdig itself and print additional logging on standard error. | ||
Capture events about sysdig itself, display internal events in addition to system events, and print additional logging on standard error. | ||
|
||
**-E**, **--exclude-users** | ||
Don't create the user/group tables by querying the OS when sysdig starts. This also means that no user or group info will be written to the tracefile by the **-w** flag. The user/group tables are necessary to use filter fields like user.name or group.name. However, creating them can increase sysdig's startup time. Moreover, they contain information that could be privacy sensitive. | ||
|
@@ -153,6 +153,9 @@ OPTIONS | |
**-l**, **--list** | ||
List the fields that can be used for filtering and output formatting. Use -lv to get additional information for each field. | ||
|
||
**--list-markdown** | ||
Like -l, but produces markdown output | ||
|
||
**-m** _url[,marathon-url]_, **--mesos-api=**_url[,marathon-url]_ | ||
Enable Mesos support by connecting to the API server specified as argument (e.g. http://admin:[email protected]:5050). Mesos url is required. Marathon url is optional, defaulting to auto-follow - if Marathon API server is not provided, sysdig will attempt to retrieve (and subsequently follow, if it migrates) the location of Marathon API server from the Mesos master. Note that, with auto-follow, sysdig will likely receive a cluster internal IP address for Marathon API server, so running sysdig with Marathon auto-follow from a node that is not part of Mesos cluster may not work. Additionally, running sysdig with Mesos support on a node that has no containers managed by Mesos is of limited use because, although cluster metadata will be collected, there will be no Mesos/Marathon filtering capability. The API servers can also be specified via the environment variable SYSDIG_MESOS_API. | ||
|
||
|