in reply to Re^3: Multi-CPU when reading STDIN and small tasks
in thread Multi-CPU when reading STDIN and small tasks
I don't think the assumptions are correct. Let me attempt to clarify/correct.
Additional maybe-useful information:
If this helps, this is the final result of the processing (The new line added for readability and to signify that a new line is being started):
node=xxxxxxxxxx type=SYSCALL msg=audit(1485583201.776:5485082): arch=c000003e syscall=82 per=400000 success=yes exit=0 a0=7fc164006990 a1=7fc164006b70 a2=7fc164006b70 a3=7fc230853278 items=4 ppid=xxxxx pid=xxxxx auid=xxxxx uid=xxxxx gid=xxxxx euid=xxxxx suid=xxxxx fsuid=xxxxx egid=xxxxx sgid=xxxxx fsgid=xxxxx tty=(none) ses=4294967295 comm="somecommand" exe="/full/path/to/somecommand" key="delete" type=CWD cwd="/another/cwd" type=PATH item=0 name="arg-data-0" inode=268805 dev=fd:14 mode=040740 ouid=xxxxx ogid=xxxxx rdev=00:00 nametype=PARENT item=1 name="arg-data-1" item=2 name="arg-data-2" inode=269256 mode=0100640 nametype=DELETE item=3 name="arg-data-3" nametype=CREATE node=aaaaaaaaaa type=SYSCALL msg=audit(1485583203.459:5485148): arch=c000003e syscall=59 success=no exit=-2 a0=7f30b9d87149 a1=7f30b9d86860 a2=7f30b9d86bd8 a3=7f30b9d9c8c0 items=1 ppid=xxxxx pid=xxxxx auid=xxxxx uid=xxxxx gid=xxxxx euid=xxxxx suid=xxxxx fsuid=xxxxx egid=xxxxx sgid=xxxxx fsgid=xxxxx tty=(none) ses=16439 comm="command" exe="/bin/ksh93" key="cmdlineExecution" type=CWD cwd="/a/cwd" type=PATH item=0 name="/etc/uname" nametype=UNKNOWN
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Multi-CPU when reading STDIN and small tasks
by BrowserUk (Patriarch) on Jan 29, 2017 at 01:49 UTC | |
by bspencer (Acolyte) on Jan 29, 2017 at 12:29 UTC | |
by BrowserUk (Patriarch) on Jan 29, 2017 at 18:13 UTC | |
by bspencer (Acolyte) on Jan 30, 2017 at 01:27 UTC |