-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff6f817
commit 7c7ab49
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,46 @@ Tested on Virtual EPG 2. | |
* Perl 5.8 | ||
|
||
#### Usage | ||
|
||
``` | ||
EPG PM Log Reader - Version 0.4.2 | ||
Copyright © 2019 - Pablo Meniño <[email protected]> | ||
Usage: ./epg_pm_log_reader.pl [options] | ||
options: | ||
--print_help - Print this help | ||
--print_version - Print version info | ||
--pm_directory=/path/to/pm/ - Where the PM Log files are | ||
--get_pgw_apn_gx - Export PGW APN Gx Statistic | ||
--get_pgw_apn_radius - Export PGW APN Radius Statistic | ||
--gx_filter_apn_list=apnlist - Filter Gx Statistics by APN | ||
- Example: | ||
- --gx_filter_apn_list=apn1.domain.com,apn2.domain.com | ||
- --gx_filter_apn_list=apn1.domain.com | ||
- If no apn list provided, all data is exported | ||
--gx_filter_pcrf_list=pcrflist - Filter Gx Statistics by PCRF | ||
- Example: | ||
- --gx_filter_pcrf_list=GX_DAS,GX_SAPC | ||
- --gx_filter_pcrf_list=GX_DAS | ||
- If no PCRF list provided, all data is exported | ||
--radius_filter_apn_list=apnlist - Filter Radius Statistics by APN | ||
- Example: | ||
- --radius_filter_apn_list=apn1.domain.com,apn2.domain.com | ||
- --radius_filter_apn_list=apn1.domain.com | ||
- If no apn list provided, all data is exported | ||
--radius_filter_server_list=serverlist - Filter Radius Statistics by Server | ||
- Example: | ||
- --radius_filter_server_list=192.168.0.1,192.168.1.100 | ||
- --radius_filter_server_list=192.168.0.200 | ||
- If no server list provided, all data is exported | ||
--report_title=title_name - Prepend text to all report files | ||
--verbose_mode - Enable detailed output mode for troubleshooting. | ||
Note: By default the imput directory to find PM Log files are: ./pm_files/ and exported files: ./exported/ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |