- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I need help in understanding what could be the cause of the phenomena I see. I have a webserver application (started from the altera example) to which I added a couple of other threads - Database - a thread polling a large number of periphery components (i2c, Avalon-MM) and updates the latest value in a global array - Http - accepts connections, fetches files from ZipFS, parses them and replaces certain strings with the values from the large array - watchdog, etc... - terminal --> I have also implemented a stack checking command. Scenario:- application up, no link -> Http not started; DATABASE uses ~4KB of stack
- http started, 1st request -> Database uses maximum defined.
- What could be the reason the OSStatChk is reporting me these numbers?
- From my observation, this numbers returned by OSStatChk are the maximum ever used since startup. Is there a way to reset these counters?
*********************************************************
*** OS_TASK *** used free
*********************************************************
HTTP_TASK 28356 37180
TERMINAL_TASK 3776 4416
DATABASE_TASK 262144 0
PHYMON_TASK 3968 4224
WATCHDOG_TASK 3812 4380
TELNET_TASK 5996 10388
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Moving to the new "Other Operating Systems" forum. This is where all non-Linux OS related questions will go moving forward.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page