Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-09-2013, 04:15 AM
|
#1
|
Senior Member
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,516
|
'time' for disk io
Is there a way of testing the disk i/o of a process like time does for timing?
I know of pidstat but that only works for running processes.
|
|
|
12-09-2013, 04:56 AM
|
#2
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,384
|
collectl is also cognisant of taskstats and maintains history, try that.
Or maybe blktrace depending on what you really want.
|
|
|
12-09-2013, 07:39 AM
|
#3
|
Senior Member
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,516
Original Poster
|
what I have is a 24x7 daemon with heavy i/o.
I have found now that I need to try and limit the disk i/o using my brain.
So I want to try different optimisations.
I have partial data files which I can run "one-shot"
I want to test different iterations and compare the disk stats
on different runs.
|
|
|
12-10-2013, 08:12 AM
|
#4
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 11,201
|
If at all possible, try to adjust the algorithms used by a "disk-I/O intensive" process. If not, look hard at cacheing. Hardware purchases are often called for ... caching controllers, faster drives, solid-state.
|
|
|
12-10-2013, 12:55 PM
|
#5
|
Senior Member
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,516
Original Poster
|
Quote:
Originally Posted by sundialsvcs
If at all possible, try to adjust the algorithms used by a "disk-I/O intensive" process.
|
That's what I am doing all I need is the metrics to prove it! accton looked a good candidate but no disk stats on linux.
Quote:
Originally Posted by sundialsvcs
purchases are often called for ... caching controllers, faster drives, solid-state.
|
I am on a virtual host, off-site, so it's easy to mess about, but can change only at weekends when it's off line, so then I have to sit on it for a week.
I've had some success, I split disk to a double SSD to spread the load and it keeps it generally below the red line but still revs a bit high on occasion for my taste. I will up the CPU this weekend see if more timeslices will help.
Then the boss wants things done and the bloody customers!
|
|
|
12-12-2013, 04:45 AM
|
#6
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,434
|
This looks interesting
Quote:
Well, starting from 2.6.20, Linux Kernel has built-in capability of doing per process I/O accounting. Although, it's not so much easy on other UNIX variants, you can take a look at /proc/PID/io file of a process to determine the I/O activity of that in Linux.
|
http://jotdownux.blogspot.in/2012/03...ccounting.html
|
|
|
12-12-2013, 09:02 AM
|
#7
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
If these are temporary files, then you could set up a ramdisk to hold them.
|
|
|
12-12-2013, 03:42 PM
|
#8
|
Senior Member
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,516
Original Poster
|
Quote:
Originally Posted by chrism01
|
yes chris, that might do it.
no can't do ramdisk as the data has to be written and I share it over NFS and you can't share ramdisk.
Heart transplant surgery is very easy, it's keeping the patient alive,
that's the trick

Last edited by bigearsbilly; 12-12-2013 at 03:44 PM.
|
|
|
12-24-2013, 07:41 AM
|
#9
|
Member
Registered: Jul 2003
Posts: 244
Rep:
|
one of the tricks with collectl is to run it for awhile or better yet continously and then play back the data with '--top iokb'. to see all the top options try 'collectl --showtopopt' as there are lots of things you can sort by. you can also play back the overall diskio and/or plot it to correlate the two.
only gottcha is to see process i/o stats you need to run collectl as root OR with the processes's uid otherwise collectl can't read the io stats.
-mark
|
|
|
All times are GMT -5. The time now is 05:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|