You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
785 B
Plaintext
21 lines
785 B
Plaintext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>FreeRTOS.org uIP WEB server demo</title>
|
|
</head>
|
|
<BODY onLoad="window.setTimeout("location.href='index.shtml'",2000)">
|
|
<font face="arial">
|
|
<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="image.jpg">65K JPG</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="io.shtml">IO</a>
|
|
<br><p>
|
|
<hr>
|
|
<br><p>
|
|
<h2>Task statistics</h2>
|
|
This page shows dynamically generated task state information. The page will refresh evey 2 seconds.<p>
|
|
<font face="courier"><pre>Task State Priority Stack #<br>************************************************<br>
|
|
%! rtos-stats
|
|
</pre></font>
|
|
</font>
|
|
</body>
|
|
</html>
|
|
|