mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
df80282dab
Commit ddd6bef4 switched to the ustar format to fix an issue where 'make dist' fails to create a tarball because we have files with relative names longer than 100 bytes by the time you include a 'libvirt-0.9.13' prefix. Unfortunately, even with ustar format, the use of 'tar -ch' tries to convert symlinks to hard links, also with a name too long (omitting the -h works, but automake automatically passes -h); such symlinks were added in commit 6dcf98c, which resulted in 'make dist' breaking again. The solution is to rename the offending symlinks to something shorter, by shortening the entire nodeinfodata naming scheme. * tests/nodeinfotest.c (mymain): Shorten test names. (linuxTestNodeInfo): Accommodate new names. * tests/nodeinfodata/*: Rename files accordingly.
30 lines
966 B
Plaintext
30 lines
966 B
Plaintext
|
|
Node 0 MemTotal: 67002564 kB
|
|
Node 0 MemFree: 63623272 kB
|
|
Node 0 MemUsed: 3379292 kB
|
|
Node 0 Active: 1335192 kB
|
|
Node 0 Inactive: 157792 kB
|
|
Node 0 Active(anon): 1170928 kB
|
|
Node 0 Inactive(anon): 1168 kB
|
|
Node 0 Active(file): 164264 kB
|
|
Node 0 Inactive(file): 156624 kB
|
|
Node 0 Unevictable: 0 kB
|
|
Node 0 Mlocked: 0 kB
|
|
Node 0 Dirty: 56 kB
|
|
Node 0 Writeback: 0 kB
|
|
Node 0 FilePages: 322312 kB
|
|
Node 0 Mapped: 29584 kB
|
|
Node 0 AnonPages: 111848 kB
|
|
Node 0 Shmem: 1432 kB
|
|
Node 0 KernelStack: 3712 kB
|
|
Node 0 PageTables: 12024 kB
|
|
Node 0 NFS_Unstable: 0 kB
|
|
Node 0 Bounce: 0 kB
|
|
Node 0 WritebackTmp: 0 kB
|
|
Node 0 Slab: 88028 kB
|
|
Node 0 SReclaimable: 50972 kB
|
|
Node 0 SUnreclaim: 37056 kB
|
|
Node 0 HugePages_Total: 0
|
|
Node 0 HugePages_Free: 0
|
|
Node 0 HugePages_Surp: 0
|