- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am planning to measure interprocessor interrupt latency on my DP server system. Is there any existing tool that will allow me to do that? If no, what Linux system calls are available?
Thank you
I am planning to measure interprocessor interrupt latency on my DP server system. Is there any existing tool that will allow me to do that? If no, what Linux system calls are available?
Thank you
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - ntjioe
I am planning to measure interprocessor interrupt latency on my DP server system. Is there any existing tool that will allow me to do that? If no, what Linux system calls are available?
I am not aware of any Linux syscalls that predictably send IPIs.
However on Windows you can use FlushProcessWriteBuffers() function. It must send IPIs to all other PEs (processors, cores), and I think wait for reply IPIs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Dmitriy Vyukov
Quoting - ntjioe
I am planning to measure interprocessor interrupt latency on my DP server system. Is there any existing tool that will allow me to do that? If no, what Linux system calls are available?
I am not aware of any Linux syscalls that predictably send IPIs.
However on Windows you can use FlushProcessWriteBuffers() function. It must send IPIs to all other PEs (processors, cores), and I think wait for reply IPIs.
Thank you. I will look into it.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page