用户时间是指执行普通的指令所用的时间,系统时间显然是进行系统调用,特权指令所消耗的时间。
The user CPU time is the CPU time attributed to user instructions. The system CPU time is the CPU time attributed to the kernel when it executes on behalf of the process.
类似的一个例子是完全虚拟化解决方案通过运行时代码扫描来查找和重定向特权指令(用来解决特定处理器指令集的一些问题)。
A similar example is runtime code scanning used by full virtualization solutions to find and redirect privileged instructions (to work around issues in certain processor instruction sets).
System/390架构支持机器的完全虚拟化,甚至包括只能在为虚拟机创建的沙箱中运行的“特权”指令。
The System/390 architecture allowed complete virtualization of the machine, including even the "privileged" instructions that simply ran inside the sandbox created for them.
System/390架构支持机器的完全虚拟化,甚至包括只能在为虚拟机创建的沙箱中运行的“特权”指令。
The System/390 architecture allowed complete virtualization of the machine, including even the "privileged" instructions that simply ran inside the sandbox created for them.
应用推荐