summaryrefslogtreecommitdiff
path: root/schulung_tools/ipc_pipe/README
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/ipc_pipe/README')
-rw-r--r--schulung_tools/ipc_pipe/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/schulung_tools/ipc_pipe/README b/schulung_tools/ipc_pipe/README
new file mode 100644
index 0000000..c0fccac
--- /dev/null
+++ b/schulung_tools/ipc_pipe/README
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# run test program
+sudo trace-cmd record \
+ -e sched:sched_switch \
+ -e sched:sched_wakeup \
+ taskset 1 chrt -f 80 ./main -s 1000000
+
+# view results
+kernelshark