Scanning speed for krd 0.1
ALGORITHM USED:
The algorithm used is very basic and very slow in this prototype version. It reads /proc/kcore file byte by byte, which means it give results after quite some time. The next version will reads by “pages” of data to increase the speed.
MEMORY INFORMATION:
Mem: total: 658419712 used: 543064064 free: 115355648 shared: 0 buffers: 77258752 cached:223096832
KCORE FILE SIZE (check memory information):
-r——– 1 root root 682311680 Sep 17 19:46 /proc/kcore
CPU INFORMATION :
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.66GHz
stepping : 9
cpu MHz : 2657.872
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflus$
bogomips : 5308.41
TEST RESULT :
real 153m48.472s
user 153m44.640s
sys 0m0.620s
EXTREMELY slow…