Performance Files?

  • Thread starter Thread starter Oldster
  • Start date Start date
O

Oldster

In folder Windows\temp I find a file is generated for every load of
the machine called "Perflib_Perfdata_abc.dat" where the "abc" changes each
time. As far as I can see these files are empty, and do not get
automatically deleted. My question is "what are these files for?" and "Can I
stop them being created?"
 
Here's more than you may want to know.

Perflib stands for Performance Library. Perfdata stands for Performance
Data.

The %SystemRoot%\System32\Perflib_Perfdataxxx.dat files are created by the
System Monitor. And/or
%userprofile%\Local Settings\Temp\Perflib_Perfdataxxx.dat.
or
C:\Documents and Settings\Your Name Here\Local
Settings\Temp\Perflib_Perfdataxxx.dat. When you shutdown normally, the file
should be deleted.

If you have an abormal shutdown, these files can become orphaned, and
accumulate on your computer.

Under some yet to be determined circumstances, these files can become
orphaned during normal operation.

The Windows Performance tool is composed of two parts: System Monitor and
Performance Logs and Alerts. With System Monitor, you can collect and view
real-time data about memory, disk, processor, network, and other activity in
graph, histogram, or report form.

To open Performance...
Start | Run | Type: perfmon.msc | Click OK

You can view this by opening the Task Manager. The Performance tab displays
a dynamic overview of your computer's performance, such as CPU and various
kinds of memory usage.

Also caused by:
Rundll32.exe advapi32.dll,ProcessIdleTasks
Event ID: 1000
Event Source: LoadPerf

Perflib_Perfdataxxx.dat Files Accumulate Under %SystemRoot%\System32
http://support.microsoft.com/default.aspx?scid=kb;en-us;285798

What are the %SystemRoot%\System32\Perflib_Perfdataxxx.dat files?
http://www.jsiinc.com/SUBG/TIP3300/rh3343.htm

-----

prflbmsg.dll = Perflib Event Messages

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM
Logging Directory
Value Type: REG_SZ
C:\WINDOWS\system32\WBEM\Logs\

Repository Directory
Value Type: REG_EXPAND_SZ
%SystemRoot%\system32\WBEM\Repository

Working Directory
Value Type: REG_EXPAND_SZ
%SystemRoot%\system32\WBEM

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib
---

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion
Perflib

Description
The Perflib subkey stores configuration data for the Windows Performance
Library, which collects and organizes data for performance tools, such as
System Monitor.

In addition to entries, the Perflib subkey contains a Language-code subkey
for each spoken language you configure for Windows 2000. The Language-code
subkey stores performance counter names and their descriptions in the
specified language. The Language-code subkey is named for the language code
for that language. For example, the counters and descriptions for the
English language are stored in a subkey named 009, the language code for
English (United States).
---

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\
Application Sources
REG_MULTI_SZ
Perflib

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\
Application\Perflib
EventMessageFile
Value Type: REG_EXPAND_SZ
%SystemRoot%\System32\prflbmsg.dll

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Eventlog\
Application Sources
REG_MULTI_SZ
Perflib

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Eventlog\
Application\Perflib
EventMessageFile
Value Type: REG_EXPAND_SZ
%SystemRoot%\System32\prflbmsg.dll

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\
Application Sources
REG_MULTI_SZ
Perflib

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\
Application\Perflib
EventMessageFile
Value Type: REG_EXPAND_SZ
%SystemRoot%\System32\prflbmsg.dll

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
That's all fine, and very interesting....but, IS it possible to turn off
the generation of these files?
 
These files are generated by processes in the normal course of operation.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Oldster said:
In folder Windows\temp I find a file is generated for every load of
the machine called "Perflib_Perfdata_abc.dat" where the "abc" changes each
time. As far as I can see these files are empty, and do not get
automatically deleted. My question is "what are these files for?" and "Can I
stop them being created?"

Yes. Remove the app that is creating them.
 
Back
Top