Getting max ram usage of a finished process

meirr
Altair Community Member
Working in Linux.
I'm using the following command to run a process from my gateway on another server.
nc run -C IMPL -w -v 2 -after 10m -r+ RAM/2000 -- vivado -source /space/users/meirr/track_impl_usage/run1/scripts/impl.tcl
How can i get at the end of the process what was the max RAM usage of this process on the server where it was running. I would like to be able to do this using the command line in linux or maybe from some log file. Anything that I can run automatically after the process is done (and not manually using the gui-terminal)
Thanks
0