I'm using the Linux shell time
and GNU time commands for some basic benchmarking.
But my system occasionally has varying load from other users.
Are the "user" and "sys" outputs affected by these other users?
I would think for a program with pure processing, that the results should be unaffected as the OS is (I would think) capable of tracking process time shares pretty exactly.
I'm less sure what the outputs would be for I/O heavy processes.
Can anyone explain these relations? Citations are always welcome.