Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring AIX monitoring tools for graphical output Post 302473468 by frank_rizzo on Saturday 20th of November 2010 12:01:39 PM
Old 11-20-2010
check out nmon. that can create a CSV file and the you can import into something to graph it. The BMC Patrol product is also a nice tool for monitor/graphing server utilization.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Networking Monitoring Tools

Any idea where can I get a freware to monitor the network traffic in my department? The best is this tool can store the log files. Thanks! (5 Replies)
Discussion started by: zheng_soon
5 Replies

2. Infrastructure Monitoring

UNIX Monitoring tools

I need some monitoring tools for SCO 7.1.4 Does anybody reccomend some software that I can install to monitor mem leaks and odd SAR values etc (2 Replies)
Discussion started by: trebor1
2 Replies

3. UNIX for Advanced & Expert Users

UNIX monitoring tools

Guys, I would like to know who are using monitoring tools? I use Nagios before but it seems is more on Linux and Windows platform. - Nagios - BigBrother - BigSister - Cacti - MRTG - JFFNMS - anymore? Please give comment too I would like to have some comment on UNIX monitoring tools.... (2 Replies)
Discussion started by: dwarf007
2 Replies

4. Red Hat

Monitoring tools

Hi, In HPUX there is a grate monitor tools named GLANCE, which give you information on the disks load, memory usage, cpu ... What is the equivalent tool in LINUX Redhat 4. Thanks (3 Replies)
Discussion started by: yoavbe
3 Replies

5. AIX

AIX 4.2 temperature monitoring tools included ?

Are there any AIX 4.2 commands that would give me the ability to monitor the hardware temperature ? I did a forum search and found nothing about AIX. I checked the 'diag' command but it does not say anywhere that it has this feature. I tried the 'prtdiag' command but it does not exist on the... (6 Replies)
Discussion started by: Browser_ice
6 Replies

6. Solaris

Recommend graphical monitoring tool for sun

Hi folks I am looking for tool which have graphical presentation for cpu and disk characteristics. Cpu is the least of the concern, disk is the most. We use san devices and i know which id's correspond to it. But the problem is that at least one of the tool I tried to use - Quest Sportlight does... (6 Replies)
Discussion started by: ggolub
6 Replies

7. Infrastructure Monitoring

Monitoring tools

I am interested whitch tools are the best by monitoring the UNIX processes and network interfaces ? and whitch tools for management UNIX ? I know that the nagios very good monitoring tools, but interested me and others who have ? (4 Replies)
Discussion started by: danyy
4 Replies

8. UNIX for Dummies Questions & Answers

UNIX user monitoring tools

Hello mates.. i need help with these things *Users should be allowed to login only once, i.e Multiple logins from single user should be restricted and should issue an alert if any user tries . *statistics of everyday log in time ,duration of login,and the commands executed by the user *Alert... (6 Replies)
Discussion started by: safijunaid
6 Replies

9. Red Hat

Recommendations on GRAPHICAL Monitoring Tool

Need assistance in finding a Graphical Monitoring tool open source for Centos , REDHAT linux which doesnt require "root" to compile the tool. Tool that does performance monitoring for Disk usage, CPU, Memory ,Network stats Need install and configure steps as well . (2 Replies)
Discussion started by: ajayram_arya
2 Replies

10. AIX

Monitoring tools

The monitoring tools what we have not able to see historical information about the process name or pid number for the process that consumed high CPU or memory or paging space. Can you please suggest some of the best monitoring tools available in the market that monitors primarily AIX and other Unix... (0 Replies)
Discussion started by: baladelaware73
0 Replies
RAGRAPH(1)						      General Commands Manual							RAGRAPH(1)

NAME
ragraph - graph argus(8) data. COPYRIGHT
Copyright (c) 2000-2003 QoSient. All rights reserved. SYNOPSIS
ragraph metric [object] [-M mode] [options] [raoptions] DESCRIPTION
Ragraph reads argus(8) data from an argus-file, and graphs fields of interest from matching argus flow activity records. Current, ragraph uses rrd-tool to generate GIF formatted graphs, and so many options to rrd-tool are supported by ragraph. Ragraph supports graphing most metrics that are available in argus data. The list includes bytes, sbytes, dbytes, pkts, spkts, dpkts, trans, dur, avgdur. Ragraph also supports graphing based on multiple objects, such as the destination address or destination port values. The list currently include saddr, daddr, proto, sport, dport. By default ragraph writes its output to ragraph.gif, in the current directory. Use the '-w' raoption to specify an alternate output file- name. OPTIONS
-M <mode> - Specify the mode for printing. Current ragraph supports any arbitrary time range as a mode, specified either as a number followed by the time scale seconds(s), minutes(m), hours(h), days(d), months(M), years(y), or as a type of time, such as hourly, daily, etc. Exam- les are: -M 1s graph bins of size 1 second. -M 15m graph bins of size 15 minutes. -M hourly graph bins of size 1 hour. -M daily graph bins of size 1 day. -log Use logarithmic scale for y-axis. -fill Turn off area fill. -stack Turn off data stacking. -split Turn off axis splitting for src/dst(in/out) traffic. -height Specify height in pixels for the graph (275 pixels) -width Specify width in pixels for the graph (800 pixels) -upper Specify upper bounds for graphing data (automatic). -lower Specify lower bounds for graphing data (automatic). When data is split, you need to specify the value as a negative number. -title Specify a graph title. RA OPTIONS
Ragraph, like all ra based clients, supports a number of ra options including filtering of input argus records through a terminating filter expression, and specifying an output filename using the -w option. See ra(1) for a complete description of ra options. EXAMPLES
To graph the total load for the data in an argus-file argus.data at 10 second intervals: ragraph bytes -M 10s -r argus.data -title "Total Load" To graph the rate (pkt/sec) on a destination port basis for the data from a specific probe in an argus-file argus.data at 1 minute inter- vals: ragraph pkts dport -M 1m -r argus.data - srcid 192.168.0.10 AUTHORS
Carter Bullard (carter@qosient.com). SEE ALSO
ragraph(5), ra(1), rarc(5), argus(8) tcpdump(1), 21 July 2001 RAGRAPH(1)
All times are GMT -4. The time now is 09:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy