How to check memory of a Windows machine, in order to solve pagefile issues

0

One of my customers has a Windows machine, who is using far too much resources writing and reading the pagefile. As the pagefile is used for handling exceeding RAM demand, this makes me think that there is a problem with the RAM of that machine.

However this machine is just one of a whole bunch of machines, running equal software on similar data.

So I'm wondering if there might be any other issues, like a problem with the processors of the machine.

I'm having quite some experience working with UNIX machines, and there there are commands like chkdsk, psrinfo, vmstat, ... for monitoring the health of the machine.

Is there a Windows equivalent for psrinfo or prstat, which I might use for checking the health of the hardware of the mentioned machine? Or:
Which report should I create in the performance monitor in order to confirm whether or not a hardware problem is the root cause of this issue?

Dominique

Posted 2018-01-09T15:13:16.617

Reputation: 1 013

If you suspect RAM, the same diagnostic tools, which are OS independent, can be used. – None – 2018-01-09T15:31:42.233

1What is wrong with the typical solution memtestx86? There are memory testing tools built into Windows, but the traditional solution of memtestx86, is a better solution – Ramhound – 2018-01-09T15:35:28.387

1check memory usage with RAMMap to see how Windows uses the RAM. slowness doesn't mean the ram is damaged. – magicandre1981 – 2018-01-09T17:24:49.327

Thanks for the first quick comments. About memtestx86: I can run a simple tool or program on that machine, but memtestx86 requires full installation and restart, so that's not an option. About RAMMap: as I mentioned the machine has equal installation/configuration as another machine, but the pagefile usage is very high, so we believe something being wrong with the hardware itself (and in case there's no hardware problem, it would be nice to be sure we can rule this out). – Dominique – 2018-01-10T08:47:29.360

without knowing how RAM is used we can't help you. so run RAMmap and compare the data between the good and bad system to find why one windows pages more compared to the other – magicandre1981 – 2018-01-10T16:42:19.760

No answers