aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-12 19:32:13 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2020-02-14 15:14:59 +0000
commit4a788c01fba0abe0eff9447f676dd09d4c2518fb (patch)
tree167f9b50ef681eefa795356bb7ffb571025a08d7
parenta7740ea515bec511ecdd0ff96fc7698891a81c11 (diff)
tests: Get more information about CPU and user limits
-rwxr-xr-xtests/scripts/decode.sh2
-rwxr-xr-xtests/scripts/decrypt.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh
index 98aa165..1ec7bf8 100755
--- a/tests/scripts/decode.sh
+++ b/tests/scripts/decode.sh
@@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m BCCH -
echo "Testing with:"
echo " $RUNLINE"
gnuradio-config-info --version
+cat /proc/cpuinfo
+ulimit -a
cd "$TEST_DIR" || exit 1
head -c 6000000 $CAPFILE > $SHORTENED_CAPFILE
diff --git a/tests/scripts/decrypt.sh b/tests/scripts/decrypt.sh
index 824955f..5c33537 100755
--- a/tests/scripts/decrypt.sh
+++ b/tests/scripts/decrypt.sh
@@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m SDCCH8
echo "Testing with:"
echo " $RUNLINE"
gnuradio-config-info --version
+cat /proc/cpuinfo
+ulimit -a
cd "$TEST_DIR" || exit 1
head -c -37000000 $CAPFILE | head -c 35800000 > $SHORTENED_CAPFILE