mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
Add virt mem field
This commit is contained in:
parent
c67a879244
commit
e491736a29
@ -65,6 +65,9 @@ pub struct ProcessHarvest {
|
||||
/// Memory usage as bytes.
|
||||
pub mem_usage: Bytes,
|
||||
|
||||
/// Virtual memory.
|
||||
pub virt_mem: Bytes,
|
||||
|
||||
/// The name of the process.
|
||||
pub name: String,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user