Find the answer to your Linux question:
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. ...
  1. #1
    Just 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

  2. #2
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    Use mq_getattr().

    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...