feature removal suggestion: process relative time stamps (or: making event timestamps a standard) #4273
Replies: 2 comments
-
I believe that making epoch the unique standard is the path to take. As you mentioned there's no intrinsic benefit of getting only the relative time. Anyhoo, if one needs it, it can be calculated further based on epoch. |
Beta Was this translation helpful? Give feedback.
-
SGTM |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all.
As I'm working on code related to the event timestamps right now, I was struck by the option that no one is really using the relative time feature. The feature is currently enabled by appending the
-o option:relative-time
flag to tracee, or setting it in the config file. Once enabled, timestamp values in the event context and arguments are printed relative to the point in time in which tracee's process begun (so instead of ts: epoch_time_at_record -> ts: time_from_boot_at_record - tracee_recorded_starttime_from_boot).I believe we have the following reasons to remove:
tracee_info
event which solely exists currently to inform of the state set for tracee in some pipeline work.Any thoughts? Any who are directly in favor or against?
Beta Was this translation helpful? Give feedback.
All reactions