Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Looking for a tool that can slow down my machine

Looking for a tool that can slow down my machine

Scheduled Pinned Locked Moved The Lounge
question
29 Posts 19 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Anthony Mushrow

    Well, i think VMWare is gonna be the best, and most realistic option for seeing how stuff runs on a cra- slower machine. But you could always write up a simple program to suck up some RAM, and have a loop to use up the processor. Using up the RAM should accurately reflect have a small amount of RAM, using a loop to use up the processor... well, maybe not so accurate. And of course there's alot of other thing that affect performance.

    My current favourite word is: Bacon!

    -SK Genius

    R Offline
    R Offline
    Rob Graham
    wrote on last edited by
    #10

    Geez, if slow is what you want, you need Virtual PC, not VMWare. (I'm being serious here...)

    A 1 Reply Last reply
    0
    • R Rob Graham

      Geez, if slow is what you want, you need Virtual PC, not VMWare. (I'm being serious here...)

      A Offline
      A Offline
      Anthony Mushrow
      wrote on last edited by
      #11

      Meh, same kinda thing really.

      My current favourite word is: Bacon!

      -SK Genius

      1 Reply Last reply
      0
      • D Dy

        Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

        - Dy

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #12

        Create a thread with an infinite loop.

        xacc.ide - now with TabsToSpaces support
        IronScheme - 1.0 alpha 3 out now

        1 Reply Last reply
        0
        • M MrPlankton

          Those utilities used for "overclocking" your uP probably can be employed to under clock it as well, slowing down your machine.

          MrPlankton

          D Offline
          D Offline
          Dy
          wrote on last edited by
          #13

          I have found one of those via google, and will use it if I can't see anything else, but really I'm looking for something that can slow down just one application

          - Dy

          M 1 Reply Last reply
          0
          • D Dy

            Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

            - Dy

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #14

            you can try implementing a loop that has no constraints

            1 Reply Last reply
            0
            • D Dy

              Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

              - Dy

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #15

              -Dy wrote:

              Can anyone recommend a debugging tool that can slow down my machine?

              Vista.

              -Dy wrote:

              Or even better, one that could slow down a single application?

              Vista.

              Morality is indistinguishable from social proscription

              1 Reply Last reply
              0
              • D Dy

                Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                - Dy

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #16

                Install Lotus Notes and Symantec Antivirus, like the corporate IT bozos require where I work :|.

                Software Zen: delete this;

                1 Reply Last reply
                0
                • D Dy

                  Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                  - Dy

                  M Offline
                  M Offline
                  Michael Schubert
                  wrote on last edited by
                  #17

                  You may have to write something yourself. How about an application launcher where you create one thread that burns CPU cycles and another thread from which you launch your application? You'll probably have to play with the priorities for both threads a little to get it right.

                  1 Reply Last reply
                  0
                  • D Dy

                    Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                    - Dy

                    V Offline
                    V Offline
                    Vark111
                    wrote on last edited by
                    #18

                    Google for "moslo". Don't know what it's full capabilities are these days, but years ago I used it to slow down a PIII to ~ a Pentium 60 (just so I could play a video game :-O )

                    1 Reply Last reply
                    0
                    • D Dy

                      Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                      - Dy

                      L Offline
                      L Offline
                      leckey 0
                      wrote on last edited by
                      #19

                      My question is why would you want to do that? I'v never had to do something like that so I'm curious of the reasoning.

                      New feature! Scroll down to see CP offenders! Current rant: "The 50 Greatest Comedy Skits of All-Time!" http://craptasticnation.blogspot.com/[^]

                      D D 2 Replies Last reply
                      0
                      • M MrPlankton

                        Those utilities used for "overclocking" your uP probably can be employed to under clock it as well, slowing down your machine.

                        MrPlankton

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #20

                        Unless you have a custom built PC probably not. OEM hardware generally doesn't support any of that sort of fiddling. If you do have mobo support for it though, slashing the bus speed and CPU multiplier will work well.

                        You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon

                        1 Reply Last reply
                        0
                        • L leckey 0

                          My question is why would you want to do that? I'v never had to do something like that so I'm curious of the reasoning.

                          New feature! Scroll down to see CP offenders! Current rant: "The 50 Greatest Comedy Skits of All-Time!" http://craptasticnation.blogspot.com/[^]

                          D Offline
                          D Offline
                          Dy
                          wrote on last edited by
                          #21

                          Debugging a kind of race condition, only the condition isn't between threads in the same application, but between program's with a fairly complex IPC method (Windows Service's & TCP). If I can slow one program down, I'll be able to debug through the issue to find the root cause. Well, that's the theory anyway :~

                          - Dy

                          1 Reply Last reply
                          0
                          • L leckey 0

                            My question is why would you want to do that? I'v never had to do something like that so I'm curious of the reasoning.

                            New feature! Scroll down to see CP offenders! Current rant: "The 50 Greatest Comedy Skits of All-Time!" http://craptasticnation.blogspot.com/[^]

                            D Offline
                            D Offline
                            Dan Neely
                            wrote on last edited by
                            #22

                            leckey wrote:

                            My question is why would you want to do that? I'v never had to do something like that so I'm curious of the reasoning.

                            Client requirement: Must run on a p3-1000 class machine. If you can throttling is much easier than scrounging an old box. While the light at the end of the tunnel is finally visible, I have a p3-450 box with NT4 sitting on my desk for occasional testing.

                            You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon

                            1 Reply Last reply
                            0
                            • D Dy

                              Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                              - Dy

                              realJSOPR Offline
                              realJSOPR Offline
                              realJSOP
                              wrote on last edited by
                              #23

                              To slow the machine down - install Vista. To slow an app down - install it on your shiny new Vista installation.

                              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                              -----
                              "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                              1 Reply Last reply
                              0
                              • D Dy

                                I have found one of those via google, and will use it if I can't see anything else, but really I'm looking for something that can slow down just one application

                                - Dy

                                M Offline
                                M Offline
                                MrPlankton
                                wrote on last edited by
                                #24

                                maybe right click the application in taskmanager and select 'low' priority, don't know if that will help much.

                                MrPlankton

                                1 Reply Last reply
                                0
                                • D Dy

                                  Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                                  - Dy

                                  N Offline
                                  N Offline
                                  NormDroid
                                  wrote on last edited by
                                  #25

                                  Synmantec Antivirus

                                  www.software-kinetics.co.uk

                                  G 1 Reply Last reply
                                  0
                                  • D Dy

                                    Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                                    - Dy

                                    J Offline
                                    J Offline
                                    Joe Woodbury
                                    wrote on last edited by
                                    #26

                                    A better option is to get an old system off eBay or a neighbor. Simply slowing the CPU clock doesn't mimic that the entire hardware is slower. Moreover, slower, older systems tend to have less memory--I have one such beast in my kitchen that we use for web surfing, word processing and light weight games.

                                    Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

                                    1 Reply Last reply
                                    0
                                    • D Dy

                                      Can anyone recommend a debugging tool that can slow down my machine? Or even better, one that could slow down a single application?

                                      - Dy

                                      S Offline
                                      S Offline
                                      Steve Mayfield
                                      wrote on last edited by
                                      #27

                                      in the early version of MS Visual C++ there was an application called stress.exe

                                      Steve

                                      1 Reply Last reply
                                      0
                                      • N NormDroid

                                        Synmantec Antivirus

                                        www.software-kinetics.co.uk

                                        G Offline
                                        G Offline
                                        Gary R Wheeler
                                        wrote on last edited by
                                        #28

                                        Beat you to it (see my post above). For a double whammy, install Lotus Notes at the same time.

                                        Software Zen: delete this;
                                        Fold With Us![^]

                                        N 1 Reply Last reply
                                        0
                                        • G Gary R Wheeler

                                          Beat you to it (see my post above). For a double whammy, install Lotus Notes at the same time.

                                          Software Zen: delete this;
                                          Fold With Us![^]

                                          N Offline
                                          N Offline
                                          NormDroid
                                          wrote on last edited by
                                          #29

                                          Damn it's almost a spontaneous reaction when I hear a slow machine I automatically retort "Synamtec Antivirus". :)

                                          www.software-kinetics.co.uk

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups