includeproject / linux_performance_analysis

Tools and dashboard of Linux Performance Analysis for each release
GNU General Public License v2.0
1 stars 2 forks source link

Framework: Main Script #16

Open xe1gyq opened 9 years ago

xe1gyq commented 9 years ago

main.sh script is proposed to be the driver of our Linux Performance Analysis workstation setup. I am proposing to move all source code needed to directory "source" The first 3 packages there are LTP, Linux Kernel and Fio. Do we have some more packages that can be pulled from a git repository?

richo-mx commented 9 years ago

Yes we have others:

dcachebench. IOzone. Netbench. Netperf.

But at this specific moment, I haven't finished the list, if you like you can start pulling / pushing these ones :)

xe1gyq commented 9 years ago

Thanks @richo-mx ! Let's have a proof of concept for the first 3 then we can incorporate the rest, so, let's keep this issue open

richo-mx commented 9 years ago

@xe1gyq Sure, the list is not limitative, however I need to choose beetween several tools that has overlap in the features they cover :+1:

VictorRodriguez commented 9 years ago

Please make this project work with autotools , that will help us to propose like an RMP or DEB. Question , why do we have the code of the tools ? can we make the Linux Performance Analysis tool download and install them ?

richo-mx commented 9 years ago

@xe1gyq Are you going to start autotools transition ? @VictorRodriguez since this autotools looks good, let's first integrate all tools, unless you have a different idea. Please let me know :+1:

VictorRodriguez commented 9 years ago

@richo-mx I can work with @xe1gyq on the autotools transition and make the project a server client system ... meantime keep focus on the PnP tools .. check that the data we are gathering works as a ferrary :)

xe1gyq commented 9 years ago

Autotools complexity :)