cpustat icon indicating copy to clipboard operation
cpustat copied to clipboard

high frequency performance measurements for Linux. This project is deprecated and not maintained.

Results 11 cpustat issues
Sort by recently updated
recently updated
newest added

So I am using image `FROM centos:7` but when I to try to execute code, it broke and to generate panic. But when was tried in a VM or UNIX...

As of now, it looks like the main use case for cpustat is interactive. As the provided metrics are super useful, it would be nice to have a batch mode...

`sudo cpustat -s 500 -s 10 -n 20` should be `sudo cpustat -i 500 -s 10 -n 20` based on your description that follows.

No idea how hard this would be, but would be cool to be able to run this on non-Linux OS's, particularly OSX for me 😄 Right now it fails on...

Hi! Currently cpustat import latest versions of packages (`master` branch in repo). If some imported package change public API, installation by `go get` command will be broken. I highly recommend...

While the builtin Go parser does work, its syntax is somewhat unexpected for many users.

The current set of "friendly" command line resolutions are potentially only useful to the production environment where this program was originally developed. We should: - [ ] add a command...

The Linux kernel doesn't necessarily update these stats as often we poll for them. Hopefully there is a tunable on the Linux side we can use to get more accurate...

This could be because we aren't giving termui enough data, or it could be a bug in our fork of termui.

On the termui "top procs" pane, a top process is only shown as long as it remains in the "top" as defined by the sorting scheme. If it drops out...