0

I was wondering if there is something equivalent to Linux's /proc/PID/status for QNX Neutrino to do some program profiling. I tried ps but when it comes to 'psched' or 'state' it complains "unrecognized field name".

Jim McAdams
  • 1,034
  • 1
  • 14
  • 30

1 Answers1

1

OK, apparently ps was/is just insufficiently implemented, i.e. it is recommended to use pidin instead which provides similar status checking features. (Thx Mitchell Schoenbrun)

Jim McAdams
  • 1,034
  • 1
  • 14
  • 30