Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シミュレーションでキューイング遅延を使用できる tcl または awk スクリプトが必要です。
以下のようなawkスクリプトを使用できます
if($4 == "AGT" && $1 == "s") { start_time[$6] = $2; } else if(($7 == "cbr") && ($1 == "r")) { end_time[$6] = $2; }
引き算で計算できるようになりました。