Created
February 19, 2019 04:26
-
-
Save marzdgzmn/f3172fc544b5d9158250b764ecef8699 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rrd' | |
require 'yaml' | |
require 'nokogiri' | |
dump_xml = File.join(__dir__, 'ixp.xml') | |
`rrdtool dump #{ARGV[0]} #{dump_xml}` | |
node = Nokogiri::XML::Node.new('ixp_dump', File.open(dump_xml)) | |
# node = Nokogiri::XML::Node.new('ixp_dump', File.open(dump_xml)) | |
node.document |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment