[Orca-users] tape backup plot does not show
Justin Corpron
JustinC at webMethods.com
Fri Jul 2 06:13:50 PDT 2004
I've setup a perl script to poll the number of backup tapes in various
states. My output data file is looks like this:
timestamp m_full m_part m_free m_reusable m_total d_full d_part d_free
d_reusable d_total w_full w_part w_free w_reusable w_total empty clean
1088532395 17 1 0 4 22 9 1 10 0
20 13 2 3 0 17 0 1
1088543951 17 1 0 4 22 9 1 10 0
20 13 2 3 0 17 0 1
1088544142 17 1 0 4 22 9 1 10 0
20 13 2 3 0 17 0 1
1088544177 17 1 0 4 22 9 1 10 0
20 13 2 3 0 17 0 1
1088575504 20 1 0 1 22 11 1 8 0
20 14 2 2 0 17 0 1
1088618702 20 1 0 1 22 12 1 7 0
20 14 2 2 0 17 0 1
1088661911 5 1 0 0 6 13 3 4 0
20 14 2 2 0 17 0 1
1088705111 6 0 0 0 6 15 1 4 0
20 14 2 2 0 17 0 1
1088717668 21 0 0 0 21 16 1 3 0
20 14 2 2 0 17 0 1
1088718070 1 0 0 20 21 16 1 3 0
20 14 2 2 0 17 0 1
1088748307 0 2 0 19 21 18 1 1 0
20 14 2 2 0 17 0 1
I have appended to my orcallator.cfg the following:
# this group is for the data compiled by tapes_html.pl of the gator
inventory
group gatorlator {
find_files /usr/local/var/orca/gatorlator/gatorlator
column_description first_line
date_source column_name timestamp
interval 43200
}
plot {
title Gator: Backup Tape Inventory (Graph 1)
source gatorlator
data m_full
data m_part
data m_free
data m_reusable
data d_full
data d_part
data d_free
data d_reusable
data w_full
data w_part
data w_free
data w_reusable
data empty
data clean
line_type area
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
line_type stack
legend Mail Full
legend Mail Partial
legend Mail Free
legend Mail Reusable/Recyclable
legend Daily Full
legend Daily Partial
legend Daily Free
legend Daily Reusable/Recyclable
legend Weekly Full
legend Weekly Partial
legend Weekly Free
legend Weekly Reusable/Recyclable
legend Empty Slots
legend Cleaning Tapes
y_legend Number of Tapes/Slots
color 800000 #dark red
color ff0000 #red
color ffaaaa #light red
color ff4444 #med red
color 008000 #dark green
color 00ff00 #green
color aaffaa #light green
color 44ff44 #med green
color 000080 #dark blue
color 0000ff #blue
color aaaaff #light blue
color 4444ff #med blue
color ffffff #white
color 00ffff #teal
}
I get an occational blip on the pngs but nothing in between, most of the
graphs are blank with a range of 0.0 to 1.0. The measurements are only made
twice daily.
Thanks for the help,
Justin Corpron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20040702/5bdb5824/attachment.html>
More information about the Orca-users
mailing list