Date: Thu, 28 Jan 1999 00:20:14 +0100 From: Mattias Pantzare <pantzer@ludd.luth.se> To: freebsd-hackers@FreeBSD.ORG Subject: Device statistics Message-ID: <199901272320.AAA23564@zed.ludd.luth.se>
next in thread | raw e-mail | index | archive | help
I am trying to teach iostat to print the percent of time the disk is busy (transactions in progress), for that I use the information in struct devstat. The problem is that start_time is recorded using getmicrouptime. If I replace that with getmicrotime I can do my magic. Is there a function that I missed that can get the same time as getmicrouptim but in userspace? --- Current temperature 99-01-28 00:19:17 -40.7 degrees Celsius (-41.2F) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901272320.AAA23564>