Re: CPU Usage

2023-01-13 Thread mbenson
I basically just copied and renamed the existing function that prints to the console, but changed it to return a struct. I couldn’t personally give it back. I thought my customer at the time would roll it back in. Looks like that never happened. Sorry. > On Jan 13, 2023, at 17:05, Joel She

Re: CPU Usage

2023-01-13 Thread Joel Sherrill
That's the right answer Karel. I will add that we have been open to the addition of an API to obtain this information if someone could propose one. This is an area where not knowing what users would like to have has been a hurdle. On Fri, Jan 13, 2023 at 3:42 PM Karel Gardas wrote: > > I woul

Re: CPU Usage

2023-01-13 Thread Karel Gardas
I would guess it is, but judge yourself by going to the RTEMS source code[*] and grepping for "rtems_cpu_usage". Cheers, Karel [*] used few months old trunk here. On 1/13/23 21:48, Molock, Dwaine S. (GSFC-5820) wrote: Hello, Is there a RTEMS API available to obtain the current CPU usage or

Dynamic loader usage in RTEMS 5.1

2023-01-13 Thread John Clemens
I'm trying to understand how to build/link code to use the dynamic loader in RTEMS v5.1. I'm using https://docs.rtems.org/releases/rtems-5.1/user/exe/loader.html as a reference. My codebase has a core object and several components that will be loaded at boot time. I do the 2-pass linking ste

CPU Usage

2023-01-13 Thread Molock, Dwaine S. (GSFC-5820)
Hello, Is there a RTEMS API available to obtain the current CPU usage or anything similar to the “/proc/stat” file in Linux that can be read to obtain this information? Thanks, Dwaine ___ users mailing list users@rtems.org http://lists.rtems.org/mailm