Commit Graph

519 Commits (82a36855fbe83317949e6c273b4b782549539207)
 

Author SHA1 Message Date
Tim Stack 82a36855fb Merge pull request #127 from sureshsundriyal/master
[build] Move/Refactor aclocal macros.
9 years ago
Tim Stack 33d43e0157 Merge pull request #126 from sureshsundriyal/master
Add support for compiling lnav with jemalloc.
9 years ago
Suresh Sundriyal 7886ddbb12 [build] Move/Refactor aclocal macros.
* Move all the m4 macros in to their own directory.
* Rename 'ax_with_jemalloc.m4' -> 'lnav_with_jemalloc.m4' because
  'ax_with_*' is a convention for third-party aclocal macros in the
  official archives.
* Rename the methods to be more lnav specific.
10 years ago
Suresh Sundriyal bd2ae532de Update the generated build files. 10 years ago
Suresh Sundriyal 0d29019923 [jemalloc] Add support for jemalloc.
Add some repurposed m4 macros for compiling lnav with jemalloc and hook
them in to configure.ac.
10 years ago
Timothy Stack 974aafe1b9 [search] fix searching when a file is deleted and recreated 10 years ago
Timothy Stack 23344ac8b2 build fix 10 years ago
Timothy Stack b5b4a241e2 build 10 years ago
Timothy Stack fad59bfaf1 [ptime] fix endianness and parsing issues 10 years ago
Timothy Stack 363547428c [version] some more version updates 10 years ago
Timothy Stack 0a5b34b640 update NEWS 10 years ago
Timothy Stack 0ce83a0301 bump version to 0.7.2 10 years ago
Timothy Stack c80e181790 fix ptime_b_slow, again... 10 years ago
Timothy Stack 08d089d168 do a scan 10 years ago
Timothy Stack a2caf34028 [sysclip] fix NULL deref 10 years ago
Timothy Stack 0b816dd45d [nav] fix time-based navigation when filtering is active 10 years ago
Timothy Stack f54c9d41fc missing test file 10 years ago
Timothy Stack c2e44c5998 [filter] fix for multiple filter-ins being applied 10 years ago
Timothy Stack 99f34a1447 [fmt] add a vmkernel log format
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 6a90dd9bc2 copy search terms to OS-Xs find clipboard
Fixes #108
10 years ago
Tim Stack 80ef38227b Merge pull request #120 from iranzo/master
Add support for OpenStack log formats (tested on neutron, nova)
10 years ago
Pablo Iranzo Gómez 8fc539df16 Specify timestamp and url for Openstack log files 10 years ago
Tim Stack a5a6da954f Merge pull request #119 from sureshsundriyal/master
[log_accel] Minor refactoring.
10 years ago
Pablo Iranzo Gómez d1c5f12bfc Add support for OpenStack log formats (tested on neutron, nova) 10 years ago
Suresh Sundriyal 114a7a6ecf [log_accel] Minor refactoring.
Unless I am misunderstanding the intention behind the equation:

    (A - D)/C - (B - D)/C = (A - B)/C

The output seems to be exactly the same:

    Before:
    =======
     1m7s000│Nov 11 06:45:01 XXX-XXX CRON[28452]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    11m7s000│Nov 11 06:55:01 XXX-XXX CRON[28819]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    21m7s000│Nov 11 07:05:01 XXX-XXX CRON[29186]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    31m7s000│Nov 11 07:15:01 XXX-XXX CRON[29552]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    33m7s000│Nov 11 07:17:01 XXX-XXX CRON[29629]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    41m7s000│Nov 11 07:25:01 XXX-XXX CRON[29922]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    51m7s000│Nov 11 07:35:01 XXX-XXX CRON[30290]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
   1h1m7s000│Nov 11 07:45:01 XXX-XXX CRON[30657]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)

    After:
    ======
     1m7s000│Nov 11 06:45:01 XXX-XXX CRON[28452]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    11m7s000│Nov 11 06:55:01 XXX-XXX CRON[28819]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    21m7s000│Nov 11 07:05:01 XXX-XXX CRON[29186]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    31m7s000│Nov 11 07:15:01 XXX-XXX CRON[29552]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    33m7s000│Nov 11 07:17:01 XXX-XXX CRON[29629]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    41m7s000│Nov 11 07:25:01 XXX-XXX CRON[29922]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
    51m7s000│Nov 11 07:35:01 XXX-XXX CRON[30290]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
   1h1m7s000│Nov 11 07:45:01 XXX-XXX CRON[30657]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)

