# pin current shell to CPU1 tasket -p 2 $$ # start pingserver in the background # (should start dbus-daemon session) ./pingserver & # make sure dbus-daemon is also pinned to CPU1 taskset -p 2 `pidof dbus-daemon` # send 1MiB messages to the pingserver via dbus # (take note of the timestamps) ./pingclient 1048576