Lines Matching full:echo
16 TEST_CPU_0=$(echo $CPU_LIST | awk '{print $1}')
18 if [ $(echo $CPU_LIST | wc -w) -gt 1 ]; then
19 TEST_CPU_1=$(echo $CPU_LIST | awk '{print $2}')
34 echo "page_frag_test failed, please check dmesg"
51 echo "$0: Must be run as root"
56 echo "$0: You need insmod installed"
61 echo "$0: You need to compile page_frag_test module"
68 echo "Run performance tests to evaluate how fast nonaligned alloc API is."
75 echo "Run performance tests to evaluate how fast aligned alloc API is."
82 echo "Run smoke test."
89 echo -n "Usage: $0 [ aligned ] | [ nonaligned ] | | [ smoke ] | "
90 echo "manual parameters"
91 echo
92 echo "Valid tests and parameters:"
93 echo
95 echo
96 echo "Example usage:"
97 echo
98 echo "# Shows help message"
99 echo "$0"
100 echo
101 echo "# Smoke testing"
102 echo "$0 smoke"
103 echo
104 echo "# Performance testing for nonaligned alloc API"
105 echo "$0 nonaligned"
106 echo
107 echo "# Performance testing for aligned alloc API"
108 echo "$0 aligned"
109 echo
132 echo "Error: key is not correct: ${key}"
146 echo "Run the test with following parameters: $@"
168 echo "Done."
169 echo "Check the kernel ring buffer to see the summary."