5

We have installed several machines running Windows Vista at a client site. These machines run the same set of applications each day and are not operated with by any user. They mainly run a 3D application for digital signage purposes.

After a few months I noticed that several machines suffer from really bad stuttering. The performance is unacceptable.

At first I figured it was faulty hardware. But after putting a fresh image on them, they run perfectly fine again.

These are Core i7 machines with GTX 280 graphics adapters. They should be able to handle the workload without any trouble (and they do, at least for a while).

I really have no idea how to track down the source of this issue. Especially since not all of the machines display the same issue.

Edit:
A little more information about the setup: The 3d application we are running has internal meters that show cpu/gpu load and system/graphics memory usage. All meters are well below critical thresholds. Which just adds to the confusion.

All machines are on a network separate from the other user desktops used at that location. That network has it's own Windows Update Service server and all updates are reviewed before they are applied. Because the machines have no internet access and user interaction is not possible, they don't run any virus scanners.

The poor performance is permanent. The 3d application starts right after the system has booted and will show low frame rates right from the start and never recovers.

Edit2:
The machines are Shuttle SX58H7 barebones with the following hardware installed:
CPU: Intel Core i7 920 @ 2.66GHz
RAM: 3x2GB Kingston ValueRAM DDR3 @ 1066MHz
HDD: Western Digital WD3202ABYS HDD
GFX: BFG Nvidia GTX 280
OS: Windows Vista Business x64

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311

4 Answers4

1

Since the OP says the machines "are not operated with by any user" I discard virus/antivirus and so on.

  • Disk Fragmentation can be an issue. Specially if they store large amounts of data.
  • It's possible that some update affect our specific hardware.

Vista has a performance monitor. Go there and check event viewer (Administrative tools > event viewer); try to find something wrong.

If you look carefully, you'll find some clue.

Melvyn
  • 2,697
1

There was a recent bug in a MS patch. Open Task manager and enable showing all processes. Then look to see if svchost is eating up lots of CPU. If so, then you are being effected by the Audio Driver bug. You can Google for some suggested fixes (they didn't work for me, but might work for you).

Walter
  • 516
0

I would check for the following:

  • Viruses
  • AntiVirus scanners can sometimes run at apparent idle times
  • Defraggers
  • Downloading or installing in the background microsoft updates
  • Could there be other services running in the background that are not needed?
  • Indexing - since people don't use the machine, turn off indexing

Have you looked at task manager when this is going on?

Knox
  • 1,188
0

Could the 3d application itself be writing something to the disk that could cause the application to stutter? Like keeping a large log file or debug info? Do all the machines do exactly the same thing or are they serving up different content?

Have all the machines done this at one point or another or does it stick to a specific subset of machines?

Knox
  • 1,188