A bash-Script to collect metrics from a Linux system.
Collects server and java process information from various tools and creates charts with the
data. The script was tested on GNU/Linux with gnuplot 4.4.
For the script to work you have to set the variable "JAVA_HOME" to a valid JDK location.
Check the documentation in the script file.
The following information gets collected:
>> output from vmstat
>> netstat tcp states and established connections
>> information from /proc/fd
>> jstat -gc output
>> jstat -class output
>> CPU%, MEM% and ThreadCount from top and ps-command
>> disk usage for each mounted device from df-command
This is a cross platform tool to monitor traffic between two TCP endpoints. Allows to send users data to each endpoint, make data snapshots,manage multiple clients connections. Consists from forwarding server and client as stand along parts.