vlsi / ksar

A sar grapher, fork of http://sourceforge.net/projects/ksar/
Other
246 stars 59 forks source link

Commands from the history are truncated in "Command" field of the "Load from SSH command" dialog box. #236

Open ivtcro opened 3 years ago

ivtcro commented 3 years ago

The command in the History.xml looks like this:

<command>LC_ALL=C find /var/log/sa/ -regex ".*sa\(0[1-3]\|3[01]\|2[7-9]\)" -exec sar -A -f '{}' \;</command>

but in the "Command" field only the last 35 chars are displayed:

\|2[7-9]\)" -exec sar -A -f '{}' \;