BitShares Forum

Main => General Discussion => Topic started by: xeroc on September 06, 2015, 10:13:35 am

Title: Graphene Real-Time
Post by: xeroc on September 06, 2015, 10:13:35 am
Hey there,

I though I should open a distinct webpage for this:
http://stats.bitshares.eu
It's still in early beta and may break at any moment!

Screenshot:
(http://i.imgur.com/T0wsxs9.png)

Code:
https://github.com/BitSharesEurope/stats.bitshares.eu

Recent Changes:
 + fixed gauge chart
 + added name resolution for transfer operations
 + added middleware to reduce network load (and stay responsive at heavy load -- hopefully)

Feature requests go below :)
Title: Re: Graphene Real-Time
Post by: fav on September 06, 2015, 10:19:57 am
"website not available" :)

however, updated my post with your image: http://blog.smartcoin.pw/2015/09/bitshares-live-network-stats.html

looks very clean now. good job!
Title: Re: Graphene Real-Time
Post by: xeroc on September 06, 2015, 11:53:49 am
http://stats.bitshares.eu/

Works here
Title: Re: Graphene Real-Time
Post by: Stan on September 06, 2015, 01:04:54 pm
Can you put a mark on the dial that shows the highest peak (or moving average) it has ever seen?
Title: Re: Graphene Real-Time
Post by: CalabiYau on September 06, 2015, 02:52:01 pm
http://stats.bitshares.eu/

Works here

Very useful instrument. 

Works sometimes - sometimes not. Getting stuck after 1 - 2 minutes normally. Win / Chrome & Firefox.
(http://i.imgur.com/s9Scaff.gif)
Title: Re: Graphene Real-Time
Post by: xeroc on September 06, 2015, 02:57:02 pm
Nees to harden the websocket connection .. thx for pointing it out

Still have alot to learn and optimize
Title: Re: Graphene Real-Time
Post by: CalabiYau on September 06, 2015, 03:48:32 pm
That`s what I get actually:

(http://i.imgur.com/9eMohfX.png)

Yesterday there was the witness ID in the upper left corner - for me very comfortable.

Thank you for your efforts !  +5%
Title: Re: Graphene Real-Time
Post by: xeroc on September 06, 2015, 04:15:34 pm
That`s what I get actually:

(http://i.imgur.com/9eMohfX.png)

It looks alright too me .. it shows recent blocks .. and (currently) only shows transactions that you see during your session ..
it does not yet log previous transactions .. it really is real-time .. no database stuff .. wait a little or produce some transactions on your own .. stuff will happen then

Quote
Yesterday there was the witness ID in the upper left corner - for me very comfortable.
Will add that again .. I removed it because it is directly stated in the raw block data on the lower right corner ..
Title: Re: Graphene Real-Time
Post by: xeroc on September 06, 2015, 05:04:29 pm
fixed the bug with missing icons ..

next steps (@Stan):
+ add a middleware database to
+ parse all blocks and
+ evaluate statistics of past blocks to
+ get more detailed stats
Title: Re: Graphene Real-Time
Post by: CLains on September 06, 2015, 09:05:18 pm
Very cool :D
Title: Re: Graphene Real-Time
Post by: sudo on September 08, 2015, 02:37:48 pm
Can you put a mark on the dial that shows the highest peak (or moving average) it has ever seen?

good idea  the  highest  TPA benchmark  list highest 1 2 3 ……10
Title: Re: Graphene Real-Time
Post by: xeroc on September 08, 2015, 03:54:33 pm
Can you put a mark on the dial that shows the highest peak (or moving average) it has ever seen?

good idea  the  highest  TPA benchmark  list highest 1 2 3 ……10
I will do this .. but for this work I need to rewrite the backend to give it some memory .. currently all the backend stores is the stuff since it last crashed :)
Title: Re: Graphene Real-Time
Post by: xeroc on September 14, 2015, 01:48:23 pm
I had a server down time, that's why the stats have been unavailable today.

For the next weeks, I plan to rewrite the backend and store the stats in a database so that I have stats for the whole blockchain .. Need some time to do this.
Title: Re: Graphene Real-Time
Post by: luckybit on October 22, 2015, 09:12:00 pm
Something like this should be built into the GUI.
Title: Re: Graphene Real-Time
Post by: karnal on October 22, 2015, 10:30:59 pm
Awesome!
Title: Re: Graphene Real-Time
Post by: Troglodactyl on October 22, 2015, 11:18:43 pm
Something like this should be built into the GUI.

What in particular do you want from this that isn't in the GUI yet?