RE: Compacted_at timestamp

2015-02-08 Thread Andreas Finke
\t%s\t%dM\t%dM\n",$4,timestamp,$2,$3,in_m,out_m)}' |sort -n Regards Andi From: Mark Reddy [mark.l.re...@gmail.com] Sent: 08 February 2015 21:55 To: user@cassandra.apache.org Subject: Re: Compacted_at timestamp Hi Santo, If you are seeing the compacted_at

Re: Compacted_at timestamp

2015-02-08 Thread Mark Reddy
Hi Santo, If you are seeing the compacted_at value as timestamp and want to convert it to a human readable date, this is not possible via nodetool. You will always write a script to make the compactionhistory call and then convert the output (the fourth column - compacted_at) to a readable date.