Package Details: tsar-git 0.408.0224ccb-2

Git Clone URL: https://aur.archlinux.org/tsar-git.git (read-only, click to copy)
Package Base: tsar-git
Description: Taobao System Activity Reporter
Upstream URL: https://github.com/alibaba/tsar
Licenses: Apache
Submitter: felixonmars
Maintainer: AstroProfundis
Last Packager: AstroProfundis
Votes: 1
Popularity: 0.000000
First Submitted: 2013-04-15 08:09 (UTC)
Last Updated: 2022-03-23 10:37 (UTC)

Latest Comments

AstroProfundis commented on 2014-04-28 06:58 (UTC)

And I needed to touch /var/log/tsar.data manually...

AstroProfundis commented on 2014-04-28 06:44 (UTC)

Patch failed, I build using this patch. <code> --- a/src/framework.c +++ b/src/framework.c @@ -55,7 +55,7 @@ load_modules() int (*mod_register) (struct module *); /* get the full path of modules */ - sprintf(buff, "/usr/local/tsar/modules"); + sprintf(buff, "/usr/lib/tsar/modules"); for (i = 0; i < statis.total_mod_num; i++) { mod = &mods[i]; </code>