mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_check.py: notes telnet localhost 4001 (server info), localhost:8080/ for GUI info test_l3_longevity update data gathering.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -666,9 +666,9 @@ class L3VariableTime(Realm):
|
||||
# At end of test if requested store upload and download stats
|
||||
if self.ap_scheduler_stats:
|
||||
# get the (UL) Upload scheduler statistics
|
||||
self.ap_umsched = self.ap_custom_cmd('wl -i wl1 dump umsched')
|
||||
self.ap_umsched += self.ap_custom_cmd('wl -i wl1 dump umsched')
|
||||
# get the (DL) Download schduler staticstics
|
||||
self.ap_msched = self.ap_custom_cmd('wl -i wl1 dump msched')
|
||||
self.ap_msched += self.ap_custom_cmd('wl -i wl1 dump msched')
|
||||
|
||||
|
||||
# Stop connections.
|
||||
|
||||
Reference in New Issue
Block a user