Giter VIP home page Giter VIP logo

seekwatcher's People

Contributors

chrismason-xx avatar jankara avatar jeffmoyer avatar trofi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

seekwatcher's Issues

AttributeError

After installing with sudo python setup.py install I've got:

$ seekwatcher
Traceback (most recent call last):
  File "/usr/local/bin/seekwatcher", line 887, in <module>
    if not options.trace and not options.file:
AttributeError: Values instance has no attribute 'file'

Error Empty blktrace run found, exiting

Hi all,
I was used command: blktrace -d /dev/sda1 -o resuftsda1 -w 30

Then, I used comand: seekwatcher -t resuftsda1.blktrace.0 -o image.png

I I get the message:
run_blkparse on resuftsda1.blktrace.0
using tracefile resuftsda1
Empty blktrace run found, exiting

Please help me!
Thanks!

To compare multiple traces , seekwatcher scripts has a small bug

[root@client1 cmd]# ./seekwatcher -t ddtest.trace -t iozone.trace -l ddd -l iozzz -o dd_vs_iozone.png
using tracefile ./ddtest.trace
using tracefile ./iozone.trace
Traceback (most recent call last):
File "./seekwatcher", line 1020, in
if data != None:

---fix it
changed it.
1020 #if data != None: <<<<<<
1021 if data is None:
1022 data = runs[i].data
1023 else:
1024 data = numpy.append(data, runs[i].data, axis=0

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.