mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
df80282dab
Commitddd6bef4
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 commit6dcf98c
, 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.
29 lines
965 B
Plaintext
29 lines
965 B
Plaintext
Node 1 MemTotal: 33554432 kB
|
|
Node 1 MemFree: 11934016 kB
|
|
Node 1 MemUsed: 21620416 kB
|
|
Node 1 Active: 3225728 kB
|
|
Node 1 Inactive: 1057536 kB
|
|
Node 1 Active(anon): 154752 kB
|
|
Node 1 Inactive(anon): 80320 kB
|
|
Node 1 Active(file): 3070976 kB
|
|
Node 1 Inactive(file): 977216 kB
|
|
Node 1 Unevictable: 0 kB
|
|
Node 1 Mlocked: 0 kB
|
|
Node 1 Dirty: 192 kB
|
|
Node 1 Writeback: 0 kB
|
|
Node 1 FilePages: 4165696 kB
|
|
Node 1 Mapped: 36416 kB
|
|
Node 1 AnonPages: 117248 kB
|
|
Node 1 Shmem: 117760 kB
|
|
Node 1 KernelStack: 2144 kB
|
|
Node 1 PageTables: 10368 kB
|
|
Node 1 NFS_Unstable: 0 kB
|
|
Node 1 Bounce: 0 kB
|
|
Node 1 WritebackTmp: 0 kB
|
|
Node 1 Slab: 277888 kB
|
|
Node 1 SReclaimable: 175744 kB
|
|
Node 1 SUnreclaim: 102144 kB
|
|
Node 1 HugePages_Total: 1024
|
|
Node 1 HugePages_Free: 1024
|
|
Node 1 HugePages_Surp: 0
|