nix-top icon indicating copy to clipboard operation
nix-top copied to clipboard

Results 15 nix-top issues
Sort by recently updated
recently updated
newest added

Hi, This is great, it feels like something that should be built-in and exposed by the daemon. Maybe someday. This tool would be even cooler, if it showed me the...

shows which user and process asked the nix-daemon to build a derivation ``` Summary: owner pid nr_processes → derivation foobar 2104885 3 → /tmp/nix-build-fastclick-2024.01.15-21.drv-1 ```

When enabling `boot.tmpOnTmpfs`, one may also want to reconfigure `systemd.services.nix-daemon.environment.TMPDIR` to `"/nix/tmp"` or `"/var/tmp"` to avoid running out of RAM during large builds (NixOS/nix#2098). This breaks nix-top, which assumes builds...

Or maybe add: * [ ] --once parameter * [ ] `>` into a file * [ ] Add output to README Meanwhile here's a pretty picture. ![image](https://user-images.githubusercontent.com/132835/43039073-7039bd60-8cf3-11e8-9c2e-985ea5b3f702.png)

so i can't tell you the version in my bug report :( ``` $ nix run nixpkgs#nix-top -- --version .nix-top-wrapped: version unknown ```

Sometimes, i see `[bash] `, but i don't think there is any issue. I think the process ended before nix-top could get information. You can see it when running a...

Hello. Problem statement is in the title :) Maybe path to the pgrep from procps package should be passed into the script? Because in my environment (Raspberry PI) pgrep comes...

It'd be nice to be able to see the entire `COMMAND` column not truncated. Alternatively a way to scroll horizontally like `htop` would be good too

If I try to build `foo` and `foo` depends on a 1GB `bar` that is available from a binary cache, `nix-build` will tell me that it is downloading `bar` and...

# To reproduce: - Create a process - Note down that process’ PID as $pid - `cd` to `/proc/$pid` - Kill the process - Launch `nix-top` # Expected behaviour: Nix-top...