My favorites | Sign in
Project Logo
          
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
# Copyright (c) 2008 Corey Goldberg (corey@goldb.org)
#
# Create RRD

import rrd

interval = 10
rrd_file = 'test.rrd'

my_rrd = rrd.RRD(rrd_file)
my_rrd.create_rrd(interval)
Show details Hide details

Change log

r12 by cgoldberg on Jul 02, 2008   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r5 by cgoldberg on Apr 23, 2008   Diff
[No log message]
r3 by cgoldberg on Apr 23, 2008   Diff
[No log message]
All revisions of this file

File info

Size: 210 bytes, 12 lines
Hosted by Google Code