How can I get the total system memory information from a command prompt? Not from code, but from terminal.
Thanks
How can I get the total system memory information from a command prompt? Not from code, but from terminal.
Thanks
I found it…
“pidin info” will do it.
u can use the following command
to get the details of the CPU use
sin info
to get memory details of the entire process use
sin mem
Go and have a look at the manual page of the command - sin. There are a lots of options in it.
I think that is not a great idea to use ‘sin’ in Neutrino.
showmem -S
Is this new in 6.4.1? I can’t find it on 6.3.2.
from 6.4.0. In 6.3.2 I don’t find it too.