All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fincore command
@ 2017-03-07  2:33 Masatake YAMATO
  2017-03-07  2:33 ` [PATCH 1/4] fincore: new command for counting pages of file contents in core Masatake YAMATO
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Masatake YAMATO @ 2017-03-07  2:33 UTC (permalink / raw)
  To: util-linux; +Cc: yamato

This patch set proposes adding fincore command to util-linux
distribution.  The command counts pages of file contents being
resident in memory(in core), and reports the numbers.

It helps system administrators understand how their systems use
physical memory, especially about page caches when they have to do
trouble shooting and/or performance tuning.

This is just my case. A person in other role may also get benefits
from this command.


Masatake YAMATO (4):
  fincore: new command for counting pages of file contents in core
  man: add a page for fincore command
  tests: add cases for testing fincore command
  bash-completion: add a function for fincore command

 bash-completion/Makemodule.am |   3 +
 bash-completion/fincore       |  25 +++++
 configure.ac                  |   4 +
 misc-utils/Makemodule.am      |   6 ++
 misc-utils/fincore.1          |  76 ++++++++++++++
 misc-utils/fincore.c          | 209 +++++++++++++++++++++++++++++++++++++
 misc-utils/fincore_orig.c     | 235 ++++++++++++++++++++++++++++++++++++++++++
 tests/commands.sh             |   1 +
 tests/expected/fincore/count  |  62 +++++++++++
 tests/ts/fincore/count        | 194 ++++++++++++++++++++++++++++++++++
 10 files changed, 815 insertions(+)
 create mode 100644 bash-completion/fincore
 create mode 100644 misc-utils/fincore.1
 create mode 100644 misc-utils/fincore.c
 create mode 100644 misc-utils/fincore_orig.c
 create mode 100644 tests/expected/fincore/count
 create mode 100755 tests/ts/fincore/count

-- 
2.9.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-27 11:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07  2:33 [PATCH 0/4] fincore command Masatake YAMATO
2017-03-07  2:33 ` [PATCH 1/4] fincore: new command for counting pages of file contents in core Masatake YAMATO
2017-03-07  2:33 ` [PATCH 2/4] man: add a page for fincore command Masatake YAMATO
2017-03-07  2:33 ` [PATCH 3/4] tests: add cases for testing " Masatake YAMATO
2017-03-07  2:33 ` [PATCH 4/4] bash-completion: add a function for " Masatake YAMATO
2017-03-13 14:50 ` [PATCH 0/4] " Karel Zak
2017-03-14 17:52   ` Masatake YAMATO
2017-03-23 11:33     ` Karel Zak
2017-03-23 11:58 ` Karel Zak
2017-03-23 14:45   ` Karel Zak
2017-03-27  0:41     ` Masatake YAMATO
2017-03-27 11:09       ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.