- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Load of using traffic to the node itself.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 09:31 PM
04-24-2007 09:31 PM
Load of using traffic to the node itself.
I did some tests and found that all traffic is visible with "bytes transferred" in ucx show dev or mc ncl show nsp port. However, if I look in mc ncl show csm stat octets send/received, I find no increase. So, they are not registered as transferred.
1. Is the limit of 100 Mbit of my card also applicable in some way to this traffic ?
2. Is this traffic delaying normal traffic in some way (supposing that you have multiple cpu's, which I don't have) ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:02 PM
04-24-2007 10:02 PM
Re: Load of using traffic to the node itself.
Not knowing if decnet is clever enough to see the destination is local .
For IP:
check if there is a difference whether the socket is to localhost (127...) or the network node name/address ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:04 PM
04-24-2007 10:04 PM
Re: Load of using traffic to the node itself.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:51 PM
04-24-2007 10:51 PM
Re: Load of using traffic to the node itself.
Did You just look at the number reported by UCX SH DEV/FULL ?
This shows the traffic of a socket, not which interface it is using.
A "netstat -i" gives the traffic per interface, and this would show the difference, after shifting traffic from the hardware to the LO: interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:57 PM
04-24-2007 10:57 PM
Re: Load of using traffic to the node itself.
Yes but I looked at the network interface level itself.
I now tried to pump data memory to memory via T2T but didn't get above 1 MB/sec on a 10Mbit card. My cpu is too slow (90% busy) to test it in dcl.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 11:05 PM
04-24-2007 11:05 PM
Re: Load of using traffic to the node itself.
Dit a
mc dtsend
data/node=xxx/siz=1000/type=echo/stat/sec=10
and got thruput of 4.4 MByte per sec on a 10 Mbit card.
And with size 3K even 11MBytes. And 80%cpu usage.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 11:09 PM
04-24-2007 11:09 PM
Re: Load of using traffic to the node itself.
Local traffic does not traverse the network adapter.
If you can get a throughput of 4.4MBYTE on a 10MBIT card (note capitalization), you have demonstrated it quite convincingly (the 4.4MBYTE is approximately 35 MBIT).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 11:57 PM
04-24-2007 11:57 PM
Re: Load of using traffic to the node itself.
DECnet or TCPIP traffic between 2 (local) ports on the local node is only limited by the available CPU/memory bandwidth. You're sharing the DECnet or TCPIP stack as well as the CPU resources with real incoming/outgoing traffic, so you are 'delaying' normal traffic - a least a little bit.
Volker.