4 lines
104 B
Bash
4 lines
104 B
Bash
|
|
#!/bin/bash
|
||
|
|
tmp=`grep 'Avg prompt throughput' server.log > server.log.valid`
|
||
|
|
python run_stats_server.py
|