vzs is the size of the virtual memory used by the process (from /proc/
MemTotal is found in /proc/meminfo, and is basically how much RAM you have.
————————————————
vzs是进程所使用的虚拟内存的大小(来自/proc/<pid>/stat)。这可能包括未初始化的内存和与其他进程共享的内存,因此在确定一个进程实际需要多少内存方面基本上是无用的。
MemTotal是在/proc/meminfo中找到的,基本上就是你有多少内存。
%vxs = vzs/total