1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

update asciinema videos

This commit is contained in:
Stefan Lankes 2016-04-19 17:45:34 +02:00
parent 321013c320
commit 1418450e88
4 changed files with 10979 additions and 10907 deletions

View file

@ -7,55 +7,55 @@ MYPROMPT="~ > "
clear
echo -n $MYPROMPT
echo -e " \e[92m# HermitCore extends the multi-kernel approach and combines it with uni-\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# HermitCore extends the multi-kernel approach and combines it with uni-\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# kernel features while providing better programmability and scalability\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# kernel features while providing better programmability and scalability\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# for hierarchical systems.\e[39m" | randtype -m 0 -t 18,10000
echo -e " \e[92m# for hierarchical systems.\e[39m" | randtype -m 0 -t 18,6000
echo -n $MYPROMPT
echo ""
echo -n $MYPROMPT
echo -e " \e[92m# By starting a HermitCore application, cores are be sperated from Linux and\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# By starting a HermitCore application, cores are be sperated from Linux and\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# a unikernel is be booted on these cores with the application.\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# a unikernel is be booted on these cores with the application.\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# Consequently, HermitCore is a single-address space operating system which\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# Consequently, HermitCore is a single-address space operating system which\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# promise a lower OS noise and better scalability.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# promise a lower OS noise and better scalability.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo ""
echo -n $MYPROMPT
echo -e " \e[92m# Our test system is a NUMA system based on Intel's CPU E5-2650 v3\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# Our test system is a NUMA system based on Intel's CPU E5-2650 v3\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo " numactl --hardware" | randtype -m 0 -t 18,10000
echo " numactl --hardware" | randtype -m 0 -t 18,6000
numactl --hardware
echo -n $MYPROMPT
sleep 1
echo " lscpu" | randtype -m 0 -t 18,10000
echo " lscpu" | randtype -m 0 -t 18,6000
lscpu
echo -n $MYPROMPT
echo -e " \e[92m# HermitCore is able to boot an application on each NUMA node which we call\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# HermitCore is able to boot an application on each NUMA node which we call\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# isles. The message passing interface iRCCE is supported for the inter-node\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# isles. The message passing interface iRCCE is supported for the inter-node\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# communication. MPI support will be published soon. A prototyp exists\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# communication. MPI support will be published soon. A prototyp exists\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# already. The environment variable HERMIT_ISLE specifies on which isle the\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# already. The environment variable HERMIT_ISLE specifies on which isle the\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# application will be started.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# application will be started.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# The functionality will be demonstrated with a PingPong benchmark.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# The functionality will be demonstrated with a PingPong benchmark.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo " HERMIT_CPUS=1 HERMIT_ISLE=0 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1 &" | randtype -m 0 -t 18,10000
echo " HERMIT_CPUS=1 HERMIT_ISLE=0 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1 &" | randtype -m 0 -t 18,6000
HERMIT_CPUS=1 HERMIT_ISLE=0 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1 &
sleep .6
echo -n $MYPROMPT
echo " HERMIT_CPUS=11 HERMIT_ISLE=1 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1" | randtype -m 1 -t 18,10000
echo " HERMIT_CPUS=11 HERMIT_ISLE=1 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1" | randtype -m 1 -t 18,6000
HERMIT_CPUS=11 HERMIT_ISLE=1 hermit/usr/benchmarks/RCCE_pingpong 2 533 0 1 &
sleep 4
#echo $MYPROMPT
echo -n $MYPROMPT
sleep .3
echo -e " \e[92mHermitCore (\e[31mhttp://www.hermitcore.org\e[92m) is an experimental platform.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92mHermitCore (\e[31mhttp://www.hermitcore.org\e[92m) is an experimental platform.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92mBut try it out and send us a feedback!\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92mBut try it out and send us a feedback!\e[39m" | randtype -m 1 -t 18,6000

View file

