The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how can i make sar command run forever ?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
how can i make sar command run forever ?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
01-30-2008
pt14
Registered User
Join Date: Nov 2005
Posts: 21
type crontab -e at the command prompt. vi editor opens. Make the below enrty in the editor
* * * * * sar > sarlog
save and exit editor
pt14
View Public Profile
Find all posts by pt14