Giter Site home page Giter Site logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
Interesting.  I am not sure either, to tell the truth I know almost nothing 
about
software raid (the md and dm devices).  Can you check and see if they have 
schedulers
and queue sizes?  The filename glob pattern might need to be broadened.

Original comment by baron.schwartz on 16 May 2010 at 9:44

  • Changed state: Accepted

from aspersa.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
Can you file a separate issue about the HP Smart array?  Most of my customers 
use LSI
and Adaptec, and I can't even think if I've seen one of the HP controllers..
certainly can't remember who'd have one to sample from :-)

Original comment by baron.schwartz on 16 May 2010 at 9:53

from aspersa.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
The server is running hardware raid 1 and not software raid. I will file 
another issue 
about the HP controler.

Original comment by [email protected] on 17 May 2010 at 8:13

from aspersa.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
I got the disk schdulers and queue size working.

=======
596c596
<    for disk in /sys/block/*[h,s,c]*d*; do
---
>    for disk in /sys/block/[h,s]d*; do
==========

The result is:

# Disk Schedulers And Queue Size #############################
  cciss!c0d0 | [cfq] 128


I am not sure if it breaks some other things.

Original comment by [email protected] on 17 May 2010 at 7:29

from aspersa.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
I think maybe a different approach is needed, something like

for file in $(find /sys/block -name scheduler); do
  ...
done

Original comment by baron.schwartz on 17 May 2010 at 7:59

from aspersa.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
This issue was closed by revision r61.

Original comment by baron.schwartz on 22 May 2010 at 1:32

  • Changed state: Fixed

from aspersa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.