From 3611532add2ed1ba22a408260628445da946d625 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 10 Apr 2018 13:22:55 +0000
Subject: [PATCH] Added commands for 10GbE Rx fiber statistics and dish mesh
 and back diagnostics.

---
 .../apertif/doc/apertif_wsrt_useful_commands_erko.txt    | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt b/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt
index d6547077e0..ce52010329 100755
--- a/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt
+++ b/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt
@@ -387,6 +387,10 @@ python $UPE/peripherals/pi_dp_sync_checker.py --unb 0:1 --fn 0:3 --bn 0:3 --reg
 # Arts BSN status
 python $UPE/peripherals/util_bsn_monitor.py --unb 8:15 --fn 0:3 --bn 0:3 -n 1 -r 4 -s MESH
 
+# 10GbE Rx statistics
+python /home/kooistra/svnroot/UniBoard_FP7/UniBoard/trunk/Software/python/peripherals/pi_tr_10GbE.py --unb 5 --fn 3  -r 0:2 --reg rx_stats_etherStatsPkts
+python /home/kooistra/svnroot/UniBoard_FP7/UniBoard/trunk/Software/python/peripherals/pi_tr_10GbE.py --unb 5 --fn 3  -r 0:2 --reg rx_stats_etherStatsCRCErr
+
 ###############################################################################
 # Read sensors
 
@@ -539,6 +543,11 @@ ssh lcu-rtc -X "python $UPE/peripherals/util_bsn_monitor.py --unb 0:7 --fn 0:3 -
   -r 3 Oke, all zeros because only 2:0 are connected
   -r 4 Oke, yields address error, because ceil_log2(3) = 4
 
+# Transceiver diagnostics  
+ssh lcu-rt8 -X "python $UPE/peripherals/util_diagnostics.py --unb 0:7 --fn 0:3 --bn 0:3 -n 13 -r 0:11 -s MESH --time 5 --rep 2"
+ssh lcu-rt8 -X "python $UPE/peripherals/util_diagnostics.py --unb 0:7 --bn 0:3 -n 13 -r 0:11 -s BACK --time 5 --rep 2"
+
+
 ###############################################################################
 # BF BST per dish
 
-- 
GitLab