Results 1 to 3 of 3
Hello,
I am trying to use the mqueue (the POSIX message queue) on fedora core 9,
but I don't know how to see the status of it ,after it created. ...
- 06-05-2008 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
How to see POSIX Message Queue status?
Hello,
I am trying to use the mqueue (the POSIX message queue) on fedora core 9,
but I don't know how to see the status of it ,after it created. With
command ipcs, I can see the System V message queue status, but how to
see this one? By the way, the ipcs doesn't show anything for mqueue...
Thanks,
k.chandrasekaran
Bangalore
- 06-05-2008 #2
Use mq_getattr().
Hope this helps.--
Bill
Old age and treachery will overcome youth and skill.
- 06-06-2008 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
Using mq_getattr i can see only inside program, i wanted to see outside
like >ipcs command for system V queues .
Finlay i got it from man pages mq_overview
Thanks for your information
Regards
k.chandrasekaran


Reply With Quote