1823388 Members
2996 Online
109654 Solutions
New Discussion юеВ

IPCS

 
xcvzxvzxdv
Advisor

IPCS

can anybosy tell me how IPCS can be used for performance monitoriny.
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: IPCS

Hi,

IPCS is used to report status of interprocess communication facilities.

You can take a look at this page, http://www.usenix.org/publications/library/proceedings/sec98/full_papers/jaeger/jaeger_html/node12.html

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Jakes Louw
Trusted Contributor

Re: IPCS

IPCS is primarily used for a) semaphores b) shared memory segments. Not really usefull for performance monitoring, but IPCS can show you who's using all the shared memory...
Trying is the first step to failure - Homer Simpson
Jakes Louw
Trusted Contributor

Re: IPCS

By the way, off the top of my head, IPC stand for Inter Process Communications. So message queue software and DB managers like Oracle will enjoy doing stuff with these elements.
Trying is the first step to failure - Homer Simpson
Alex Lavrov.
Honored Contributor

Re: IPCS

It will be usefull for DBA.

When you run out of shared memory segments, Oracle will probably stop (semaphores and stuff).

It's not "performance" monitoring, I'd call it "resource" monitoring.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)