aboutsummaryrefslogtreecommitdiffstats
path: root/filter/logs/pid.log (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show filt result in tree&json, fix sth in listenerHEADmasterdevWe-unite2024-09-021-0/+3702
In the listener, I change the order coroutines are started to avoid 'send on a closed channel'. Besides, the method to get syscall names and numbers are not so universial, so let's go back to check unistd.h. In the filter, the output is set to be written to ./log dir. Pid tree are shown in logs/tree.log, and detail info in pids.log, while file info in the logs/files.log. tree.log shows a tree just like `tree` command, the other two files are written in json. What's more, the flags while opening files are also checked ans showed in files.log.