Results 1 to 3 of 3
hi all,
I've a problem, I must give at another person my atop log but they are binary file and this person can't read binary file.
Is it possible read ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-05-2009 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 16
Read atop log like .txt file
hi all,
I've a problem, I must give at another person my atop log but they are binary file and this person can't read binary file.
Is it possible read atop log like a .txt file, afterward like he/she read my shell?
for exemple:
There is no possible to do an image .gif or .png to be clare, thanks in advance.Code:atop file date hours process 18.8 20.02 knaspshot
- 01-07-2009 #2
simply redirect standard out to a file and it will create an ascii file for you.
e.g. atop -M 60 30 > /log/atop.log
- 01-07-2009 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 16


Reply With Quote

