Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
xosview-1.7.1-cmp3.tar | 2005-02-18 | 1.2 MB | |
xosview-1.7.1-cmp2.tar | 2005-02-18 | 1.2 MB | |
tools.tar.gz | 2005-02-18 | 632.4 kB | |
tunemxt2.sh | 2005-02-18 | 1.2 kB | |
tunemxt.sh | 2005-02-18 | 1.2 kB | |
wafgen99 | 2005-02-18 | 22.7 kB | |
xcompress.gz | 2005-02-18 | 9.3 kB | |
xcompress.tar.gz | 2005-02-18 | 9.4 kB | |
rhat62-0.2.taz | 2005-02-18 | 25.3 MB | |
rhat62patch.0.2 | 2005-02-18 | 138.0 kB | |
startperf | 2005-02-18 | 1.1 kB | |
swap_state.patch | 2005-02-18 | 371 Bytes | |
tools.tar | 2005-02-18 | 215.0 kB | |
mxtkernel-2.4.2-mxt1.i386.rpm | 2005-02-18 | 10.4 MB | |
mxt242.tar.bz2 | 2005-02-18 | 33.0 MB | |
mxt_boot_spec041201.pdf | 2005-02-18 | 66.7 kB | |
mxtdump | 2005-02-18 | 1.7 kB | |
mxtdump2 | 2005-02-18 | 1.7 kB | |
mxt.txt | 2005-02-18 | 31.1 kB | |
mxt-config | 2005-02-18 | 28.6 kB | |
latest | 2005-02-18 | 71.3 kB | |
kdb-v1.8-2.4.6-pre3 | 2005-02-18 | 518.1 kB | |
junk | 2005-02-18 | 5 Bytes | |
hexcalc-1.11-4.i386.rpm | 2005-02-18 | 9.2 kB | |
fairfax-3.patch | 2005-02-18 | 4.9 kB | |
fairfax-2.patch | 2005-02-18 | 4.6 kB | |
fairfax-1.patch | 2005-02-18 | 1.9 kB | |
ctt-patch-1 | 2005-02-18 | 2.0 kB | |
config-244ac10mxt | 2005-02-18 | 19.3 kB | |
cald23.patch.0.3 | 2005-02-18 | 118.1 kB | |
cald23.patch.0.2 | 2005-02-18 | 118.1 kB | |
bios_pkg.taz | 2005-02-18 | 1.6 MB | |
binlinux.tar.gz | 2005-02-18 | 27.4 kB | |
binlinux.tar | 2005-02-18 | 266.2 kB | |
bigphysarea-2.4.4.tar | 2005-02-18 | 30.7 kB | |
beta1-242.taz | 2005-02-18 | 90.2 kB | |
RedHat71Support.html | 2005-02-18 | 518 Bytes | |
RedHat71MXTSupport.html | 2005-02-18 | 518 Bytes | |
README_ICR.txt | 2005-02-18 | 777 Bytes | |
ICRcodes.pdf | 2005-02-18 | 81.0 kB | |
Totals: 40 Items | 75.2 MB | 0 |
Researchers studying L3 cache behaviour or P6 front side bus can use these scripts to collect live statistics from the MXT memory controller. 1. Use startperf script as an example to collect counter data. 2. Use ICRcodes.pdf to determine which ICR code is needed for selected IRA/IRB modes. Counter definitions are explained in the script. When you use code 0x30f02 as in the script, the IRA values are L3 hits, and IRB values are L3 misses. /proc/sys filesystem cannot easily display 64 bit numbers or unsigned numbers. Therefore a 64 bit integer is represented as two 32 bit signed integers as <ira low64> <ira hi64> <irb low64> <irb hi64>. Combine low32 with high32 to form a 64 bit int. If the low32 is negative, convert that in to unsigned int by adding 2^32.