Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Infiniband Problem #152

Closed
ghost opened this issue Feb 16, 2018 · 0 comments
Closed

Infiniband Problem #152

ghost opened this issue Feb 16, 2018 · 0 comments
Labels
wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework

Comments

@ghost
Copy link

ghost commented Feb 16, 2018

SUMMARY

/repo/alu/dstat/dstat-master/dstat --ib --debug
Plugins: ['ib']
Module dstat_ib
Traceback (most recent call last):
File "/repo/alu/dstat/dstat-master/dstat", line 2846, in
main()
File "/repo/alu/dstat/dstat-master/dstat", line 2705, in main
scheduler.run()
File "/usr/lib64/python2.6/sched.py", line 117, in run
action(*argument)
File "/repo/alu/dstat/dstat-master/dstat", line 2801, in perform
o.extract()
File "/repo/alu/dstat/dstat-master/plugins/dstat_ib.py", line 65, in extract
rcv_lines = dopen(rcv_counter_name).readlines()
File "/repo/alu/dstat/dstat-master/dstat", line 1887, in dopen
raise Exception, 'File %s does not exist' % filename
Exception: File /sys/class/infiniband/mlx5_0/ports/1/counters_ext/port_rcv_data_64 does not exist

DSTAT VERSION
<!--- Paste verbatim output from “dstat --version” here between tripple quotes -->
/repo/alu/dstat/dstat-master/dstat --version
Dstat 0.7.3
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/dstat/

Platform posix/linux2
Kernel 3.0.101-107-bigmem
Python 2.6.9 (unknown, Aug  5 2016, 11:07:28)
[GCC 4.3.4 [gcc-4_3-branch revision 152973]]

Terminal type: xterm (color support)
Terminal size: 62 lines, 237 columns

Processors: 296
Pagesize: 65536
Clock ticks per secs: 100

internal:
        aio, cpu, cpu-adv, cpu-use, cpu24, disk, disk24, disk24-old, epoch, fs, int, int24, io, ipc, load, lock, mem, mem-adv, net, page, page24, proc, raw, socket, swap, swap-old, sys, tcp, time, udp, unix, vm, vm-adv, zones
/repo/alu/dstat/dstat-master/plugins:
        battery, battery-remain, condor-queue, cpufreq, dbus, disk-avgqu, disk-avgrq, disk-svctm, disk-tps, disk-util, disk-wait, dstat, dstat-cpu, dstat-ctxt, dstat-mem, fan, freespace, fuse, gpfs, gpfs-ops, helloworld, ib,
        innodb-buffer, innodb-io, innodb-ops, jvm-full, jvm-vm, lustre, md-status, memcache-hits, mongodb-conn, mongodb-mem, mongodb-opcount, mongodb-queue, mongodb-stats, mysql-io, mysql-keys, mysql5-cmds, mysql5-conn, mysql5-innodb,
        mysql5-innodb-basic, mysql5-innodb-extra, mysql5-io, mysql5-keys, net-packets, nfs3, nfs3-ops, nfsd3, nfsd3-ops, nfsd4-ops, nfsstat4, ntp, postfix, power, proc-count, qmail, redis, rpc, rpcd, sendmail, snmp-cpu, snmp-load,
        snmp-mem, snmp-net, snmp-net-err, snmp-sys, snooze, squid, test, thermal, top-bio, top-bio-adv, top-childwait, top-cpu, top-cpu-adv, top-cputime, top-cputime-avg, top-int, top-io, top-io-adv, top-latency, top-latency-avg,
        top-mem, top-oom, utmp, vm-cpu, vm-mem, vm-mem-adv, vmk-hba, vmk-int, vmk-nic, vz-cpu, vz-io, vz-ubc, wifi, zfs-arc, zfs-l2arc, zfs-zil
/usr/share/dstat:
        battery, battery-remain, condor-queue, cpufreq, dbus, disk-avgqu, disk-avgrq, disk-svctm, disk-tps, disk-util, disk-wait, dstat, dstat-cpu, dstat-ctxt, dstat-mem, fan, freespace, fuse, gpfs, gpfs-ops, helloworld, ib,
        innodb-buffer, innodb-io, innodb-ops, lustre, md-status, memcache-hits, mysql-io, mysql-keys, mysql5-cmds, mysql5-conn, mysql5-innodb, mysql5-innodb-basic, mysql5-innodb-extra, mysql5-io, mysql5-keys, net-packets, nfs3,
        nfs3-ops, nfsd3, nfsd3-ops, nfsd4-ops, nfsstat4, ntp, postfix, power, proc-count, qmail, redis, rpc, rpcd, sendmail, snmp-cpu, snmp-load, snmp-mem, snmp-net, snmp-net-err, snmp-sys, snooze, squid, test, thermal, top-bio,
        top-bio-adv, top-childwait, top-cpu, top-cpu-adv, top-cputime, top-cputime-avg, top-int, top-io, top-io-adv, top-latency, top-latency-avg, top-mem, top-oom, utmp, vm-cpu, vm-mem, vm-mem-adv, vmk-hba, vmk-int, vmk-nic, vz-cpu,
        vz-io, vz-ubc, wifi, zfs-arc, zfs-l2arc, zfs-zil
<!---
Test your issue using the latest release AND using the master branch code.
Download the latest release and the master branch from:

    https://github.com/dagwieers/dstat/releases
    https://github.com/dagwieers/dstat/archive/master.tar.gz

You can run dstat directly from the source tree using: ./dstat
Mention below which versions work correctly, or when it started to fail.
-->

##### OS / ENVIRONMENT
SLES 11 SP4

##### ACTUAL RESULTS
<!--- What actually happened? Try running with debug enabled "dstat --debug" -->
/repo/alu/dstat/dstat-master/dstat --ib --debug
Plugins: ['ib']
Module dstat_ib
Traceback (most recent call last):
  File "/repo/alu/dstat/dstat-master/dstat", line 2846, in <module>
    main()
  File "/repo/alu/dstat/dstat-master/dstat", line 2705, in main
    scheduler.run()
  File "/usr/lib64/python2.6/sched.py", line 117, in run
    action(*argument)
  File "/repo/alu/dstat/dstat-master/dstat", line 2801, in perform
    o.extract()
  File "/repo/alu/dstat/dstat-master/plugins/dstat_ib.py", line 65, in extract
    rcv_lines = dopen(rcv_counter_name).readlines()
  File "/repo/alu/dstat/dstat-master/dstat", line 1887, in dopen
    raise Exception, 'File %s does not exist' % filename
Exception: File /sys/class/infiniband/mlx5_0/ports/1/counters_ext/port_rcv_data_64 does not exist

<!--- Paste verbatim command output between quotes -->

@dagwieers dagwieers added the wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework label May 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework
Projects
None yet
Development

No branches or pull requests

1 participant