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 ... 9 10 [11]

Author Topic: DSLstats webserver - Custom Interface  (Read 53282 times)

tiffy

  • Kitizen
  • ****
  • Posts: 1319
Re: DSLstats webserver - Custom Interface
« Reply #150 on: February 15, 2021, 05:32:24 PM »

@Chrysalis:

Quote
For anyone who might be curious I dont mind sharing my winscp batch script, on how I get the historical stats uploaded to my server, martin, and ned are also using it.  The main live stats are uploaded via native sftp function on dslstats.

Yes please, a copy would be appreciated.
Might inspire some further action regarding my stumbling attempts at getting the historical data function operational on my setup as outlined earlier in this post, plenty of time to "play" now with ongoing restrictions.
Logged
BT FTTP 150/30, BT Smart Hub 2

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats webserver - Custom Interface
« Reply #151 on: February 15, 2021, 06:24:16 PM »

No worries, the path it sends from matches the snapshots directory configured in dslstats.  I have save in daily folders ticked. dslstats generates first snapshot at 5 past midnight and every 24 hours after.

This batch script runs daily in task scheduler 10 minutes past midnight.

You will need to edit paths to winscp, paths to your data, as well as login details for server, also depends how your server is configured, mine supports sftp which it uses as its incredibly fast vs normal ftp.

Code: [Select]
@echo off

set datefix=%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%

xcopy /E /I /C /F /Y D:\BACKUP\dslstats\Snapshots\%DATEFIX% D:\BACKUP\dslstats\snaptemp\%DATEFIX%

"D:\BACKUP\WinSCP\WinSCP.com" ^
  /log="D:\BACKUP\WinSCP2.log" /ini=D:\BACKUP\WinSCP\WinSCP.ini ^
  /command ^
    "open sftp://<USERNAME>:<PASSWORD>@<HOSTNAME>:<PORT>/ -hostkey=<CERTIFICATE HASH> -rawsettings FollowDirectorySymlinks=1 FtpPingType=0 Ftps=3 MinTlsVersion=12" ^
    "lcd D:\BACKUP\dslstats\snaptemp" ^
    "cd /DSLStatsWeb/Graphs/" ^
    "put -transfer=automatic %DATEFIX%" ^
    "exit"
   
rmdir /S /Q D:\BACKUP\dslstats\snaptemp\%DATEFIX%

set WINSCP_RESULT=%ERRORLEVEL%
if %WINSCP_RESULT% equ 0 (
  echo Success
) else (
  echo Error
)

exit /b %WINSCP_RESULT%

« Last Edit: February 15, 2021, 06:28:08 PM by Chrysalis »
Logged

tiffy

  • Kitizen
  • ****
  • Posts: 1319
Re: DSLstats webserver - Custom Interface
« Reply #152 on: February 15, 2021, 11:10:46 PM »

@Chrysalis:

Many thanks, much appreciated.
Will have a little play and adapt to suit my system.
Logged
BT FTTP 150/30, BT Smart Hub 2

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: DSLstats webserver - Custom Interface
« Reply #153 on: February 18, 2021, 05:05:39 PM »

Thanks for the V2 interface, now running with rossallan/dslstats docker image.
Not sure how one goes to get history.php working but,the reset is working fine.

Link to my stats is in my Signature which will be on 24/7 from now on.
Logged

tiffy

  • Kitizen
  • ****
  • Posts: 1319
Re: DSLstats webserver - Custom Interface
« Reply #154 on: February 19, 2021, 12:14:16 PM »

A hopefully constructive suggestion regarding your DSLStats displays.
Change the tone range within DSLStats to reflect your VDSL provision, provides a more comprehensive display of Bit Loading, QLN and HLog parameters, attached, a Bit Loading graph recent snapshot on my line for comparison.

I am on 40/10 VDSL provision so you will have to extend the tone range to suit if on 80/20 VDSL service.
Logged
BT FTTP 150/30, BT Smart Hub 2

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats webserver - Custom Interface
« Reply #155 on: September 24, 2021, 08:09:17 PM »

I will update my stats page, I remember getting the files from Martin and others, but I seen on another stats page kitz and eric are both credited for dslstats and the page, so I will update mine to show that.

Thanks.
Logged
Pages: 1 ... 9 10 [11]
 

anything