thesuhas / CCBD_Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCBD_Assignment

The public working repository of the Cloud Computing and Big Data project

The script.sh file runs the various shell commands to capture threads, locks and system calls used.
From there, we identify these various attributes of the kernel and perform a set of particular data analysis with the help of a Jupyter Notebook.
The output folder contains the output dataset from running the strace commands. These text files are converted into csv files for ease of computation. The parsing is done with the help of the parse.py file and the output files are in the Parsed folder.

Most Frequent System Calls - Graph

Most Frequent Graph

Most Frequent System Calls - Pie Chart

Most Frequent Chart

Most Time Consuming System Calls - Graph

Most Time Graph

Most Time Consuming System Calls - Pie Chart

Most Time Chart

Most Error-Prone System Calls - Graph

Most Error-Prone Graph

Most Error-Prone System Calls - Pie Chart

Most Error-Prone Chart

Most InFrequent System Calls

Most Infrequent Graph

Threads

Firefox Redis

Locks

Firefox Redis

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.2%Language:Shell 0.1%