Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On Linux you can use the command ps like this:

Code Block
languagebash
titleUnix command ps
 ps -C scheduler ho vsz,cmd | grep "id=mySchedulerID " | awk '{print $1}'

...