Skip to content

Commit 287fb6a

Browse files
author
Mark Stemm
authored
Syncing docs. (#943)
Small updates to sysdig man page/readme with recent changes.
1 parent bac3bba commit 287fb6a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use a real name of a natural person who is an authorized representative of the c
9090

9191
Sysdig Cloud
9292
---
93-
Interested in a fully supported, fully distributed version of sysdig? Check out [Sysdig Cloud](https://sysdig.com/)!
93+
Interested in a fully supported, fully distributed version of sysdig? Check out [Sysdig Monitor](https://sysdig.com/product)!
9494

9595
Open source sysdig is proudly supported by [Sysdig Inc](https://sysdig.com/company/).
9696

userspace/sysdig/man/sysdig.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ OPTIONS
111111
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.
112112

113113
**-D**, **--debug**
114-
Capture events about sysdig itself and print additional logging on standard error.
114+
Capture events about sysdig itself, display internal events in addition to system events, and print additional logging on standard error.
115115

116116
**-E**, **--exclude-users**
117117
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
153153
**-l**, **--list**
154154
List the fields that can be used for filtering and output formatting. Use -lv to get additional information for each field.
155155

156+
**--list-markdown**
157+
Like -l, but produces markdown output
158+
156159
**-m** _url[,marathon-url]_, **--mesos-api=**_url[,marathon-url]_
157160
Enable Mesos support by connecting to the API server specified as argument (e.g. http://admin:password@127.0.0.1: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.
158161

0 commit comments

Comments
 (0)