09-07-2012
Seems like a linkage problem in gmond, which ldd might help elaborate on. It has a table of monitoring subroutine pointers for various tcp/ip events, and this one is not valid. I am no expert, just good at reading log messages. It might be a name you are supposed to put a routine under. I am guessing it tracks fin-ack flagged tcp, which is the end of the connection.
6 More Discussions You Might Find Interesting
1. Programming
Problem
- Linux Client/Server Socket Application: Preventing Client from quitting on server crash
Hi,
I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64.
I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies
2. Linux
I have 3 server 'farms': prod, staging, and qa. I have Ganglia setup and gathering stats fine, but I want to separate the 3 server farms using the same Ganglia server. How can I do this?
Any input would be appreciated!
-KBS (1 Reply)
Discussion started by: kbshaq
1 Replies
3. UNIX and Linux Applications
Hello all
I have a concept anderstanding problem with Ganglia.
I have one server ubuntu where I install gmetad and web server + apache and php. Then I have the web interface up and running.
I have several nodes to monitor, so I install gmond in each one.
The problem I have is to know what IP... (0 Replies)
Discussion started by: ldiaz2106
0 Replies
4. Windows & DOS: Issues & Discussions
Hi All,
I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible.
I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies
5. Programming
Hello,
Please I would create a client and a server in C that communicate frequently. The client sends "hello message" to the server, the server waits a few minutes and sends a "hello message" to the client, the client sends again "hello server ".. etc up to 15 minutes
Can you guide me... (3 Replies)
Discussion started by: chercheur857
3 Replies
6. Shell Programming and Scripting
hi, i am new to unix,
cuold u send some sftp acripts to send files to dev server to clint server, (1 Reply)
Discussion started by: Koti.annam
1 Replies
LEARN ABOUT OPENSOLARIS
tcp
tcp.h(3HEAD) Headers tcp.h(3HEAD)
NAME
tcp.h, tcp - definitions for the Internet Transmission Control Protocol (TCP)
SYNOPSIS
#include <netinet/tcp.h>
DESCRIPTION
The <netinet/tcp.h> header defines the following macro for use as a socket option at the IPPROTO_TCP level:
TCP_NODELAY Avoid coalescing of small segments.
The macro is defined in the header. The implementation need not allow the value of the option to be set with setsockopt() or retrieved with
getsockopt().
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
SEE ALSO
getsockopt(3XNET), socket.h(3HEAD), attributes(5), standards(5)
SunOS 5.11 10 Sep 2004 tcp.h(3HEAD)