Skip to content

Latest commit

 

History

History

prof

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

系统资源监测

bash ./perf.sh     

grep 3497  ~/top_20220101001338.log | awk '{print $9}' > mainborad.csv    
grep chrome  ~/top_20220101001338.log | awk '{print $9}' > mainborad.csv

python3 ./draw.py




grep 42745  ./top_20220101001338.log | awk '{print $9 "," $10}' > mainborad.csv
python3 ./draw_multi_plots.py