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
11-25-2002 07:18 AM
11-25-2002 07:18 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:19 AM
11-25-2002 07:19 AM
Re: PING
max is 4096b
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:22 AM
11-25-2002 07:22 AM
Re: PING
ping hostname packet-size, e.g.
% ping host1 80
PING host1.company.com: 80 byte packets
80 bytes from 172.16.223.66: icmp_seq=0. time=1. ms
80 bytes from 172.16.223.66: icmp_seq=1. time=0. ms
80 bytes from 172.16.223.66: icmp_seq=2. time=0. ms
80 bytes from 172.16.223.66: icmp_seq=3. time=0. ms
80 bytes from 172.16.223.66: icmp_seq=4. time=0. ms
80 bytes from 172.16.223.66: icmp_seq=5. time=0. ms
----host1.company.com PING Statistics----
6 packets transmitted, 6 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/1
%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:22 AM
11-25-2002 07:22 AM
Re: PING
you can use:
# ping 1000
# man ping
...
packet-size The size of the transmitted packet, in bytes. By
default (when packet-size is not specified), the size
of transmitted packets is 64 bytes. The minimum
value allowed for packet-size is 8 bytes, and the
maximum is 4095 bytes. If packet-size is smaller
than 16 bytes, there is not enough room for timing
Best regards,
Armin