Add virt mem field

This commit is contained in:
Clement Tsang 2025-07-29 23:38:52 -04:00
parent c67a879244
commit e491736a29
No known key found for this signature in database
GPG Key ID: B17834EA2182446B

View File

@ -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,