It is currently April 27th, 2024, 11:02 am

Network speed on z77 chipset

Report bugs with the Rainmeter application and suggest features.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

Oh this mate?
screenshot.435.jpg
poiru wrote: Wrong window. Tray icon -> About :)
yea hehe my bad :)
You do not have the required permissions to view the files attached to this post.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

So that number 189504 is wrong?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:So that number 189504 is wrong?
Hmm, am not following you here? is that number the network out speed?

if so its changing all the time
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

Right, but is it correct, or is it half of what you expect?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:Right, but is it correct, or is it half of what you expect?
k its showing 80433 at the mo and am leeching at about 6.4mb

it keeps jumping from about 70000-220000 yet am full on 6.3-6.4 all the time
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

Well, I'm stumped.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:Well, I'm stumped.
So does this mean there is a problem with this than? or have I got something setup wrong?

Thanks for the help btw :thumbup:
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

Create a new skin with this code:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasureNetIn]
Measure=NetIn
Interface=9

[MeasureNetOut]
Measure=NetOut
Interface=9

[MeterIn]
Meter=String
MeasureName=MeasureNetIn
FontSize=12
FontColor=255,255,255
Antialias=1
Text=In: %1

[MeterOut]
Meter=String
MeasureName=MeasureNetOut
Y=R
FontSize=12
FontColor=255,255,255
Antialias=1
Text=Out: %1
Does it also display incorrect values?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:Create a new skin with this code:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasureNetIn]
Measure=NetIn
Interface=9

[MeasureNetOut]
Measure=NetOut
Interface=9

[MeterIn]
Meter=String
MeasureName=MeasureNetIn
FontSize=12
FontColor=255,255,255
Antialias=1
Text=In: %1

[MeterOut]
Meter=String
MeasureName=MeasureNetOut
Y=R
FontSize=12
FontColor=255,255,255
Antialias=1
Text=Out: %1
Does it also display incorrect values?
Yea I think it does lol am of used to mb :D

but aye this is showing right
1075003
and am leeching at about 8mb
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

Try changing your Interface= to Interface=0

Still wrong?