GithubHelp home page GithubHelp logo

mctop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mctop's Issues

curses dependency?

I'm unable to follow the steps in the README and get it working - I'm on Ubuntu 12.10.

I installed libpcap-dev, bundle installed the deps, then did rake install. Running mctop, either system-wide or from within the repo, gives me:

``require': cannot load such file -- curses`

I installed libncurses-ruby and libncurses5-dev, but doing a gem install ncurses failed during native compilation with the error:

form_wrap.c: In function ‘make_arg’:
form_wrap.c:1126:38: error: ‘struct RArray’ has no member named ‘len’
form_wrap.c:1130:5: warning: format not a string literal and no format arguments [-Wformat-security]

So I'm stuck. Any help?

need some exception handling in the sniffer thread

ruby-pcap will throw exceptions at initialization (eg. invalid interface passed in). Given it's running in a seperate thread these fail whilst the UI is blissfully unaware and so is the user until exit time.

Need to work our a nice way to pass them through to the UI or bail if pcap can't initialize correctly

NoMethodError on run

Tried both with the gem install and cloning the repo, when running mctop i get the follwing message:

$ bin/mctop 
/usr/local/share/gems/gems/ruby-pcap-0.7.9/lib/pcap/tcpdump_time_format.rb:10:in `<top (required)>': private method `include' called for Time:Class (NoMethodError)
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/local/share/gems/gems/ruby-pcap-0.7.9/lib/pcap_misc.rb:2:in `<top (required)>'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:135:in `require'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:144:in `require'
    from /home/khernandez/mctop/lib/cmdline.rb:2:in `<top (required)>'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
    from bin/mctop:10:in `<main>'

Is this a missing dependency in the documentation (such as Ruby version) or something of the sort? Currently running on CentOS with ruby 2.0.0p598

MemcacheSniffer error on load

I'm sure there's something obvious I'm missing, but I'm not overly familiar with Ruby so excuse if it's something obvious.

When trying to run sudo mctop -i eth1 , I got the following error:

/var/lib/gems/1.8/gems/mctop-0.0.3/bin/../lib/sniffer.rb:16:in initialize': uninitialized constant MemcacheSniffer::Mutex (NameError) from /var/lib/gems/1.8/gems/mctop-0.0.3/bin/mctop:16:innew'
from /var/lib/gems/1.8/gems/mctop-0.0.3/bin/mctop:16
from /usr/local/bin/mctop:19:in `load'
from /usr/local/bin/mctop:19

wrong number of arguments (1 for 0) (ArgumentError)

I just installed mctop on our dev box, (yum install libpcap-devel, gem install pcap, gem install mctop) and I get this error when trying to run it:

[root@dev temp]# mctop --interface=eth0
/usr/lib/ruby/gems/1.8/gems/mctop-0.0.3/bin/../lib/ui.rb:77:in round': wrong number of arguments (1 for 0) (ArgumentError) from /usr/lib/ruby/gems/1.8/gems/mctop-0.0.3/bin/../lib/ui.rb:77:inrender_stats'
from /usr/lib/ruby/gems/1.8/gems/mctop-0.0.3/bin/mctop:39
from /usr/bin/mctop:19:in `load'
from /usr/bin/mctop:19

This is on Centos 6.3 x86_64

`require': cannot load such file -- curses (LoadError)

I have problems running mctop with Ruby 2.1.2p95 (on OS X):

$ ./bin/mctop --help
/Users/dentarg/.rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- curses (LoadError)
    from /Users/dentarg/.rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/dentarg/src/mctop/lib/ui.rb:1:in `<top (required)>'
    from /Users/dentarg/.rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/dentarg/.rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from ./bin/mctop:12:in `<main>'

Probably due to the fact that curses was removed from standard library in Ruby 2.1.0: https://bugs.ruby-lang.org/issues/8584

Binary protocol

Are there plans to support the binary protocol? I had a quick look at the RFC to see if I can implement it quickly but it doesn't return the key in the response which would make it rather difficult...

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.