diff options
author | 2024-11-16 00:03:00 +0600 | |
---|---|---|
committer | 2024-11-16 00:03:11 +0600 | |
commit | 1f0ff6b0675f514b394c2c6fd44e4ce32b84c7b0 (patch) | |
tree | ca24410d86a0b5a5aae9430f91aea34fcba2f392 | |
parent | c6f5c7978b9702a07cf89e47d04e38fdec317e35 (diff) | |
download | log-parser-1f0ff6b0675f514b394c2c6fd44e4ce32b84c7b0.tar.gz log-parser-1f0ff6b0675f514b394c2c6fd44e4ce32b84c7b0.zip |
Update simple test files
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r-- | test/test-legacy.log | 2 | ||||
-rw-r--r-- | test/test.log | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/test-legacy.log b/test/test-legacy.log index b47e6a8..a665621 100644 --- a/test/test-legacy.log +++ b/test/test-legacy.log @@ -16,5 +16,5 @@ cpu core:3 16.33 1000 cpu core:7 14.14 1000 cpu core:4 13.27 1000 mem 32610776 avail:19450392 cache:9800044 share:1783696 swap:14592/15624188 -tmp Package id 0 cur:55 max:55 min:54 avg:54 +tmp Package id 0 cur:36 max:40 min:30 avg:35 end 1695038400 diff --git a/test/test.log b/test/test.log index 2fefd7b..852fe30 100644 --- a/test/test.log +++ b/test/test.log @@ -22,8 +22,8 @@ mem cache 4957756 mem share 707308 mem tswap 15624188 mem uswap 0 -tmp cur 48 -tmp max 48 -tmp min 47 -tmp avg 47 +tmp cur 36 +tmp max 40 +tmp min 30 +tmp avg 35 end 1698911618 |