jIdle / Detect-System-Noise-CS431

Project in CS431 Performance Analysis and Modeling: Find evidence of system noise and mitigate noise by eliminating sources of noise on PSU Wyeast Linux cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemNoise-431

If you plan on using this you have to modify the chdir command in calcCPU to be your username instead of the placeholder I have there. Example: My username (aka user file for the given system) is kodavis, so I will do the following to correct the program,

    Before modification:
        chdir("/../<PATH TO WORKING DIRECTORY>");

    After I change it to be correct for me:
        chdir("/../home/kodavis/"); 

The idea is to modify the call to chdir() to place you back in your working directory so that the program can begin writing data to the output files.

About

Project in CS431 Performance Analysis and Modeling: Find evidence of system noise and mitigate noise by eliminating sources of noise on PSU Wyeast Linux cluster.


Languages

Language:C 48.4%Language:Shell 17.0%Language:C++ 16.3%Language:MATLAB 12.4%Language:Makefile 4.5%Language:Assembly 0.7%Language:Python 0.7%