summaryrefslogtreecommitdiffstats
path: root/tapset/queue_stats.stp
Commit message (Collapse)AuthorAgeFilesLines
* 2007-10-12 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-121-2/+2
| | | | | * queue_stats.stp (qsq_start): Fix problem that compile fails when calling qsq_utilization or other query functions next to qsq_start.
* 2007-10-11 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-111-0/+6
| | | | | | | | | | * queue_stats.stp (qsq_utilization): Update queue account datas before calculate. (qsq_blocked): Ditto. (qsq_wait_queue_length): Ditto. (qsq_service_time): Ditto. (qsq_wait_time): Ditto. (qsq_throughput): Ditto.
* 2007-10-09 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-091-0/+1
| | | | * queue_stats.stp (qsq_start): Add destruction for qs_utime.
* 2007-10-04 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-041-2/+3
| | | | * queue_stats.stp (qsq_print): Make value of ops/s output as float
* 2006-02-14 Frank Ch. Eigler <fche@elastic.org>fche2006-02-141-0/+118
* stapfuncs.5.in: Document new queue_stats tapset. * elaborate.cxx (*): Put "while:" clarification messages before a thrown semantic error. * staptree.cxx (print_format::string_to_components): Correct parse of "%%" formatting element. * queue_stats.stp: New tapset. * systemtap.samples/queue_demo.*: New test.