python - Linux - display memory of some command -
i want display memory (ram) of commmand in linux. example, write command line command - run python script:
python 'somescript.py' i want display how memory command (process) uses.
you can use 'time' command
/usr/bin/time -v python 'somescript.py' note not built-in shell command
Comments
Post a Comment