Re: Binary CPU / Thread information.

2022-08-12 Thread Sam Price
Is there a preferred api style, or just mimic the linux kernel task? https://docs.huihoo.com/doxygen/linux/kernel/3.7/structtask__struct.html FreeRTOS has https://www.freertos.org/a00021.html#xTaskGetTickCount vxworks has a spy interface. https://www.ecb.torontomu.ca/~courses/ee8205/Data-Sheets/T

Re: Binary CPU / Thread information.

2022-08-11 Thread Sebastian Huber
Hello Sam, On 10.08.22 17:03, Sam Price wrote: I saw that there was a console command to see cpu usage information. https://docs.rtems.org/branches/master/c-user/cpu_usage_statistics.html Is there a binary api to get th

Binary CPU / Thread information.

2022-08-10 Thread Sam Price
I saw that there was a console command to see cpu usage information. https://docs.rtems.org/branches/master/c-user/cpu_usage_statistics.html Is there a binary api to get this, and stack usage? I want to get this info out and send it in binary packets. Is this something that I need to just copy wh