How would you check how many processes you run on a processing node in UNIX environment?

1 comment:

  1. Fire the following command to know the current setting for the number of processes per node

    lsattr -E -l sys0 | grep maxuproc

    ReplyDelete