Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 6 7 [8] 9 10 11

Author Topic: DSLstats v6.5 released  (Read 85750 times)

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #105 on: October 12, 2019, 06:50:51 PM »

The "Total time =..." figure is (or was) unreliable. In all of the Broadcom firmware versions until recently this figure used to rise to 1 day 23 hours 59 minutes 59 seconds and then go back to 1 day, and continue this cycle for ever. The figure near the end of the stats "Since link time =..." has always stopped at a time I don't remember, but was 60-odd days, and it stayed there for ever after.

So DSLstats now uses the available seconds (AS) figure which has been reliable for a long time. From what you say, it appears that it's no longer reliable.
Logged
  Eric

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats v6.5 released
« Reply #106 on: October 12, 2019, 10:03:41 PM »

AS seems to be working fine still for the dsl uptime, dsl uptime still works.
The modem uptime is now what is broken.

I can confirm tho that on my device the total time is not capped to 2 days. So that should work as a means to measure the modem uptime.

So...

"since link time" or "AS" both should be fine for dsl uptime (so keep that as is).
"total time", useable for modem uptime on the zyxel 3925-b10b.  Before I flashed this correctly showed uptime in excess of 200 days.

Code: [Select]
Total time = 212 days 6 hours 36 min 32 sec
FEC:            176459          1601
CRC:            6451            121
ES:             62343           7273
SES:            70              1
UAS:            145             114
LOS:            3               0
LOF:            17              0
LOM:            0               0
Retr:           3

also the good old "uptime" command seems valid as well.

Code: [Select]
# uptime
 18:35:41 up 18:35,  load average: 0.29, 0.29, 0.31
« Last Edit: October 12, 2019, 10:08:46 PM by Chrysalis »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #107 on: October 12, 2019, 10:31:01 PM »

Sorry, I didn't read your question properly. DSLstats gets the modem uptime from the busybox command

cat /proc/uptime

Logged
  Eric

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats v6.5 released
« Reply #108 on: October 13, 2019, 12:06:32 AM »

interesting how it says not available now, does the output I provided look correct?
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #109 on: October 13, 2019, 07:42:55 AM »

If I use "man uptime" on one of my Linux systems I see this:

Quote
uptime  gives a one line display of the following information.  The current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and  15  minutes.

which seems to match your figures except for the number of users part. If I'd known that the uptime command existed in the Broadcom busybox shell I would have used it in DSLstats.

The command "cat /proc/uptime" gives two numbers, the first of which is the number of seconds the system has been running, and should match the uptime result. Here's what I see on my VMG8324-B10A:

Code: [Select]
> cat /proc/uptime
242032.79 0.00
 > uptime
2D 19H 14M 6S

Clearly these commands have changed in recent versions of the Broadcom firmware.
Logged
  Eric

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats v6.5 released
« Reply #110 on: October 13, 2019, 08:52:43 AM »

I apologise, here is the output for the /proc/uptime, I didnt read what you said properly when you said its using /proc/uptime sorry.

Code: [Select]
105582.07 202052.63
also dilemma solved, the command seems ok on root, but I gave dslstats the admin username instead and cat /proc/uptime doesnt work on that login.  It did on the older firmware, but its just a change of username so shouldnt be a problem.  Now dslstats is using root its showing again :)
« Last Edit: October 13, 2019, 08:58:57 AM by Chrysalis »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #111 on: October 13, 2019, 10:35:58 AM »

Thank you for resolving that.
Logged
  Eric

tommy45

  • Reg Member
  • ***
  • Posts: 627
Re: DSLstats v6.5 released
« Reply #112 on: April 01, 2020, 04:31:43 PM »

A question where does dls stats store the average ES data,  because my pc bsd's yesterday and the graph has frozen since, all the other graphs seems to be working  but that one and it wont reset to zero for the daily errors I removed the es graph from the default location  C:\Users\username\AppData\Local\dslstats\
« Last Edit: April 01, 2020, 04:36:07 PM by tommy45 »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #113 on: April 01, 2020, 06:39:58 PM »

The ES/hour data is saved in a text file called es_data.txt which is in the location where your configuration files are saved. The average errors (10 days worth) are saved in a file called errors1.dat in the same location.
Logged
  Eric

tommy45

  • Reg Member
  • ***
  • Posts: 627
Re: DSLstats v6.5 released
« Reply #114 on: April 01, 2020, 07:05:21 PM »

The ES/hour data is saved in a text file called es_data.txt which is in the location where your configuration files are saved. The average errors (10 days worth) are saved in a file called errors1.dat in the same location.
Thanks  because it won't for some reason clear error sec totals, when i press the reset today ,button and the graph is not updating
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #115 on: April 01, 2020, 10:22:23 PM »

I'm a little confused now, because the average errors are not related to any graph. It simply stores the last ten days worth of data as shown on the average errors page.
Logged
  Eric

GigabitEthernet

  • Kitizen
  • ****
  • Posts: 2243
Re: DSLstats v6.5 released
« Reply #116 on: April 03, 2020, 04:31:25 PM »

Sure I've asked this before but it's not possible to get the current sync speed in the resync email notifications, is it?
Logged

tiffy

  • Kitizen
  • ****
  • Posts: 1319
Re: DSLstats v6.5 released
« Reply #117 on: June 20, 2020, 09:43:08 AM »

Since changing by setup from VMG1312-B10A modem/router to 1312-B10A modem / VMG3925-B10B router have noted that the "traffic" graph in DSLStats indicates zero usage.
Not a drastically important parameter to me as such and probably to expectation with the modem/router 2 box setup but just wondering if there is any way around this ?

Edit: Typo correction.
Logged
BT FTTP 150/30, BT Smart Hub 2

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #118 on: June 20, 2020, 11:37:59 AM »

@tiffy: It's probably just a matter of choosing the right interface in the traffic configuration. I have a similar setup to yours except that I use a TP-Link router, and the traffic reporting works fine. In my case the interface in the setup is Other --> ptm0.1 . You can see what's happening in the various interfaces in
Telnet Data --> Traffic.
Logged
  Eric

tiffy

  • Kitizen
  • ****
  • Posts: 1319
Re: DSLstats v6.5 released
« Reply #119 on: June 20, 2020, 02:41:17 PM »

@roseway:
Duplicated your configuration  and bingo, traffic graph started updating again, many thanks Eric.
New config. snapshot attached for reference.

Quote
You can see what's happening in the various interfaces in
Telnet Data --> Traffic.
Did not understand this bit, perhaps you could elaborate a little for a keen to learn "numpty" ?
Logged
BT FTTP 150/30, BT Smart Hub 2
Pages: 1 ... 6 7 [8] 9 10 11