]> rtime.felk.cvut.cz Git - can-eth-gw.git/commit
benchmarking and debugging distributions added; benchmark script added
authorRadek Matejka <radek.matejka@gmail.com>
Thu, 23 Aug 2012 15:51:43 +0000 (17:51 +0200)
committerRadek Matejka <radek.matejka@gmail.com>
Thu, 23 Aug 2012 15:51:43 +0000 (17:51 +0200)
commitc7f9253b85bffd7254930cdcb6aa74c5b5be3198
tree775fa0e8e42c41ae5f520f14a3f1d62d8e899828
parent80b2ff6e6cbc6f06d9b695698b88e5960918f206
benchmarking and debugging distributions added; benchmark script added

Configuration files for kernel and busybox used to create benchmarking
and debugging distributions were added. The assembly of distributions is
automated by script.
Benchmark script was added. Benchmark script is run on test machine and
the results are send back to workstation using netcat. The netcat receiver
script 'ncrcv', which handles results reception was added.
82 files changed:
bench/bench [new file with mode: 0755]
bench/boot [new file with mode: 0755]
bench/config-novaboot [new file with mode: 0644]
bench/kernel-bench [new symlink]
bench/launch-bench [new file with mode: 0755]
bench/ncrcv [new file with mode: 0755]
bench/plotres.m [new file with mode: 0644]
bench/result/result1.dat [new file with mode: 0644]
bench/result/result1.raw [new file with mode: 0644]
bench/result/result2.dat [new file with mode: 0644]
bench/result/result2.raw [new file with mode: 0644]
bench/task [new file with mode: 0755]
distro/busybox/.config [new file with mode: 0644]
distro/customroot/etc/.shrc [new file with mode: 0644]
distro/customroot/etc/dropbear/dropbear_dss_host_key [new file with mode: 0644]
distro/customroot/etc/group [new file with mode: 0644]
distro/customroot/etc/init.d/rcS [new file with mode: 0755]
distro/customroot/etc/passwd [new file with mode: 0644]
distro/customroot/etc/retip [new file with mode: 0644]
distro/customroot/etc/udhcpc.conf [new file with mode: 0755]
distro/customroot/etc/udhcpc.default [new file with mode: 0755]
distro/customroot/lib/ld-linux.so.2 [new symlink]
distro/customroot/lib/libc.so.6 [new symlink]
distro/customroot/lib/libcrypt.so.1 [new symlink]
distro/customroot/lib/libcrypto.so.0.9.8 [new symlink]
distro/customroot/lib/libcrypto.so.1.0.0 [new symlink]
distro/customroot/lib/libdl.so.2 [new symlink]
distro/customroot/lib/libm.so.6 [new symlink]
distro/customroot/lib/libmix.so [new symlink]
distro/customroot/lib/libnsl.so.1 [new symlink]
distro/customroot/lib/libpcap.so.1 [new symlink]
distro/customroot/lib/libpci.so.3 [new symlink]
distro/customroot/lib/libpthread.so.0 [new symlink]
distro/customroot/lib/libresolv.so.2 [new symlink]
distro/customroot/lib/librt.so.1 [new symlink]
distro/customroot/lib/libutil.so.1 [new symlink]
distro/customroot/lib/libz.so.1 [new symlink]
distro/customroot/lib/modules/canethgw.ko [new symlink]
distro/customroot/sbin/bench [new symlink]
distro/customroot/sbin/can-calc-bit-timing [new file with mode: 0755]
distro/customroot/sbin/canbusload [new file with mode: 0755]
distro/customroot/sbin/candump [new file with mode: 0755]
distro/customroot/sbin/canethgw [new symlink]
distro/customroot/sbin/canfdtest [new file with mode: 0755]
distro/customroot/sbin/cangen [new file with mode: 0755]
distro/customroot/sbin/cangw [new file with mode: 0755]
distro/customroot/sbin/canlogserver [new file with mode: 0755]
distro/customroot/sbin/canplayer [new file with mode: 0755]
distro/customroot/sbin/cansend [new file with mode: 0755]
distro/customroot/sbin/cansniffer [new file with mode: 0755]
distro/customroot/sbin/cegw [new symlink]
distro/customroot/sbin/cegwbench [new symlink]
distro/customroot/sbin/cegwprobe [new file with mode: 0755]
distro/customroot/sbin/downmod [new file with mode: 0755]
distro/customroot/sbin/dropbear [new symlink]
distro/customroot/sbin/dropbearconvert [new symlink]
distro/customroot/sbin/dropbearkey [new symlink]
distro/customroot/sbin/lspci [new file with mode: 0755]
distro/customroot/sbin/strace [new file with mode: 0755]
distro/customroot/sbin/t0 [new symlink]
distro/customroot/sbin/t1 [new symlink]
distro/customroot/sbin/t2 [new symlink]
distro/customroot/sbin/t3 [new symlink]
distro/customroot/sbin/t4 [new symlink]
distro/customroot/sbin/tcpdump [new file with mode: 0755]
distro/customroot/usr/share/misc/pci.ids [new file with mode: 0644]
distro/customroot/usr/share/udhcpc/default.script [new file with mode: 0755]
distro/kernel-bench/.config [new file with mode: 0644]
distro/kernel-debug/.config [new file with mode: 0644]
kernel/Makefile
test/boot [deleted file]
test/kernel-debug [new symlink]
test/launch-debug [new file with mode: 0755]
test/myroot/bin/canethgw.ko [deleted symlink]
test/myroot/bin/cegw [deleted symlink]
test/myroot/bin/cegwbench [deleted symlink]
test/myroot/etc/init.d/rcS [deleted file]
test/t1 [new file with mode: 0755]
test/t2 [new file with mode: 0755]
test/t3 [new file with mode: 0755]
test/t4 [new file with mode: 0755]
utils/other/retip [new file with mode: 0755]