Hello!
Is it possible to check how much space a user are used with his collected data?
Thank you!
Archived Forum |
|
Count total saved information for a userSubmitted by unique24 on Thu, 28/08/2014 - 13:04Hello!
Is it possible to check how much space a user are used with his collected data?
Thank you!
» |
Re: Count total saved information for a user
I am storing data locally using MySQL and created a status dashboard in emoncms. My description can be found here:
https://sites.google.com/site/tgmaxx/home-1/emoncms/status-dashboard
Or, can run this from command line:
sudo ls -lh /var/lib/mysql/emoncms | grep total
Re: Count total saved information for a user
Hello!
Oh, thank you for the link!
But I need to check the used HDD space for each user ... I will check which user need how much storage.
Thank you