Change in gr-gsm[master]: tests: Get more information about CPU and user limits

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

ptrkrysik gerrit-no-reply at lists.osmocom.org
Mon May 3 10:31:51 UTC 2021


ptrkrysik has submitted this change. ( https://gerrit.osmocom.org/c/gr-gsm/+/24088 )

Change subject: tests: Get more information about CPU and user limits
......................................................................

tests: Get more information about CPU and user limits

Change-Id: I0bd3c206f422e11a59070a1c9aace38201ff7c85
---
M tests/scripts/decode.sh
M tests/scripts/decrypt.sh
2 files changed, 4 insertions(+), 0 deletions(-)

Approvals:
  ptrkrysik: Looks good to me, approved; Verified



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 @@
 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 @@
 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

-- 
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24088
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: I0bd3c206f422e11a59070a1c9aace38201ff7c85
Gerrit-Change-Number: 24088
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: vvvelichkov <vvvelichkov at gmail.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/9f08dd21/attachment.htm>


More information about the gerrit-log mailing list