mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 23:55: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 4 MemTotal: 67108864 kB
|
|
Node 4 MemFree: 64730416 kB
|
|
Node 4 MemUsed: 2378448 kB
|
|
Node 4 Active: 522732 kB
|
|
Node 4 Inactive: 205384 kB
|
|
Node 4 Active(anon): 411816 kB
|
|
Node 4 Inactive(anon): 384 kB
|
|
Node 4 Active(file): 110916 kB
|
|
Node 4 Inactive(file): 205000 kB
|
|
Node 4 Unevictable: 0 kB
|
|
Node 4 Mlocked: 0 kB
|
|
Node 4 Dirty: 0 kB
|
|
Node 4 Writeback: 0 kB
|
|
Node 4 FilePages: 316320 kB
|
|
Node 4 Mapped: 10220 kB
|
|
Node 4 AnonPages: 129184 kB
|
|
Node 4 Shmem: 408 kB
|
|
Node 4 KernelStack: 336 kB
|
|
Node 4 PageTables: 2732 kB
|
|
Node 4 NFS_Unstable: 0 kB
|
|
Node 4 Bounce: 0 kB
|
|
Node 4 WritebackTmp: 0 kB
|
|
Node 4 Slab: 54172 kB
|
|
Node 4 SReclaimable: 41160 kB
|
|
Node 4 SUnreclaim: 13012 kB
|
|
Node 4 HugePages_Total: 0
|
|
Node 4 HugePages_Free: 0
|
|
Node 4 HugePages_Surp: 0
|