Steve Kay

Results 11 comments of Steve Kay

Indeed. Cleaning up / consolidating options would be good. Bit of a struggle keeping backward compatibility, mind. Note this pull request is in response to issue https://github.com/the-tcpdump-group/tcpdump/issues/97 which itself was...

Good points. Try this for size then, pun intended. https://github.com/stevekay/tcpdump/commit/e7ed12bc027628de15e2960bf45dd091f3847d6f

OK, now revised as suggested.

> Our style puts spaces around assignment operators and after commas that separate arguments... Yes, had missed a few instances, now fixed. > Also, right after you do that, fail...

Here's a hack that might suit in the short term. ```` [steve@localhost tcpdump]$ cat foo.sh #!/bin/sh pkill tcpdump rm /tmp/foo.cap1 [steve@localhost tcpdump]$ sudo ./tcpdump -i ens33 -C 5 -W 5...

Hi, what distro is the embedded device using, and what issue / error message are you encountering ?

Curious. I'm running `mpstat` 12.7.1 and it happily spots hot unplugging and plugging of CPUs, see below. ```` $ ./mpstat -V sysstat version 12.7.1 (C) Sebastien Godard (sysstat orange.fr) $...

This looks rather similar to this issue, which appeared back in RHEL 6.5, some three years ago. - [Red Hat - iostat output is incorrect for nvme SSD disks](https://access.redhat.com/solutions/1462993) *"...iostat...

Does `mpstat` get the 'all' value directly from the kernel, rather than totalling up the number itself ? https://github.com/sysstat/sysstat/blob/master/mpstat.c#L1996-L2002 ? ```` /* * Read total number of interrupts received among...

Good feature being able to easily read compressed files. How tricky would it be to make sar itself able to read compressed files natively by making use of zlib ?...