More Details in Process Event
yeah just the title, not much tonight as i have to study
so before this it was just PID and Name of process, which is useless, so i made it store this instead:
type ProcessInfo struct {
PID int
PPID int
Name string
CmdLine string
User string
Cwd string
CreateTime string
}
and i made the event table in dashboard show only first 2 fields in context and just say “+x more” at the end.
next will be a sheet component to show the events in detail
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.