1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
; translations of registry keys for performance data
; first part must be spelled & capitalized exactly as seen here
; second part must be separated from first part by exactly one space
; and should contain the translated (if neccessary) registry key name
; this file should reside in your gkrellm2 directory
; any missing or incorrect values will default to the English version
; windows nt/2k/xp
; registry keys might be found by looking at
; the perfmon.exe program
processor_time )\% Processor Time
privileged_time )\% Privileged Time
processes \System\Processes
forks \System\Threads
uptime \System\System Up Time
netpart1 \Network Interface(
netreceive )\Bytes Received/sec
netsend )\Bytes Sent/sec
diskpart1 \PhysicalDisk(
diskread )\Disk Read Bytes/sec
diskwrite )\Disk Write Bytes/sec
processor_start \Processor(
; windows 95/98/Me
; registry keys can be found under HKEY_DYN_DATA in the registry editor (regedit.exe)
; look under PerfStats\\StatData
cpuusage KERNEL\CPUUsage
threads KERNEL\Threads
breads VFAT\BReadsSec
bwrites VFAT\BWritesSec
bnetwork Network Monitor\0000 - Ethernet bytes/second
netname Ether
|