ApacheBench????????????GnuPlot???????
???????????? ???????[ 2014/2/7 10:38:01 ] ??????????????? ???????
????????????????gnuplot????????????????????£?
# ?趨?????????
set terminal png
# ?趨????????????
set output "ab_500.png"
# ???????
set title "ab_500 ab -n 500 -c 100??200??300"
# ?趨????X???Y?????????????????????????????????ε?????????
set size 1??0.7
# ?趨??Y??????????????????????????е?????????
set grid y
# X?????
set xlabel "request"
# Y?????
set ylabel "response time (ms)"
# ?趨plot????????????????????????????????????ttime??????????
plot "ab_500_100.dat" using 9 smooth sbezier with lines title "conc per 100"??"ab_500_200.dat" using 9 smooth sbezier with lines title "conc per 200"??"ab_500_300.dat" using 9 smooth sbezier with lines title "conc per 300"
?????????????
????set size 1??0.7 ??????????????X????????Y?? (0?? 1]?????????????1????
????using 9 ?????????????????????????????а?????????????????????????????1???
????smooth sbezier plot?????Щ???????????????????????????????????smooth {unique | csplines | acsplines | bezier | sbezier}?????????????ο???????
????with lines title "xxx" ??????????????????????????????????????????????????????
???????????????£?
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11