1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: PCMON segmentation fault |
From: | Nicoletta Petrella <[email protected]> |
To: | Jani Hakala <[email protected]> |
Cc: | [email protected] |
Date: | Tue, 29 Apr 2014 12:06:22 +0100 |
The license text for this software seems to missing. Doing anything
with this PC-MONITOR software is therefore a little bit problematic. It
may be better to contact the author:
# This project was created by Miroslaw Dach SLS/PSI 2006
# In case of problems please send an e-mail to the author
# [email protected]
Much of the code in devSysMon.c could be replaced with calls to library
functions that already exist in procps-library or even in glibc. It
might be easier to replace the old code.
meminfo:
proc/sysinfo.h:
void meminfo(void)
(+ global variables)
get_uptime
linux/kernel.h:
struct sysinfo
sys/sysinfo.h:
int sysinfo (struct sysinfo *__info)
Jani Hakala