Skip to content

Wilson-TKU/data_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collect linux system tool

The script to collect system data. Plotting data to graph use python

  1. s-tui
  2. nethogs
  3. nethogs-parser

data_collect

Prerequest: Need to install nvidia-smi to get the GPU power consumption.

./all_data_collect.sh

s-tui

The tool to check and collect system monitor log.

sudo apt-get install -y python-dev
sudo apt-get install -y s-tui #用ppa安裝的為非最新版

GitHub - amanusk/s-tui: Terminal-based CPU stress and monitoring utility

nethogs

The tool to collect the network data.

sudo apt-get update -y
sudo apt-get install -y nethogs

sudo nethogs
sudo nethogs -t enp3s0 > ./nethogs.log

https://github.com/raboof/nethogs

nethogs-parser

The tool to parser network data.

git clone https://github.com/boopathi/nethogs-parser.git
cd nethogs-parser
go build -o hogs hogs.go
./hogs -type=pretty nethogs.log

https://github.com/boopathi/nethogs-parser

polt data tool

Just execute the file main.ipynb use vscode IDE.

About

python tool to draw parse log and draw graph

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors