RHEL Linux process activity monitoring tool from windows 7 system

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RHEL Linux process activity monitoring tool from windows 7 system
# 1  
Old 05-17-2017
RHEL Linux process activity monitoring tool from windows 7 system

I have 2 RHEL 5.9 system where customized applications are running.
These 2 servers are with in a network (LAN) with each other.One application in say Server 1 can talk to another application in server 2 and vice versa.
The applications are exchanging data among each other.

Recently I am facing issue of disconnection among applications exchanging information from these 2 different servers. TCPDump is a tool through which I can get the packate exchange but in reality it is not helping me to find out the root cause of the disconnection as I am having huge traffic exchanging continuously between 2 servers among different applications running on them and it seems impossible to locate the problem through wire shark capture.

I require a tool that can monitor the process parameters and record the statistics in chronological order of different running process for future analysis.It would be convenient if monitoring can be done from Windows 7 machine.
So that I can know what is happening at the time of disconnection.
The time of disconnection is also not fixed.It is happening at any time.
I have checked the switch log also for switch port disconnection.But there is no such trace of switch port interface fluctuation.
Can any one suggest me a tool that can address to troubleshoot my issue.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

A simple question,linux monitoring tool like Cockpit

This is a screenshot from "cockpit", a nice app of Fedora server,I can see from it disk,network,ram usage for host. https://images2.imgbox.com/e5/7c/oJJqPcQe_o.png The good thing is start preconfigured for host. My question is..someone know a app like this which can monitor a entire... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. UNIX for Advanced & Expert Users

Suggestion for System Monitoring Tool

We have AIX and RHEL. Need suggestion for system monitoring tool for AIX and RHEL. Free or paid is fine as I would like to compare. Thank you (3 Replies)
Discussion started by: kiasu
3 Replies

3. Infrastructure Monitoring

How to monitoring windows process using nagios CheckProcState?

Hello, I am trying to get correct syntax to monitoring process running on windows server using CheckProcState. when i am trying below command whether notepad.exe running or not. its showing process running. Could you please provide me correct syantx. /usr/local/nagios/libexec/check_nrpe -H... (0 Replies)
Discussion started by: ghpradeep
0 Replies

4. Infrastructure Monitoring

Best system monitoring for Linux

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (1 Reply)
Discussion started by: andreea9322
1 Replies

5. Linux

Best Linux monitoring system

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (0 Replies)
Discussion started by: andreea9322
0 Replies

6. Emergency UNIX and Linux Support

Monitoring progress of a process in Linux server

Hi friends, I am quite used to using glance in HPUX servers for analysis performance issues with a particular process as requested by app. folks. The options which are very helpful to me are the "F" , "W" , "L" stats. How can i get the similar details on Linux servers without using glance?... (2 Replies)
Discussion started by: kunwar
2 Replies

7. Red Hat

Linux network monitoring tool

Hello, Please let me know the best and descriptive network monitoring tools available for a linux enviornment. (3 Replies)
Discussion started by: mitchnelson
3 Replies

8. Red Hat

controlling tool running on Linux VM fron Windows

I have a virtual machine with RedHat. It has a command-line tool X that takes an input file + some control parameters, performs some processing and generates some input files. I have a Windows XP/Server 2003 box where an app Y is running. What I need to do is to control X from Y. That is, given an... (1 Reply)
Discussion started by: ilyaz
1 Replies
Login or Register to Ask a Question
zeppelin(8)						       Maintenance Commands						       zeppelin(8)

