You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **option:{stack-addresses,exec-env,relative-time,exec-hash,parse-arguments,sort-events}**: Augment output according to the given options. The default is none. Multiple options can be specified, separated by commas.
43
+
- **option:{stack-addresses,exec-env,exec-hash,parse-arguments,sort-events}**: Augment output according to the given options. The default is none. Multiple options can be specified, separated by commas.
44
44
45
45
- **stack-addresses**: Include stack memory addresses for each event.
46
46
- **exec-env**: When tracing execve/execveat, show the environment variables that were used for execution.
47
-
- **relative-time**: Use relative timestamp instead of wall timestamp for events.
48
47
- **exec-hash**: When tracing some file related events, show the file hash (sha256).
- **inode** option recalculates the file hash if the inode's creation time (ctime) differs, which can occur in different namespaces even for identical inode. This option is performant, but not recommended and should only be used if container enrichment can't be enabled for digest-inode, and if performance is preferred over correctness.
Copy file name to clipboardExpand all lines: docs/docs/outputs/output-options.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,17 +51,7 @@ Available options:
51
51
exec-hash: dev-inode
52
52
```
53
53
54
-
5. **relative-time**
55
-
56
-
The `relative-time` output option enables relative timestamp instead of wall timestamp for events.
57
-
58
-
```
59
-
output:
60
-
options:
61
-
relative-time: true
62
-
```
63
-
64
-
6. **sort-events**
54
+
5. **sort-events**
65
55
66
56
This makes it possible to sort the events as they happened. Especially in systems where Tracee tracks lots of events, it can happen that they are received unordered. More information is provided in the [deep-dive](../deep-dive/ordering-events.md) section of the documentation.
0 commit comments