Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #1767
| From | Anton Meyninger <anton.meyninger@gmail.com> |
|---|---|
| Subject | Re: Slow down a Process |
| Newsgroups | comp.os.linux.misc |
| References | <4e1725e4@news.x-privat.org> <df849c261591f94248196d0841d4c252@anonymitaet-im-inter.net> |
| Message-ID | <4e1d935a$1@news.x-privat.org> (permalink) |
| Date | 2011-07-13 14:45 +0100 |
| Organization | X-Privat.Org NNTP Server - http://www.x-privat.org |
On Sat, 09 Jul 2011 00:26:22 +0200, Dave U. Random wrote: > Anton Meyninger <anton.meynin...@gmail.com> [AM]: AM> I need to slow > down a process by 50%. Is there some tool or AM> something which allows > me to do that? > > If your program uses X11 graphics or creates a lot of screen output, you > might try running it under a couple (or a couple hundred) nested 'ssh -Y > ...' shells. > > All but the last one will simply fork a new 'ssh -Y ...' process. The > las= t > (innermost) one will actually execute your program. (Using key based ssh > authorization is a must. You wouldn't want to enter all those passwords > manually...) > > Hopefully all those encryption/decryption layers will slow down your > program's execution notably, while all other programs running at the > same time on the same machine will run at normal speed (with some > raising of the 'ssh' processes' nice value). > > This hasn't been tested. If you do test it, please post your results. Hahaha, an awesome idea! And even though I did not thought so, it works. I am not into that Linux-thing, so I just opened a terminal, entered ssh - X 127.0.0.1, logged in and did the same again about ten times. Now, the game really runs slower (maybe half speed). Thanks!
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Slow down a Process Dave U. Random <anonymous@anonymitaet-im-inter.net> - 2011-07-09 00:26 +0200 Re: Slow down a Process Anton Meyninger <anton.meyninger@gmail.com> - 2011-07-13 14:45 +0100 Re: Slow down a Process "Anonymous Remailer (austria)" <mixmaster@remailer.privacy.at> - 2011-07-24 21:15 +0200
csiph-web