NAME
zeppelin - ATM LAN Emulation client demon (LED) Zeppelin SYNOPSIS
zeppelin [-b ] [-c LECS_address | -s LES_address] [-e esi] [-n VLAN_name] [-m mesg_mask] [-l listen_address | selector] [-i interface_num- ber] [-I physical_interface_number] [-t 1516|1580|4544|9234|18190] [-1 ] [-2 ] [-p ] [-F logfile] [-f Fore_specific_name] DESCRIPTION
A LAN Emulation Client is an entity in an ATM endstation that performs data forwarding, address resolution and other control functions. It uses the LUNI interface when communicating with other components in emulated LANs. It provides upper protocol layers a MAC like interface similar to IEEE 802.3/Ethernet or IEEE 802.5/Token Ring LAN. LAN Emulation client code is divided into two parts: user space application LAN Emulation Demon called (LED) zeppelin(8), and the kernel component. Zeppelin is responsible for control operations needed in LAN Emulation clienthood. It forms the necessary VCCs and receives all the LE control frames and acts accordingly. It also controls the operation of the LEC kernel component. Linux LEC supports only Ethernet type of emulated LAN. SIGHUP causes restart of the LEC. All resources are released and zeppelin is started. OPTIONS
-b Run in background (i.e. in a forked child process) after initializing kernel interface. -c LECS_address ATM address of lecs(8) (Lan Emulation Configuration Server), if not set, Well-Known server address is used. -s LES_address ATM address of les(8) (Lan Emulation Server), can be used in bypassing configuration phase in joining emulated Lan i.e lecs address is not used. -e esi Mac address to use when communicating in Emulated LAN. E.g. 00:20:22:23:04:05 . -n VLAN_name Name of the virtual LAN to which joining is requested. This is used in LE_CONFIGURE_REQUEST to LECS or LE_JOIN_RESPONSE to LES, if configuration phase is bypassed. -m mesg_mask Sometimes one wants to know more what is happening in LE daemon e.g. when nothing works. This is a hexadecimal long value setting global message mask. 0 = No messages, ffff = All messages. -l listen_address | selector Local ATM address that zeppelin uses as local binding point in signalling. Use this if you are running more than one client or a set of LE servers. The local ATM address can be specified by either giving the full ATM address or the desired selector byte. -i interface_number Linux LEC supports up to 40+8 network interfaces. The interface_number tells zeppelin to which of these to attach. Ethernet type network interfaces are numbered from "lec0" to "lec39" and Token Ring interfaces are from "lec40" to "lec47". These parameters are tweakable during the kernel compile, see <linux/atmlec.h>. -I physical_interface_number The physical interface this LANE client should bind to. If your host has multiple ATM network cards, you can use this option to choose which card this zeppelin will use. -t MTU The MTU of ELAN to join. You need to also use ifconfig(8) to set the MTU of the LANE interface. -1 Run as LANEv1 client. This is the default. -2 Run as LANEv2 client. This is required by MPOA. -p Enable proxy. When started with this option, it is possible to bridge packets between ATM and Ethernet. That is, you can use LANE interfaces with normal bridging. See the Bridging mini-Howto for more info. -F logfile Instead of writing debug messages to stderr, write the messages to the file logfile. Use syslog as the file name to use the sys- log(3) facility. -f Fore specific name The LANE servers on Fore ATM switches can display a special name if a client can supply one. This name shows with command 'conf lane les show advanced'. TOKEN RING CONSIDERATIONS
A number of lec interfaces is reserved for Token Ring ELANs when the kernel is compiled with Token Ring (CONFIG_TR) support. See the dis- cussion about interface_number command line option above. The Linux Token Ring LANE client does not support bridging between legacy Token Ring and ATM parts of the ELAN, so using the -p option is not recommended. Token Ring support has received less testing than its Ethernet counterpart. FILES
/var/run/lec[interface number].pid The file containing the process id of zeppelin. BUGS
John Bonham died 1980 and Led Zeppelin broke. Please report any other bugs to Heikki Vatiainen <hessu@cs.tut.fi> AUTHORS
Marko Kiiskila, TUT <carnil@cs.tut.fi> and Heikki Vatiainen, TUT <hessu@cs.tut.fi> SEE ALSO
lecs(8), mpcd(8), atmsigd(8), les(8), qos(7) Linux Nov 29, 1999 zeppelin(8)