This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Feature request: lmstat -json|-csv|-xml
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 06, 2017
08:48 AM
Feature request: lmstat -json|-csv|-xml
You’ve got attributes that you keep track of (username, checkout time, feature name, version, host, etc..). By default, if you invoked say “lmstat –a –csv” it would simply output all attributes with a header describing the attribute names:
rlmstat –a –csv
username, checkout time, feature name, version, host, etc
dmagill, 00:00:01, super_feature, 2017.12, client1, etc
mattc, 15:04:05, super_feature1, 2013.1, client2, etc
JSON and XML are self-documenting. I would imagine if you actually polled people they would prefer JSON because it is more compact, but I definitely think a CSV output would be appealing to many.
It would also be nice to either be able to enumerate only the fields you want via command line or provide an input file that lists the fields you want.
The main goal of this output is to provide a format-invariant, easily machine parsable version of usage which could feed some form of database or analytic engine.
rlmstat –a –csv
username, checkout time, feature name, version, host, etc
dmagill, 00:00:01, super_feature, 2017.12, client1, etc
mattc, 15:04:05, super_feature1, 2013.1, client2, etc
JSON and XML are self-documenting. I would imagine if you actually polled people they would prefer JSON because it is more compact, but I definitely think a CSV output would be appealing to many.
It would also be nice to either be able to enumerate only the fields you want via command line or provide an input file that lists the fields you want.
The main goal of this output is to provide a format-invariant, easily machine parsable version of usage which could feed some form of database or analytic engine.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 12, 2018
09:21 AM
Yes, "lmstat --csv" would really be appreciated. Or --json/--xml.