@ -7,69 +7,69 @@ MYPROMPT="~ > "
clear
echo -n $MYPROMPT
echo -e " \e[92m# HermitCore extends the multi-kernel approach and combines it with\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# HermitCore extends the multi-kernel approach and combines it with\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# unikernel features while providing better programmability and scalability\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# unikernel features while providing better programmability and scalability\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# for hierarchical systems.\e[39m" | randtype -m 0 -t 18,10000
echo -e " \e[92m# for hierarchical systems.\e[39m" | randtype -m 0 -t 18,6000
echo -n $MYPROMPT
echo ""
echo -n $MYPROMPT
echo -e " \e[92m# By starting a HermitCore application, cores are be sperated from Linux and\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# By starting a HermitCore application, cores are be sperated from Linux and\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# a unikernel is be booted on these cores with the application.\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# a unikernel is be booted on these cores with the application.\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# Consequently, HermitCore is a single-address space operating system which\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# Consequently, HermitCore is a single-address space operating system which\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# promise a lower OS noise and better scalability.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# promise a lower OS noise and better scalability.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo ""
echo -n $MYPROMPT
echo -e " \e[92m# Now, a quick test via HelloWorld\e[39m" | randtype -m 0 -t 18,10000
echo -e " \e[92m# Now, a quick test via HelloWorld\e[39m" | randtype -m 0 -t 18,6000
echo -n $MYPROMPT
echo " hermit/usr/tests/hello" | randtype -m 0 -t 18,10000
echo " hermit/usr/tests/hello" | randtype -m 0 -t 18,6000
hermit/usr/tests/hello
echo -n $MYPROMPT
echo -e " \e[92m# Linux' kernels messages show that CPU 1 is unplugged from Linux.\e[39m" | randtype -m 2 -t 18,10000
echo -e " \e[92m# Linux' kernels messages show that CPU 1 is unplugged from Linux.\e[39m" | randtype -m 2 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# After the termination of the HermitCore application, CPU 1 is\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# After the termination of the HermitCore application, CPU 1 is\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# re-registered to the Linux system.\e[39m" | randtype -m 0 -t 18,10000
echo -e " \e[92m# re-registered to the Linux system.\e[39m" | randtype -m 0 -t 18,6000
echo -n $MYPROMPT
echo " dmesg | tail -10" | randtype -m 1 -t 18,10000
echo " dmesg | tail -10" | randtype -m 1 -t 18,6000
dmesg | tail -10
echo -n $MYPROMPT
echo -e " \e[92m# HermitCore's kernel message is published at /sys/hermit/isle0/log\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# HermitCore's kernel message is published at /sys/hermit/isle0/log\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo " cat /sys/hermit/isle0/log" | randtype -m 1 -t 18,10000
echo " cat /sys/hermit/isle0/log" | randtype -m 1 -t 18,6000
cat /sys/hermit/isle0/log
echo -n $MYPROMPT
echo -e " \e[92m# HermitCore supports OpenMP (including Intel's OpenMP Runtime).\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# HermitCore supports OpenMP (including Intel's OpenMP Runtime).\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# The benchmark STREAM is used to show the mode of operation.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# The benchmark STREAM is used to show the mode of operation.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo " hermit/usr/benchmarks/stream" | randtype -m 0 -t 18,10000
echo " hermit/usr/benchmarks/stream" | randtype -m 0 -t 18,6000
hermit/usr/benchmarks/stream
echo -n $MYPROMPT
echo -e " \e[92m# Per default, only CPU 1 is used. This can be changed by setting\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# Per default, only CPU 1 is used. This can be changed by setting\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92m# the environment variable HERMIT_CPUS.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# the environment variable HERMIT_CPUS.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo " HERMIT_CPUS=\"1-2\" hermit/usr/benchmarks/stream" | randtype -m 0 -t 18,10000
echo " HERMIT_CPUS=\"1-2\" hermit/usr/benchmarks/stream" | randtype -m 0 -t 18,6000
HERMIT_CPUS="1-2" hermit/usr/benchmarks/stream
echo -n $MYPROMPT
echo -e " \e[92m# In this example CPUs 1-2 are booted to run STREAM.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92m# In this example CPUs 1-2 are booted to run STREAM.\e[39m" | randtype -m 1 -t 18,6000
#echo -n $MYPROMPT
#echo -e " \e[92m# Now, the same benchmark on Linux.\e[39m" | randtype -m 1 -t 18,10000
#echo -e " \e[92m# Now, the same benchmark on Linux.\e[39m" | randtype -m 1 -t 18,6000
#echo -n $MYPROMPT
#echo " gcc -o stream_linux -O3 -fopenmp -mtune=native -march=native hermit/usr/benchmarks/stream.c" | randtype -m 0 -t 18,10000
#echo " gcc -o stream_linux -O3 -fopenmp -mtune=native -march=native hermit/usr/benchmarks/stream.c" | randtype -m 0 -t 18,6000
#gcc -o stream_linux -O3 -fopenmp -mtune=native -march=native hermit/usr/benchmarks/stream.c
#echo -n $MYPROMPT
#echo " OMP_NUM_THREADS=2 ./stream_linux" | randtype -m 0 -t 18,10000
#echo " OMP_NUM_THREADS=2 ./stream_linux" | randtype -m 0 -t 18,6000
#OMP_NUM_THREADS=2 ./stream_linux
echo $MYPROMPT
echo -n $MYPROMPT
echo -e " \e[92mHermitCore (\e[31mhttp://www.hermitcore.org\e[92m) is an experimental platform.\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92mHermitCore (\e[31mhttp://www.hermitcore.org\e[92m) is an experimental platform.\e[39m" | randtype -m 1 -t 18,6000
echo -n $MYPROMPT
echo -e " \e[92mBut try it out and send us a feedback!\e[39m" | randtype -m 1 -t 18,10000
echo -e " \e[92mBut try it out and send us a feedback!\e[39m" | randtype -m 1 -t 18,6000

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff