File: 00760

package info (click to toggle)
sysstat 12.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,156 kB
  • sloc: ansic: 49,310; sh: 1,388; xml: 1,285; makefile: 768; tcl: 756; python: 277; perl: 257
file content (4 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
# Trying to read a datafile in which one activity (A_QUEUE here) has a structure where the
# number of unsigned long long int has decreased whereas the number of unsigned int has increased.
# Activity's format should be identified as UNKNOWN but the other activities should still be readable.
LC_ALL=C TZ=GMT ./sar -A -f tests/data-12.5.6-A_QUEUE_modified > tests/out.data-12.5.6-A_QUEUE_modified.tmp && diff -u tests/expected.data-12.5.6-A_QUEUE_modified tests/out.data-12.5.6-A_QUEUE_modified.tmp