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 6 MemTotal: 67108864 kB
|
|
Node 6 MemFree: 65259848 kB
|
|
Node 6 MemUsed: 1849016 kB
|
|
Node 6 Active: 105044 kB
|
|
Node 6 Inactive: 164968 kB
|
|
Node 6 Active(anon): 13332 kB
|
|
Node 6 Inactive(anon): 368 kB
|
|
Node 6 Active(file): 91712 kB
|
|
Node 6 Inactive(file): 164600 kB
|
|
Node 6 Unevictable: 0 kB
|
|
Node 6 Mlocked: 0 kB
|
|
Node 6 Dirty: 0 kB
|
|
Node 6 Writeback: 0 kB
|
|
Node 6 FilePages: 256704 kB
|
|
Node 6 Mapped: 3704 kB
|
|
Node 6 AnonPages: 13324 kB
|
|
Node 6 Shmem: 392 kB
|
|
Node 6 KernelStack: 216 kB
|
|
Node 6 PageTables: 1964 kB
|
|
Node 6 NFS_Unstable: 0 kB
|
|
Node 6 Bounce: 0 kB
|
|
Node 6 WritebackTmp: 0 kB
|
|
Node 6 Slab: 28548 kB
|
|
Node 6 SReclaimable: 19596 kB
|
|
Node 6 SUnreclaim: 8952 kB
|
|
Node 6 HugePages_Total: 0
|
|
Node 6 HugePages_Free: 0
|
|
Node 6 HugePages_Surp: 0
|