You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

49m 2s logged

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

0
5

Comments 0

No comments yet. Be the first!