virtualization - virtual clock speed throttling on linux -
throttling @ execution , display speed of particular process, example, game, flash game, or opengl game. want able slow down 20% or 0.5%. not possible on host space in linux.
but linux supports 2 kernel-level virtualisation environments: kvm
, lxc
.
question: possible provide fake system clock virtual lxc or kvm machine flash game running in guest not run faster set run?
some choices:
- qemu brake patch (will require work apply no doubt.)
- bochs has ips=nnnn define cpu "instructions per second".
cpulimit
tool limiting cpu usage of process (does not require virtualization.)
update: want this: https://superuser.com/questions/454534/how-can-i-slow-down-the-framerate-of-a-flash-game
Comments
Post a Comment