[haizea-commit] r455 - trunk/bin

haizea-commit at mailman.cs.uchicago.edu haizea-commit at mailman.cs.uchicago.edu
Mon Aug 4 10:20:12 CDT 2008


Author: borja
Date: 2008-08-04 10:20:12 -0500 (Mon, 04 Aug 2008)
New Revision: 455

Removed:
   trunk/bin/haizea-analyze-injection
   trunk/bin/haizea-analyze-injections
   trunk/bin/haizea-generate-images
   trunk/bin/haizea-generate-leases
   trunk/bin/haizea-generate-percentiles
   trunk/bin/haizea-graph
   trunk/bin/haizea-report
   trunk/bin/haizea-report-single-profile
   trunk/bin/haizea-report-single-trace
Log:
Remove old haizea-* commands

Deleted: trunk/bin/haizea-analyze-injection
===================================================================
--- trunk/bin/haizea-analyze-injection	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-analyze-injection	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-
-c = clients.InjectionAnalyzer()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-analyze-injections
===================================================================
--- trunk/bin/haizea-analyze-injections	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-analyze-injections	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-for f in $*
-do
-	echo -n "$f: "
-	haizea-analyze-injection -f $f
-done
\ No newline at end of file

Deleted: trunk/bin/haizea-generate-images
===================================================================
--- trunk/bin/haizea-generate-images	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-generate-images	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-
-c = clients.ImageGenerator()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-generate-leases
===================================================================
--- trunk/bin/haizea-generate-leases	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-generate-leases	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-
-c = clients.TraceGenerator()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-generate-percentiles
===================================================================
--- trunk/bin/haizea-generate-percentiles	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-generate-percentiles	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-
-c = clients.GenPercentiles()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-graph
===================================================================
--- trunk/bin/haizea-graph	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-graph	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-
-c = clients.Graph()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-report
===================================================================
--- trunk/bin/haizea-report	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-report	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-import sys
-#import psyco
-
-#psyco.full()
-
-c = clients.Report()
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-report-single-profile
===================================================================
--- trunk/bin/haizea-report-single-profile	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-report-single-profile	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,11 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-from haizea.common.constants import REPORT_SINGLE_PROFILE
-import sys
-import psyco
-
-psyco.full()
-
-c = clients.ReportSingle(mode=REPORT_SINGLE_PROFILE)
-c.run(sys.argv)
\ No newline at end of file

Deleted: trunk/bin/haizea-report-single-trace
===================================================================
--- trunk/bin/haizea-report-single-trace	2008-07-24 12:51:05 UTC (rev 454)
+++ trunk/bin/haizea-report-single-trace	2008-08-04 15:20:12 UTC (rev 455)
@@ -1,11 +0,0 @@
-#!/usr/bin/python
-
-from haizea import clients
-from haizea.common.constants import REPORT_SINGLE_TRACE
-import sys
-import psyco
-
-psyco.full()
-
-c = clients.ReportSingle(mode=REPORT_SINGLE_TRACE)
-c.run(sys.argv)
\ No newline at end of file



More information about the Haizea-commit mailing list