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:

  1. qemu brake patch (will require work apply no doubt.)
  2. bochs has ips=nnnn define cpu "instructions per second".
  3. 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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -