NetCarbTrace
收藏资源简介:
This repository contains a NetcarbTrace analysis framework for studying network paths and their carbon footprint between AWS and Microsoft cloud regions. The codebase is split into three main components: NetCarbTrace-Dataset: This folder contains 1) the trace data collected using a custom MTR (My Traceroute) command. Each record in the dataset represents detailed routing and performance metrics captured at various hops between a source and destination IP. 2) All preprocessing scrpits and raw data of each server. NetCarbTrace-Experimental-Setup: This folder contains various shell scripts for managing AWS EC2 instances and handling file transfers between local machines and EC2 instances. NetCarbTrace-Tool: This Python script automates network diagnostics using the `mtr` tool. It processes a list of IP addresses, executing network analysis and saving structured results to CSV files for further analysis. The script leverages multiprocessing for improved performance.



