Hi carl

Carl Sziebert wrote:
> Hey Martijn:
>
> I've started on an admin panel as well, but yours looks to be further 
> along (and has a better UI).  Nice job!  I'd suggest you review the 
> following documentation for the updates to the API to support the 
> admin panel.
>
> http://jira.red5.org/confluence/display/clientside/Admin+interface+features
>
> Carl

"f we need to show the CPU and RAM usage, we'll have to figure out how 
to get that.  Unless there is something I am missing, Java can only give 
us information as it relates to the current JVM (number of processors, 
memory consumed, etc.)."

I think alot of your stats merges with what I was attempting to retrieve 
in the W3C logging which I'm hoping I get help to work out. To my 
knowledge there is no way yet to get the stats in the statistics impl of 
the subscribed stream file, and the bytes sent method doesnt return 
properly so you cant get the bandwidth yet unless it has already been 
fixed. As for cpu / memory I made an attempt in my logging system to 
extract the CPU times and memory used using the Runtime class, Take a 
look im not sure if its exactly correct though.

I think both you guys should work together on this, it would be nice if 
there was a standard admin as im being forced currently to get some 
people to try and use jconsole which isnt connecting properly for some 
reason, though im not really sure if it has to be in flex, it could just 
be a jsp control panel aswell in fact it might be faster if it was :)

I'd like to be involved in working out the correct stats data for both 
our systems then. It would be nice if there was a standard access 
logging system which could be customised and extended like a framework 
but there isnt , it involves log4j hacks.


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to