This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: General System Monitor question


"J Jordaan" <jjordaan@sun.ac.za> writes:

> Hi All
> 
> As I understand it the system monitor runs with any application if you
> enable it in ecos' HTTPD package. It starts when the application calls
> cyg_scheduler_start(). You access the monitor on a web browser with the
> following address:
> 
> http://192.168.2.51/monitor/index.html
> 
> where 192.168.2.51 is your board's ip address.
> 
> Is this correct?

Yes. A couple of caveats:

1. The monitor usually starts a little after the main application, to
   avoid interfering with any application startup.

2. The HTTPD thread priority may need to be configured differently
   from the default. If the application has a lot of higher priority
   threads the monitor may not respond very quickly.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]