mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 16:15:23 +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.
30 lines
966 B
Plaintext
30 lines
966 B
Plaintext
|
|
Node 7 MemTotal: 67108864 kB
|
|
Node 7 MemFree: 65303740 kB
|
|
Node 7 MemUsed: 1805124 kB
|
|
Node 7 Active: 60264 kB
|
|
Node 7 Inactive: 77164 kB
|
|
Node 7 Active(anon): 27672 kB
|
|
Node 7 Inactive(anon): 632 kB
|
|
Node 7 Active(file): 32592 kB
|
|
Node 7 Inactive(file): 76532 kB
|
|
Node 7 Unevictable: 0 kB
|
|
Node 7 Mlocked: 0 kB
|
|
Node 7 Dirty: 0 kB
|
|
Node 7 Writeback: 0 kB
|
|
Node 7 FilePages: 109772 kB
|
|
Node 7 Mapped: 5508 kB
|
|
Node 7 AnonPages: 27668 kB
|
|
Node 7 Shmem: 648 kB
|
|
Node 7 KernelStack: 208 kB
|
|
Node 7 PageTables: 1820 kB
|
|
Node 7 NFS_Unstable: 0 kB
|
|
Node 7 Bounce: 0 kB
|
|
Node 7 WritebackTmp: 0 kB
|
|
Node 7 Slab: 19372 kB
|
|
Node 7 SReclaimable: 11024 kB
|
|
Node 7 SUnreclaim: 8348 kB
|
|
Node 7 HugePages_Total: 0
|
|
Node 7 HugePages_Free: 0
|
|
Node 7 HugePages_Surp: 0
|