Darren Schroeder

Results 2071 comments of Darren Schroeder

Something is going on in linux as well I think. `mem` looks ok but `virutal` not so much. ``` ps -l | where pid == 51 ╭───┬─────┬──────┬────────┬────────┬────────────┬───────────────────┬────────┬───────────────┬─────────╮ │ # │...

This is the small test code from above, tweaked a bit, that shows how it works in Windows. ```rust let mut sys = System::new_all(); let mut output = vec![]; let...

I think I may see the problem in Linux. https://github.com/GuillaumeGomez/sysinfo/blob/a3099e08735f752009a6ac7a9f709fba4c855344/src/linux/system.rs#L655 According to `man proc` ``` (23) vsize %lu Virtual memory size in bytes. ``` It's reporting in bytes and then...

just adding my voice here in wishing sensors worked on M1. :)

Thanks @mechatroner for the tip. Would you mind showing me an example of how to have two consecutive queries like you're suggesting?

oh, wait. You may mean just get the results of the first query and then run another query on those results. I thought you were saying to do it with...

I'm up for testing all of these out. Here are some thoughts. - gradient - that's super cool looking but not super useful, but I'd still like to show off...

I don't really think the debug example above looks very nice. I'm just trying to think of a way to use that output. I'm open to ideas. I do think...

@zhiburt Are you on discord? We've launched a new #clubhouse for people who have at least 20 PRs and you qualify! If you don't participate on Discord, that's cool. I...