HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network statistic tool
Operating System - HP-UX
1833758
Members
3677
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:38 AM
05-21-2001 01:38 AM
Guys,
Is there any tool which gives network performance statistics in bytes. Most of the common tools gives the information in packets in and out. I need to find out the network bandwidth in my server..
Any kind of info is appreciated...
Thanks in advance
Paulson
Is there any tool which gives network performance statistics in bytes. Most of the common tools gives the information in packets in and out. I need to find out the network bandwidth in my server..
Any kind of info is appreciated...
Thanks in advance
Paulson
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:44 AM
05-21-2001 01:44 AM
Solution
Try netperf on http://www.netperf.org.
Carsten
Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 02:05 AM
05-21-2001 02:05 AM
Re: Network statistic tool
Hi
i will also use glance to view nfs stat and lan stat .
also you can use the lanadmin to see error on the network .
i will also use glance to view nfs stat and lan stat .
also you can use the lanadmin to see error on the network .
love computers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 02:30 AM
05-21-2001 02:30 AM
Re: Network statistic tool
Took some time to find it in my archive, but this is a very nice method to measure the performance of networks and I found it useful for the folks who like to stress their networks :)
# mknod /dev/zero c 3 0x000003
# ftp remote
Connected to remote
220 remote FTP server (Version 1.7.212.1 Thu May 9 21:09:19 GMT 1996) ready.
Name (remote:root): root
331 Password required for root.
Password:
230 User root logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put "| dd if=/dev/zero bs=8192 count=1000" /dev/null
200 PORT command successful.
150 Opening BINARY mode data connection for /dev/null.
1000+0 records in
1000+0 records out
226 Transfer complete.
8192000 bytes sent in 9.54 seconds (838.36 Kbytes/s)
ftp>
/dev/zero provides a stream of zeroes (call it the opposite of /dev/null). The advantage is that no disk I/O is involved and you do not have any overhead from reading data, which would introduce some uncertainties if any bottleneck might be introduced by I/O problems.
This should also work with spray(1m), but I never used this.
Carsten
# mknod /dev/zero c 3 0x000003
# ftp remote
Connected to remote
220 remote FTP server (Version 1.7.212.1 Thu May 9 21:09:19 GMT 1996) ready.
Name (remote:root): root
331 Password required for root.
Password:
230 User root logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put "| dd if=/dev/zero bs=8192 count=1000" /dev/null
200 PORT command successful.
150 Opening BINARY mode data connection for /dev/null.
1000+0 records in
1000+0 records out
226 Transfer complete.
8192000 bytes sent in 9.54 seconds (838.36 Kbytes/s)
ftp>
/dev/zero provides a stream of zeroes (call it the opposite of /dev/null). The advantage is that no disk I/O is involved and you do not have any overhead from reading data, which would introduce some uncertainties if any bottleneck might be introduced by I/O problems.
This should also work with spray(1m), but I never used this.
Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP