]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/ref/net-httpd-monitor.html
RedBoot TX53 Release 2012-02-15
[karo-tx-redboot.git] / doc / html / ref / net-httpd-monitor.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >System Monitor</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos Reference Manual"
20 HREF="ecos-ref.html"><LINK
21 REL="UP"
22 TITLE="Embedded HTTP Server"
23 HREF="net-httpd-chapter.html"><LINK
24 REL="PREVIOUS"
25 TITLE="Support Functions and Macros"
26 HREF="net-httpd-html.html"><LINK
27 REL="NEXT"
28 TITLE="FTP Client for eCos TCP/IP Stack"
29 HREF="net-ftpclient.html"></HEAD
30 ><BODY
31 CLASS="SECT1"
32 BGCOLOR="#FFFFFF"
33 TEXT="#000000"
34 LINK="#0000FF"
35 VLINK="#840084"
36 ALINK="#0000FF"
37 ><DIV
38 CLASS="NAVHEADER"
39 ><TABLE
40 SUMMARY="Header navigation table"
41 WIDTH="100%"
42 BORDER="0"
43 CELLPADDING="0"
44 CELLSPACING="0"
45 ><TR
46 ><TH
47 COLSPAN="3"
48 ALIGN="center"
49 >eCos Reference Manual</TH
50 ></TR
51 ><TR
52 ><TD
53 WIDTH="10%"
54 ALIGN="left"
55 VALIGN="bottom"
56 ><A
57 HREF="net-httpd-html.html"
58 ACCESSKEY="P"
59 >Prev</A
60 ></TD
61 ><TD
62 WIDTH="80%"
63 ALIGN="center"
64 VALIGN="bottom"
65 >Chapter 48. Embedded HTTP Server</TD
66 ><TD
67 WIDTH="10%"
68 ALIGN="right"
69 VALIGN="bottom"
70 ><A
71 HREF="net-ftpclient.html"
72 ACCESSKEY="N"
73 >Next</A
74 ></TD
75 ></TR
76 ></TABLE
77 ><HR
78 ALIGN="LEFT"
79 WIDTH="100%"></DIV
80 ><DIV
81 CLASS="SECT1"
82 ><H1
83 CLASS="SECT1"
84 ><A
85 NAME="NET-HTTPD-MONITOR">System Monitor</H1
86 ><P
87 >Included in the HTTPD package is a simple System Monitor that is
88 intended to act as a test and an example of how to produce servers.
89 It is also hoped that it might be of some use in and of itself.</P
90 ><P
91 >The System Monitor is intended to work in the background of any
92 application. Adding the network stack and the HTTPD package to any
93 configuration will enable the monitor by default. It may be disabled
94 by disabling the <TT
95 CLASS="LITERAL"
96 >CYGPKG_HTTPD_MONITOR</TT
97 > option.</P
98 ><P
99 >The monitor is intended to be simple and self-explanatory in use. It
100 consists of four main pages. The thread monitor page presents a table
101 of all current threads showing such things as id, state, priority,
102 name and stack dimensions. Clicking on the thread ID will link to a
103 thread edit page where the thread's state and priority may be
104 manipulated. The interrupt monitor just shows a table of the current
105 interrupts and indicates which are active. The memory monitor shows a
106 256 byte page of memory, with controls to change the base address and
107 display element size. The network monitor page shows
108 information extracted from the active network interfaces and
109 protocols. Finally, if kernel instrumentation is enabled, the
110 instrumentation page provides some controls over the instrumentation
111 mechanism, and displays the instrumentation buffer.</P
112 ></DIV
113 ><DIV
114 CLASS="NAVFOOTER"
115 ><HR
116 ALIGN="LEFT"
117 WIDTH="100%"><TABLE
118 SUMMARY="Footer navigation table"
119 WIDTH="100%"
120 BORDER="0"
121 CELLPADDING="0"
122 CELLSPACING="0"
123 ><TR
124 ><TD
125 WIDTH="33%"
126 ALIGN="left"
127 VALIGN="top"
128 ><A
129 HREF="net-httpd-html.html"
130 ACCESSKEY="P"
131 >Prev</A
132 ></TD
133 ><TD
134 WIDTH="34%"
135 ALIGN="center"
136 VALIGN="top"
137 ><A
138 HREF="ecos-ref.html"
139 ACCESSKEY="H"
140 >Home</A
141 ></TD
142 ><TD
143 WIDTH="33%"
144 ALIGN="right"
145 VALIGN="top"
146 ><A
147 HREF="net-ftpclient.html"
148 ACCESSKEY="N"
149 >Next</A
150 ></TD
151 ></TR
152 ><TR
153 ><TD
154 WIDTH="33%"
155 ALIGN="left"
156 VALIGN="top"
157 >Support Functions and Macros</TD
158 ><TD
159 WIDTH="34%"
160 ALIGN="center"
161 VALIGN="top"
162 ><A
163 HREF="net-httpd-chapter.html"
164 ACCESSKEY="U"
165 >Up</A
166 ></TD
167 ><TD
168 WIDTH="33%"
169 ALIGN="right"
170 VALIGN="top"
171 >FTP Client for eCos TCP/IP Stack</TD
172 ></TR
173 ></TABLE
174 ></DIV
175 ></BODY
176 ></HTML
177 >