Skip to content

Commit

Permalink
Add a note on sar file conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Jan 2, 2024
1 parent 198d185 commit fc1126c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Creates a PDF report out of sar files
Written originally by Ray, I cleaned it up to make it more user-friendly, use
less memory and make it multi-processor capable.

converting sa files
===================

To obtain the plain-text sar files given a sysstat sa file you can run:
```
# LC_TIME=POSIX sar -A -t -f /var/log/sa02 > /tmp/sar02
```

demo
====
Here you can see how such a pdf looks like: http://acksyn.org/software/sarstats/sar19.pdf
Expand Down

0 comments on commit fc1126c

Please sign in to comment.