Some names and identifying details in the log snippets above have been changed
to protect the privacy of individuals. Any resemblance to actual computers,
sentient or otherwisei, is purely coincidental.
10 years ago
Timothy Stack cfa628f6c4 various fixes
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 62f4c9e59e [build] another missing define 10 years ago
Timothy Stack 3158b29cbd [build] fix missing define 10 years ago
Timothy Stack 7dd372e305 fix hotkey listing 10 years ago
Timothy Stack 17db6e38fe add a lo-fi mode
Fixes #113
10 years ago
Timothy Stack ba83382b38 [vdsm_log] missed the level field 10 years ago
Tim Stack 6abdcf3ff2 Merge pull request #117 from iranzo/master
Add support for RHEV/oVirt engine.log file
10 years ago
Pablo Iranzo Gómez 98e8f1b1c3 Add support for RHEV/oVirt engine.log file 10 years ago
Timothy Stack fc31831286 [vdsm_log] add new format 10 years ago
Timothy Stack 244ee2717f [vmw_log] fix full message read for continued messages 10 years ago
Timothy Stack 7664b75a87 missed invalidating shared buffer refs when loading new data 10 years ago
Tim Stack c97580d974 Merge pull request #114 from sureshsundriyal/master
[vmw_log] 'panic' is an 'error' too.
10 years ago
Suresh Sundriyal fb4eb36796 [vmw_log] 'panic' is an 'error' too.
VPXD prints out the stackframes in the log files when it terminates
abnormally. These log messages have a log level of 'panic'. I guess
these qualify as 'error' as well.
10 years ago
Timothy Stack 82ada5103a fix an uninitialized var 10 years ago
Timothy Stack eef375c525 [build] cleanup a test file 10 years ago
Timothy Stack 04e5617553 [test] make the append file writable 10 years ago
Timothy Stack c5c37a3202 [vmw_log] update the formats for the vmw_log format 10 years ago
Timothy Stack a06d620018 [filter] add tests for filtering with append 10 years ago
Timothy Stack 80cbe192cb [filter] fix a filtering bug during tailing 10 years ago
Timothy Stack 671dca60dc [cmd] do not error out if filter exists, just enable it
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Tim Stack 3c69ffb5be Merge pull request #112 from sureshsundriyal/master
Reduce session_data filesize and some minor cleanup.
10 years ago
Suresh Sundriyal f8ad3479db Reduce session_data filesize and some minor cleanup.
After a year of not cleaning up the '~/.lnav' folder, the folder was
consuming ~8Mb of disk space. This change tries to reduce the disk
consumption by the session_data files.

- The json data in the session_data is beautified. The extra characters
  contribute to some of the file size. After removing the beautification
  option, the file size reduces by 60-20%, depending on how many files
  are open.

  Without knowing much about the functionality of these files, my
  cursory tests seem to show that lnav can still restore the sessions
  after this change. I don't know if these files are meant for human
  consumption or not but they can easily be run through a linter to
  beautify them again.

- While I was in the file, I noticed that there was a scope declared
  with no code inside it. Seems like a remnant of a cleanup.
10 years ago
Timothy Stack deeac1a5db [formats] add a "-i" flag to make it easier to install formats 10 years ago
Timothy Stack c1bba73034 missing mkdir in build.sh 10 years ago
Timothy Stack f9098e6bc4 [build] automate building the linux static binary 10 years ago