LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
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


Reply
  Search this Thread
Old 12-09-2013, 04:15 AM   #1
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
'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.
 
Old 12-09-2013, 04:56 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,131

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
collectl is also cognisant of taskstats and maintains history, try that.
Or maybe blktrace depending on what you really want.
 
Old 12-09-2013, 07:39 AM   #3
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
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.
 
Old 12-10-2013, 08:12 AM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,665
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
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.
 
Old 12-10-2013, 12:55 PM   #5
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by sundialsvcs View Post
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 View Post
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!
 
Old 12-12-2013, 04:45 AM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
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
 
Old 12-12-2013, 09:02 AM   #7
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
If these are temporary files, then you could set up a ramdisk to hold them.
 
Old 12-12-2013, 03:42 PM   #8
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by chrism01 View Post
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.
 
Old 12-24-2013, 07:41 AM   #9
markseger
Member
 
Registered: Jul 2003
Posts: 244

Rep: Reputation: 26
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing to one disk from two or more computers at the same time V-fixer Linux - Networking 8 10-28-2010 10:34 AM
We have Ubuntu 8.04 ISO on disk and am trying it for first time .We would like help t Bill conklin Linux - Newbie 1 06-23-2008 03:26 PM
All time problem with SATA disk framedrelay Linux - Enterprise 2 06-28-2006 05:47 AM
first time on hard disk thrustan Linux - Hardware 2 03-14-2005 05:45 AM
Hard disk spinning all the time. jwijesundra Linux - General 6 08-02-2004 02:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration