General Discussion
  >> Fibre Broadband


Register (or login) on our website and you will not see this ad.


Pages in this thread: << 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | [41] | 42 | 43 | 44 | 45 | 46 | 47 | (show all)   Print Thread
Standard User deleted
(deleted) Mon 21-Nov-11 17:40:18
Print Post

Re: More FTTC line stats


[re: lockyatlrg] [link to this post]
 
Look at figure 5 on this ericsson PDF on vectoring.

The graph shows performance on the 17a profile, with & without crosstalk, and with both crosstalk and vectoring.

That pretty much shows that 17a will top out at 100Mbps, for the shortest lines, with crosstalk present (ie realistic, with other subscribers). But without crosstalk, the actual bandwidth seems to get as high as 170Mbps.

Figure 6 hits a top speed of 100Mbps, but the write-up shows the test equipment hardware they used in that test is the thing that limits throughput.
Standard User Alnath
(fountain of knowledge) Mon 21-Nov-11 18:26:31
Print Post

Re: More FTTC line stats


[re: burakkucat] [link to this post]
 
In reply to a post by burakkucat:
In reply to a post by Alnath:
To my eternal shame i cant get putty to do owt, i log in to the router then i can get no further.
Once logged in with user name admin and password admin, you should see a ATP> prompt.

Obtain a busy-box shell, by typing sh and press the Enter key. You should now see a # prompt. At that shell prompt, you will be able to enter the various xdslcmd commands. Start with xdslcmd --help.

When done, exit the busy-box shell with a Ctrl-D or exit. Then exit from ATP> back to PuTTY.


You are a star, thank you.

# xdslcmd info --show
xdslcmd: ADSL driver and PHY status
Status: Showtime
Retrain Reason: 0
Max: Upstream rate = 14999 Kbps, Downstream rate = 52156 Kbps
Path: 0, Upstream rate = 9995 Kbps, Downstream rate = 39999 Kbps

Link Power State: L0
Mode: VDSL2 Annex B
VDSL2 Profile: Profile 8c
TPS-TC: PTM Mode
Trellis: U:ON /D:ON
Line Status: No Defect
Training Status: Showtime
Down Up
SNR (dB): 15.3 11.9
Attn(dB): 0.0 0.0
Pwr(dBm): 9.2 -23.5
Standard User burakkucat
(committed) Mon 21-Nov-11 18:44:44
Print Post

Re: More FTTC line stats


[re: Alnath] [link to this post]
 
In reply to a post by Alnath:
You are a star, thank you.
wink
<snip>
Max: Upstream rate = 14999 Kbps, Downstream rate = 52156 Kbps
Path: 0, Upstream rate = 9995 Kbps, Downstream rate = 39999 Kbps
<snip>
VDSL2 Profile: Profile 8c
<snip>
From that we can see that you are still on the original 8c profile but, due to a short D-side pair, you are seeing effectively the full 40/10 Mbps. Once on profile 17a and with the cap removed you probably will have excellent down- & up-stream speeds.

-----------------------------------------------------

100% Linux and, previously, Unix.


Register (or login) on our website and you will not see this ad.

Standard User deleted
(deleted) Mon 21-Nov-11 22:34:26
Print Post

Re: More FTTC line stats


[re: burakkucat] [link to this post]
 
Hi All,

This is possibly the wrong thread, but it IS related to the Huawei HG612's line stats.

I am currently testing new scripts that continually poll the modem for its SNRM, sync, error count etc. & converting the stats into graphs.

I am a Windows user so am trying to do all this via a comination of Windows batch files & Linux scripts.

I have been hervesting the mosem's data every 2 minutes by running a batch file via Windows Task Scheduler.

It works, but annoyingly pops up a CMD window every 2 minutes.
I think I have exhausted every avenue to do this in the background to no avail.

I found a good Windows cron program that does the trick (z-cron), but only every 5 minutes.
I really need to obtain the data every minute (or less) to make it truly meaningful.

FYI, just to loosely stay on topic, example graphs for my own connection can be seen here:-

Example graphs

Do any of you know how I can get Windows to do this silently, or point me toward some FREE software that will do it for me?

Paul.
Standard User deleted
(deleted) Mon 21-Nov-11 22:44:08
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
You mean via plink or extraputty, for example?
Standard User deleted
(deleted) Mon 21-Nov-11 22:52:54
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
In reply to a post by BatBoy:
You mean via plink or extraputty, for example?


No, I have tried Plink, but can't automate the login when using the HG612 (but that's a different matter).

What I am looking for is a task scheduler that can run any program or batch file silently at predetermined intervals of 1 minute or less.
I am currently accessing the modem directly with no need to log into it at all (via a Windows version of cURL).

Using cURL, I am accessing various hidden modem URL's to get all the data for the stuff you can see in the WAN webpage.

Paul.
Standard User deleted
(deleted) Mon 21-Nov-11 22:58:24
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
Use the Start command to run a bat file minimised - start /min file.bat

ISTR someone cracked the encrypted logon method a while ago - wwwombat perhaps?
Standard User deleted
(deleted) Mon 21-Nov-11 23:19:40
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
In reply to a post by BatBoy:
Use the Start command to run a bat file minimised - start /min file.bat

ISTR someone cracked the encrypted logon method a while ago - wwwombat perhaps?


Nope, didn't work.

With the start /min as an argument in task scheduler - nothing happened at all.
With it all in the command line, it just caused Winamp music player to pop up!!!!!

Back to the drawing board.

Not quite sure what you mean about the encrypted logon method.
Are you referring to automating PuTTy access, or simply accessing the modem's user panel?


Paul.
Standard User deleted
(deleted) Tue 22-Nov-11 00:11:15
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
I used a program to convert a batch file to an exe years ago but can't remember the name of it. This one looks like it will do the job though and is free.

Autoit might be a better alternative to batch files but I haven't got around to trying it yet and there might not be much point now you have cracked it with batch files so to speak. Good job, I look forward to the release. smile

One thing I prefer is to have a max of 4 pics per montage, then I can flick through the images to compare them in the picture viewer without them being "shrunk".

EDIT
pycron can run stuff every minute.

Edited by deleted (Tue 22-Nov-11 00:13:37)

Standard User deleted
(deleted) Tue 22-Nov-11 03:16:40
Print Post

Re: More FTTC line stats


[re: deleted] [link to this post]
 
I vaguely remember using cygrunsrv from Cygwin to run a network daemon (sshd and maybe others). There is a port of the cron daemon for Cygwin which reportedly works properly. [1] Amazing in itself!

If you didn't mind being rude to other processes, you could hack together a little C program that runs ad infinitum in a loop, doing nothing more than clock-watching. "At the third stroke", it would execute your data harvesting script using the system() function [2], or something similar.

Apparently, the proper way to natively do it in Windows is to use some sort of timer from the SetTimer API. [3]

cheers, a

[1] http://stackoverflow.com/questions/707184/how-do-you...
[2] http://linux.die.net/man/3/system
[3] http://comments.gmane.org/gmane.comp.gnu.mingw.user/...

Edited by deleted (Tue 22-Nov-11 04:47:05)

Pages in this thread: << 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | [41] | 42 | 43 | 44 | 45 | 46 | 47 | (show all)   Print Thread

Jump to