Tagged Questions
1
vote
1answer
115 views
Change of real time priority made no visible effect
we were trying to get the best result with software PWM on raspberry pi with Raspbian. We made a python script which starts PWM on a GPIO pin, and observed the results with the oscilloscope.
It ...
5
votes
1answer
123 views
Real time priorities in non real time OS
If I do the following command on my standard Linux Mint installation:
comp ~ $ ps -eo rtprio,nice,cmd
RTPRIO NI CMD
...
99 - [migration/0]
99 - [watchdog/0]
99 - [migration/1]
- 0 ...
1
vote
1answer
67 views
Command to list in real time all the actions of a process
I cannot remember this command (and googling was unsuccessful), but there is a way to get the list of actions performed by a process, that outputs something like
# listprocessactions -p 1234
...